From 870ed9763aaeee43f170ff030142ccad966a248e Mon Sep 17 00:00:00 2001 From: Ben Finney <ben+debian@benfinney.id.au> Date: Mon, 25 Jan 2016 16:36:28 +1100 Subject: [PATCH] =?UTF-8?q?Avoid=20literal=20=E2=80=98<=E2=80=99=20and=20?= =?UTF-8?q?=E2=80=98>=E2=80=99,=20use=20SGML=20character=20entities.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/python-policy.sgml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/debian/python-policy.sgml b/debian/python-policy.sgml index 16f9e2f..fa17bb3 100644 --- a/debian/python-policy.sgml +++ b/debian/python-policy.sgml @@ -546,8 +546,8 @@ import foo appropriate Depends and Provides lines. The format of the field may be one of the following: <example> -X-Python3-Version: >= X.Y -X-Python3-Version: >= A.B, << X.Y +X-Python3-Version: >= X.Y +X-Python3-Version: >= A.B, << X.Y XS-Python-Version: A.B, X.Y XS-Python-Version: all </example> @@ -600,10 +600,10 @@ XS-Python-Version: all <heading>Provides</heading> <p> 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 - Python. They should be removed in the normal course of package - updates. Future provision of values for the substituation variable + Python. They should be removed in the normal course of package + updates. Future provision of values for the substituation variable python:Provides is not guaranteed. </p> </sect> @@ -682,9 +682,9 @@ XS-Python-Version: all </p> <p> Programs that have private compiled extensions must either - handle multiple version support themselves, or declare a - tight dependency on the current Python version - (e.g. <tt>Depends: python (>= 2.7), python (<< 2.8)</tt>. + handle multiple version support themselves, or declare a tight + dependency on the current Python version (e.g. <tt>Depends: + python (>= 2.7), python (<< 2.8)</tt>. </p> </sect1> </sect> @@ -775,15 +775,15 @@ XS-Python-Version: all Build-Depend on at least: <example> Build-Depends: python2.7 -Build-Depends: python2.6 (>= 2.6-1) -Build-Depends: python (>= 2.6.6-9) +Build-Depends: python2.6 (>= 2.6-1) +Build-Depends: python (>= 2.6.6-9) Build-Depends: python-all Build-Depends: python2.7-dev -Build-Depends: python3.5-dev (>= 3.5.1-1) -Build-Depends: python-dev (>= 2.6.6-9) +Build-Depends: python3.5-dev (>= 3.5.1-1) +Build-Depends: python-dev (>= 2.6.6-9) Build-Depends: python-all-dev -Build-Depends: python3-all-dev (>= 3.2) +Build-Depends: python3-all-dev (>= 3.2) </example> </p> </appendix> -- GitLab