Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-defaults
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
python-defaults
Commits
870ed976
Commit
870ed976
authored
9 years ago
by
Ben Finney
Browse files
Options
Downloads
Patches
Plain Diff
Avoid literal ‘<’ and ‘>’, use SGML character entities.
parent
7d05d90d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/python-policy.sgml
+13
-13
13 additions, 13 deletions
debian/python-policy.sgml
with
13 additions
and
13 deletions
debian/python-policy.sgml
+
13
−
13
View file @
870ed976
...
@@ -546,8 +546,8 @@ import foo
...
@@ -546,8 +546,8 @@ import foo
appropriate Depends and Provides lines. The format of the
appropriate Depends and Provides lines. The format of the
field may be one of the following:
field may be one of the following:
<example>
<example>
X-Python3-Version:
>
= X.Y
X-Python3-Version:
>
= X.Y
X-Python3-Version:
>
= A.B,
<<
X.Y
X-Python3-Version:
>
= A.B,
<<
X.Y
XS-Python-Version: A.B, X.Y
XS-Python-Version: A.B, X.Y
XS-Python-Version: all
XS-Python-Version: all
</example>
</example>
...
@@ -600,10 +600,10 @@ XS-Python-Version: all
...
@@ -600,10 +600,10 @@ XS-Python-Version: all
<heading>Provides</heading>
<heading>Provides</heading>
<p>
<p>
Python Provides in binary packages of the form
Python Provides in binary packages of the form
<package>python-<var>X</var>.<var>Y</var><var>
>
foo</var></package>
<package>python-<var>X</var>.<var>Y</var><var>foo</var></package>
were never supported for Python 3 and are no longer useful for
were never supported for Python 3 and are no longer useful for
Python.
They should be removed in the normal course of package
Python. They should be removed in the normal course of package
updates.
Future provision of values for the substituation variable
updates. Future provision of values for the substituation variable
python:Provides is not guaranteed.
python:Provides is not guaranteed.
</p>
</p>
</sect>
</sect>
...
@@ -682,9 +682,9 @@ XS-Python-Version: all
...
@@ -682,9 +682,9 @@ XS-Python-Version: all
</p>
</p>
<p>
<p>
Programs that have private compiled extensions must either
Programs that have private compiled extensions must either
handle multiple version support themselves, or declare a
handle multiple version support themselves, or declare a
tight
tight
dependency on the current Python version
dependency on the current Python version
(e.g. <tt>Depends:
(e.g. <tt>Depends:
python (
>
= 2.7), python (
<<
2.8)</tt>.
python (
>
= 2.7), python (
<<
2.8)</tt>.
</p>
</p>
</sect1>
</sect1>
</sect>
</sect>
...
@@ -775,15 +775,15 @@ XS-Python-Version: all
...
@@ -775,15 +775,15 @@ XS-Python-Version: all
Build-Depend on at least:
Build-Depend on at least:
<example>
<example>
Build-Depends: python2.7
Build-Depends: python2.7
Build-Depends: python2.6 (
>
= 2.6-1)
Build-Depends: python2.6 (
>
= 2.6-1)
Build-Depends: python (
>
= 2.6.6-9)
Build-Depends: python (
>
= 2.6.6-9)
Build-Depends: python-all
Build-Depends: python-all
Build-Depends: python2.7-dev
Build-Depends: python2.7-dev
Build-Depends: python3.5-dev (
>
= 3.5.1-1)
Build-Depends: python3.5-dev (
>
= 3.5.1-1)
Build-Depends: python-dev (
>
= 2.6.6-9)
Build-Depends: python-dev (
>
= 2.6.6-9)
Build-Depends: python-all-dev
Build-Depends: python-all-dev
Build-Depends: python3-all-dev (
>
= 3.2)
Build-Depends: python3-all-dev (
>
= 3.2)
</example>
</example>
</p>
</p>
</appendix>
</appendix>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment