summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2017-01-24 22:34:01 -0500
committerAaron M. Ucko <ucko@debian.org>2017-01-24 22:34:01 -0500
commitefb64e7651e5aed781203894675588056c73f387 (patch)
tree9762a6a2ac4656dd6efb503a7577eacaaa025eb4 /debian
parent3a67afa630106d7adfd4b48aacc912e2d05513d6 (diff)
Generally canonicalize debian/control with the help of cme fix.
In particular, declare Standards-Version: 3.9.8 (already compliant, not that cme checked).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control16
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@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@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@lists.alioth.debian.org>
Uploaders: Aaron M. Ucko <ucko@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)