summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2019-07-19 23:47:47 +0200
committerOndřej Nový <onovy@debian.org>2019-07-19 23:47:47 +0200
commitded4bd95848251acad59e80883f8fbfba8199a23 (patch)
tree147e2819a588fc77f58c72f80bdb9b69892be62a
parent5a8d803663a3e963b117d2ef69afacf213cca68c (diff)
Use debhelper-compat instead of debian/compat
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index c92238f..2b092f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ urwid (2.0.1-3) UNRELEASED; urgency=medium
* 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.
-- Ondřej Nový <onovy@debian.org> Mon, 14 May 2018 07:48:24 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index e00a3a4..54ca48f 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 (>= 11),
+ debhelper-compat (= 11),
dh-python,
python-all-dev (>= 2.6.6-3~),
python-setuptools (>= 0.6.16),