summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2019-07-20 00:01:54 +0200
committerOndřej Nový <onovy@debian.org>2019-07-20 00:01:54 +0200
commitf071fef94b9ae31134ce61dae02eae676a07d04e (patch)
tree1e787ca91f12869ba31e251ea0579db071b5aedc
parente1e5eca0b5d861371bafc3da76366882be907054 (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 55d9fd9..0628f66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ python-qtawesome (0.4.4+ds1-2) 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> Tue, 13 Feb 2018 10:03:47 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 8699ece..7b2af5d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper-compat (= 10),
dh-python,
dpkg-dev (>= 1.17.14),
python-all,