summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-06-22 20:15:54 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-06-22 20:15:54 +0200
commit33e49b8409dc17b208de84659786012a2afb5827 (patch)
tree85b419baf7b07ab2f9ea1b0a402785729299be76
parent70e4ed475074913b07e6382e2796dd5aa5dee9a3 (diff)
Migrate to debhelper 10
-rw-r--r--debian/changelog4
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
4 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 957f20a..c1827ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ bitz-server (1.0.0-4) UNRELEASED; urgency=medium
* Add missing symbols files.
* New README.source to explain the branching model used.
* Declare compliance with Debian Policy 4.0.0. (No changes needed).
+ * Migrate to debhelper 10:
+ - Change debian/compat to 10.
+ - Bump minimum debhelper version in debian/control to >= 10.
+ - Remove now useless autoreconf from debian/rules.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 30 Apr 2017 11:12:37 +0200
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 67cfaef..378ed36 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Uploaders: Uditha Atukorala <ua@nuked.zone>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
dh-autoreconf,
dh-python,
dh-systemd (>= 1.5),
diff --git a/debian/rules b/debian/rules
index 7d4b8dc..70445ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-
%:
- dh $@ --with systemd,autoreconf
+ dh $@ --with systemd
override_dh_auto_build-indep:
dh_auto_build