summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@debian.org>2020-01-15 22:31:09 +0000
committerJelmer Vernooij <jelmer@debian.org>2020-01-15 22:31:09 +0000
commitd0c628264d0162d64adb6e5516c80f6d794a4699 (patch)
tree1981cf686f365bfb9b233df124da894d953eb376
parentded4bd95848251acad59e80883f8fbfba8199a23 (diff)
parent55bdfba663a2fee56f4b243c16e38f8cebcd3a83 (diff)
Merge branch 'lintian-fixes' into 'master'
Fix some issues reported by lintian See merge request python-team/modules/urwid!1
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2b092f2..8fd5ed5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,16 @@
urwid (2.0.1-3) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
* Use debhelper-compat instead of debian/compat.
+ [ Debian Janitor ]
+ * Bump debhelper from old 11 to 12.
+ * Add missing colon in closes line.
+
-- Ondřej Nový <onovy@debian.org> Mon, 14 May 2018 07:48:24 +0200
urwid (2.0.1-2) unstable; urgency=medium
@@ -154,7 +159,7 @@ urwid (1.0.2-1) unstable; urgency=low
urwid (1.0.1-2) unstable; urgency=low
- * generate python3 package as well, closes #640127
+ * generate python3 package as well, closes: #640127
-- Ian Ward <ian@excess.org> Sun, 11 Dec 2011 02:02:03 +0000
diff --git a/debian/control b/debian/control
index 54ca48f..947f8c2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ian Ward <ian@excess.org>
Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 12),
dh-python,
python-all-dev (>= 2.6.6-3~),
python-setuptools (>= 0.6.16),