[Max Bowsher]
> In Ubuntu, we've applied the attached patch amending the
> XS-Python-Version line to ">= 2.4" rather than a list of explicit
> versions.

>From 
>http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html,
looks like it really should be ">= 2.4, << 3.0".  Subversion doesn't
support Python 3, and quite possibly never will.

That URL also points at BX-Python-Version in the package section, which
I'm not using, so I've added that too.

Thanks,
Peter


--- debian/control
+++ debian/control
@@ -14,7 +14,7 @@
                gcj-jdk (>= 4:4.4) [!alpha !arm !hppa !m68k !mips !mipsel 
!hurd-i386],
                junit [!alpha !arm !hppa !m68k !mips !mipsel !hurd-i386]
 Build-Conflicts: libsvn-dev (<< 1.6)
-XS-Python-Version: 2.4, 2.5, 2.6
+XS-Python-Version: >= 2.4, << 3.0
 Homepage: http://subversion.tigris.org/
 Vcs-Svn: svn://svn.debian.org/pkg-subversion/src/1.6.x/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-subversion/src/1.6.x/
@@ -80,6 +80,7 @@
 Architecture: any
 Depends: subversion, ${shlibs:Depends}, ${python:Depends}
 Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
 Description: Python bindings for Subversion
  This is a set of Python interfaces to libsvn, the Subversion
  libraries.  It is useful if you want to, for example, write a Python



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to