updated to use dh_python2
[python-iso8601.debian] / debian / control
1 Source: python-iso8601
2 Section: python
3 Priority: extra
4 Maintainer: Benjamin Mako Hill <mako@debian.org>
5 Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~)
6 Standards-Version: 3.9.3
7 Homepage: https://code.google.com/p/pyiso8601
8 XS-Python-Version: >= 2.5
9
10 Package: python-iso8601
11 Architecture: all
12 Depends: ${python:Depends}, ${misc:Depends}
13 Provides: ${python:Provides}
14 Description: python module to parse ISO 8601 dates
15  Many file formats and standards use the ISO 8601 date format
16  (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral,
17  unambiguous manner. This simple Python module parses the most common
18  forms encountered and returns Python datetime objects.
19
20

Benjamin Mako Hill || Want to submit a patch?