From efb64e7651e5aed781203894675588056c73f387 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Tue, 24 Jan 2017 22:34:01 -0500 Subject: 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(-) (limited to 'debian') 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ý 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 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 Uploaders: Aaron M. Ucko +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) -- cgit v1.2.3