From 33e49b8409dc17b208de84659786012a2afb5827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 22 Jun 2017 20:15:54 +0200 Subject: Migrate to debhelper 10 --- debian/changelog | 4 ++++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 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 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 Uploaders: Uditha Atukorala 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 -- cgit v1.2.3