[Python-modules-commits] [parsedatetime] 04/11: cme fix dpkg-control

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat Mar 11 11:28:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/experimental
in repository parsedatetime.

commit 2f062eb498aba384b5576e5d5245d181b0314689
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sat Mar 11 06:58:59 2017 +0000

    cme fix dpkg-control
    
    - Drop versioned b-dep on python-all
    - Bump Standards-Version to 3.9.8, no changes required
    - Drop versioned i-dep on base-files
    - Overall reordering of fields, wrap and sort
    
    Gbp-Dch: full
---
 debian/control | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index c000f01..42b44f4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,23 @@
 Source: parsedatetime
-Section: python
-Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bzed at debian.org>
-Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools, python-nose, dh-python
-Standards-Version: 3.9.5
-Homepage: https://pypi.python.org/pypi/parsedatetime/
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/parsedatetime.git
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-nose,
+               python-setuptools
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/parsedatetime.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/parsedatetime.git
+Homepage: https://pypi.python.org/pypi/parsedatetime/
 
 Package: python-parsedatetime
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, base-files (>= 4.0.4)
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Recommends: python-pyicu
 Description: Python module to parse human-readable date/time expressions
  parsedatetime is able to parse, for example, the following:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/parsedatetime.git



More information about the Python-modules-commits mailing list