updated to use dh_python2
[python-iso8601.debian] / debian / control
index cbf45ec40f59758ffcc6066ffebe0be9bae8ddda..ccea09e9a8490439849b68f1d214c07a78f1bff8 100644 (file)
@@ -1,16 +1,16 @@
 Source: python-iso8601
-Section: devel
+Section: python
 Priority: extra
 Maintainer: Benjamin Mako Hill <mako@debian.org>
-Build-Depends: cdbs, debhelper (>= 7.0.50~), python-support
-Standards-Version: 3.8.4
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.3
 Homepage: https://code.google.com/p/pyiso8601
-XS-Python-Version: all
+XS-Python-Version: >= 2.5
 
 Package: python-iso8601
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
 Description: python module to parse ISO 8601 dates
  Many file formats and standards use the ISO 8601 date format
  (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral,

Benjamin Mako Hill || Want to submit a patch?