summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control38
1 files changed, 30 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 4cc5df2..2c88f40 100644
--- a/debian/control
+++ b/debian/control
@@ -5,20 +5,42 @@ Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.
Uploaders:
Michael Gilbert <mgilbert@debian.org>
Build-Depends:
- debhelper (>= 9), python-all-dev (>= 2.6.6-3~), python-setuptools
-Standards-Version: 3.9.3
+ debhelper (>= 9),
+ dh-python,
+ python-all-dev,
+ python3-all-dev,
+ python-setuptools,
+ python3-setuptools,
+Standards-Version: 3.9.6
+XS-Python-Version: all
Homepage: http://pypi.python.org/pypi/blist
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/blist/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/blist/trunk/
Package: python-blist
Architecture: any
+XB-Python-Version: ${python:Versions}
Depends:
+ ${misc:Depends},
${shlibs:Depends},
+ ${python:Depends},
+Provides:
+ ${python:Provides},
+Description: List-like type for Python with better asymptotic performance
+ This package is a drop-in replacement for Python lists providing better
+ performance when modifying large lists (provides sortedlist, sortedset,
+ weaksortedlist, weaksortedset, sorteddict, and btuple types).
+
+Package: python3-blist
+Architecture: any
+XB-Python-Version: ${python3:Versions}
+Depends:
${misc:Depends},
- ${python:Depends}
-Description: List-like type for python with better asymptotic performance
- This package is a drop-in replacement for the Python list the provides better
- performance when modifying large lists. The blist package also provides
- sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple
- types.
+ ${shlibs:Depends},
+ ${python3:Depends},
+Provides:
+ ${python3:Provides},
+Description: List-like type for Python 3 with better asymptotic performance
+ This package is a drop-in replacement for Python 3 lists providing better
+ performance when modifying large lists (provides sortedlist, sortedset,
+ weaksortedlist, weaksortedset, sorteddict, and btuple types).