summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2019-07-20 00:20:08 +0200
committerOndřej Nový <onovy@debian.org>2019-07-20 00:20:08 +0200
commit985917ac5af419cc54a2d4b69058839bd4bf62c4 (patch)
treec2501bec13838662c76019dad2369788128a4948
parent1227efa5de68b6312b469a196cbcbf470a638e73 (diff)
Use debhelper-compat instead of debian/compat
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d82b2fd..20efe2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pychromecast (2.4.0-2) UNRELEASED; urgency=medium
+
+ * Use debhelper-compat instead of debian/compat.
+
+ -- Ondřej Nový <onovy@debian.org> Sat, 20 Jul 2019 00:20:08 +0200
+
pychromecast (2.4.0-1) unstable; urgency=medium
* New upstream release
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 f3eb94a..3bf540a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 11),
dh-python,
python3-all,
python3-setuptools,