From 3d99d4ea5cce0a9e1a4fff52846bcc4bbeb2e171 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Fri, 11 Feb 2011 14:21:07 -0500 Subject: [PATCH] clean up some of the python packaging --- debian/control | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index c8ef13b..75bd0a5 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,16 @@ Source: python-iso8601 Section: python Priority: extra Maintainer: Benjamin Mako Hill -Build-Depends: cdbs, debhelper (>= 7.0.50~), python, python-support +Build-Depends: cdbs, debhelper (>= 7.0.50~), python-all +Build-Depends-Indep: python-support (>=0.90) Standards-Version: 3.9.1 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} +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, -- 2.30.2