summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSophie Brun <sophie@freexian.com>2018-03-06 15:50:28 +0100
committerSophie Brun <sophie@freexian.com>2018-03-06 15:58:37 +0100
commite9ef190187414e5a1cc6de01821552afdec6d45c (patch)
tree1cde60b76a8d78692be2bc984656e91fce2b1b22
parentdb178aa118b62df379fabc2321b6bf51b1a05aca (diff)
Use debhelper 11
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control3
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8e2cfe2..60f5b00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ urwid (2.0.1-1) UNRELEASED; urgency=medium
* Create a separated package for documentation
* Add hardening=+all in debian/rules
* Bump Standards-version to 4.1.3 (no change required)
+ * Use debhelper 11
-- Sophie Brun <sophie@freexian.com> Tue, 06 Mar 2018 14:39:24 +0100
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 7d47bb2..cc4e02f 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 (>= 9),
+ debhelper (>= 11),
python-all-dev (>= 2.6.6-3~),
python-setuptools (>= 0.6.16),
python-twisted,
@@ -71,6 +71,7 @@ Package: python-urwid-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Replaces: python-urwid (<< 2.0.1-1)
Description: curses-based UI/widget library (common documentation)
Urwid is a console user interface library that includes many features
useful for text console application developers including: