summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2019-07-20 00:10:22 +0200
committerOndřej Nový <onovy@debian.org>2019-07-20 00:10:22 +0200
commit7884da39391350696ff2bdf6a76accd4a3e6462c (patch)
treef8e10c2f801c95f4a20b83f29f180f934073fc0a
parentc384c26c7207115bf6683ab2d149c3bfa6a2807a (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 5bbe51a..d72bcd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-easywebdav (1.2.0-5) UNRELEASED; urgency=medium
* Convert git repository from git-dpm to gbp layout
+ * Use debhelper-compat instead of debian/compat.
-- Ondřej Nový <onovy@debian.org> Wed, 08 Aug 2018 09:14:46 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index b710e12..8019cf7 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: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Build-Depends:
- debhelper (>= 9~),
+ debhelper-compat (= 9),
dh-buildinfo,
python,
python3,