[Python-modules-commits] [python-dsv] 08/12: Generally canonicalize debian/control with the help of cme fix.
Aaron M. Ucko
ucko at moszumanska.debian.org
Wed Jan 25 03:44:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
ucko pushed a commit to branch master
in repository python-dsv.
commit efb64e7651e5aed781203894675588056c73f387
Author: Aaron M. Ucko <ucko at debian.org>
Date: Tue Jan 24 22:34:01 2017 -0500
Generally canonicalize debian/control with the help of cme fix.
In particular, declare Standards-Version: 3.9.8 (already compliant,
not that cme checked).
---
debian/changelog | 8 +++++++-
debian/control | 16 +++++++++-------
2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1ea5423..418fc34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
python-dsv (1.4.1-5) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
* Fixed VCS URL (https)
- -- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 22:01:39 +0200
+ [ Aaron M. Ucko ]
+ * Generally canonicalize debian/control with the help of cme fix. In
+ particular, declare Standards-Version: 3.9.8 (already compliant, not
+ that cme checked).
+
+ -- Aaron M. Ucko <ucko at debian.org> Tue, 24 Jan 2017 22:34:00 -0500
python-dsv (1.4.1-4) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index cf2ea85..a1fd77c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,23 @@
Source: python-dsv
-Section: python
-Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Aaron M. Ucko <ucko at debian.org>
+Section: python
+Priority: optional
Build-Depends: debhelper (>= 9~),
dh-python,
- python-all (>= 2.6.6-3~),
+ python-all,
python-setuptools,
python3-all,
python3-setuptools
-Standards-Version: 3.9.6
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-dsv.git
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-dsv.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-dsv.git
Homepage: http://python-dsv.sourceforge.net/
Package: python-dsv
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends}
Suggests: python-wxgtk3.0 | python-wxgtk2.8
Provides: ${python:Provides}
Description: Python module for delimiter-separated-value files (Python 2)
@@ -30,7 +31,8 @@ Description: Python module for delimiter-separated-value files (Python 2)
Package: python3-dsv
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends},
+ ${python3:Depends}
Suggests: python3-wxgtk3.0
Provides: ${python3:Provides}
Description: Python module for delimiter-separated-value files (Python 3)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-dsv.git
More information about the Python-modules-commits
mailing list