[Python-modules-commits] [python-aniso8601] 01/01: Update build-deps

Jonathan Carter highvoltage-guest at moszumanska.debian.org
Sat Nov 5 08:51:12 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 704b320e5abdfb4890865a5d995ed6093210a9ac
Author: Jonathan Carter <jcarter at linux.com>
Date:   Sat Nov 5 10:51:07 2016 +0200

    Update build-deps
---
 debian/changelog |  1 +
 debian/control   | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 58c5318..fd95e97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-aniso8601 (1.2.0-1) unstable; urgency=medium
   * Update standards version to 0.9.8 (no changes)
   * Update copyright to 2016 in copyright file
   * New upstream license (GPL-3+ -> BSD)
+  * Add build-deps: python-dateutil, python3-dateutil
 
  -- Jonathan Carter <jcarter at linux.com>  Sun, 30 Oct 2016 09:41:38 +0200
 
diff --git a/debian/control b/debian/control
index 4515dad..ae3b30f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,20 @@ Source: python-aniso8601
 Section: python
 Priority: optional
 Maintainer: Jonathan Carter <jcarter at linux.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.8
 Homepage: https://bitbucket.org/nielsenb/aniso8601
 
 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
@@ -29,7 +30,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
@@ -40,4 +41,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