[Python-modules-commits] [python-aniso8601] 01/01: Add python-dateutil python3-dateutil as build-deps
Jonathan Carter
highvoltage-guest at moszumanska.debian.org
Sat Sep 10 17:10:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
highvoltage-guest pushed a commit to branch master
in repository python-aniso8601.
commit 38ce5bbca2a997694e84b9d3439025915b6e7925
Author: Jonathan Carter <jcarter at linux.com>
Date: Sat Sep 10 19:10:03 2016 +0200
Add python-dateutil python3-dateutil as build-deps
---
debian/control | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/debian/control b/debian/control
index 3f8f983..476a92d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,14 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Jonathan Carter <jonathan at ubuntu.com>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all,
- python3-all,
- python-setuptools,
- python3-setuptools
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-dateutil,
+ python-setuptools,
+ python3-all,
+ python3-dateutil,
+ python3-setuptools
Standards-Version: 3.9.6
Homepage: https://bitbucket.org/nielsenb/aniso8601
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-aniso8601.git
@@ -17,7 +18,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-anis
Package: python-aniso8601
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: python2 library for parsing dates and time
Library for parsing the following:
- Parse a time, get a datetime.time
@@ -32,7 +33,7 @@ Description: python2 library for parsing dates and time
Package: python3-aniso8601
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: python3 library for parsing dates and time
Library for parsing the following:
- Parse a time, get a datetime.time
@@ -43,4 +44,3 @@ Description: python3 library for parsing dates and time
- Parse a repeating interval, get a date or datetime generator
.
This package provides the python3 version.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-aniso8601.git
More information about the Python-modules-commits
mailing list