[Pkg-mpd-commits] [mpdscribble] 01/03: Switch to debhelper 11, drop B-D on dh-systemd.

Andrey Rahmatullin wrar at moszumanska.debian.org
Sun Jan 7 18:31:19 UTC 2018


This is an automated email from the git hooks/post-receive script.

wrar pushed a commit to branch master
in repository mpdscribble.

commit e0d40b00f86249d0a41f8b3cbc86bd81115a3377
Author: Andrey Rakhmatullin <wrar at wrar.name>
Date:   Sun Jan 7 23:22:30 2018 +0500

    Switch to debhelper 11, drop B-D on dh-systemd.
---
 debian/compat  | 2 +-
 debian/control | 3 +--
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index f1fa038..163dc57 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,11 @@ Section: sound
 Priority: optional
 Maintainer: mpd maintainers <pkg-mpd-maintainers at lists.alioth.debian.org>
 Uploaders: Andrey Rahmatullin <wrar at debian.org>
-Build-Depends: debhelper (>= 9~),
+Build-Depends: debhelper (>= 11),
     autotools-dev,
     libsoup2.4-dev,
     libmpdclient-dev,
     po-debconf,
-    dh-systemd,
     dh-autoreconf
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-mpd/mpdscribble.git
diff --git a/debian/rules b/debian/rules
index 80a9c25..b26a98a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@ --with systemd,autoreconf
+	dh $@ --with systemd
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-http-client=soup

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/mpdscribble.git



More information about the Pkg-mpd-commits mailing list