fixed name of the upstream tarball
[python-iso8601.debian] / debian / control
1 Source: python-iso8601
2 Section: devel
3 Priority: extra
4 Maintainer: Benjamin Mako Hill <mako@debian.org>
5 Build-Depends: cdbs, debhelper (>= 7.0.50~), python-support
6 Standards-Version: 3.8.4
7 Homepage: https://code.google.com/p/pyiso8601
8 XS-Python-Version: all
9
10 Package: python-iso8601
11 Architecture: all
12 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
13 XB-Python-Version: ${python:Versions}
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?