From a7d80f8d183b4842ab4a0dca78c52d92c9186411 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 9 Jun 2015 11:44:19 +0200 Subject: [PATCH] Avoid debian Bug #768456 by installing sysv init script This will be fixed in init-system-helpers 1.23. --- Makefile | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cdf2878..884765a 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ deb ${DEBS}: ${DRBDSRC} mv ${DRBDDIR}/debian ${DRBDDIR}/debian.old rsync -a debian ${DRBDDIR} cd ${DRBDDIR}; dpkg-buildpackage -rfakeroot -b -us -uc - lintian ${DEBS} + -lintian ${DEBS} .PHONY: download download ${DRBDSRC}: diff --git a/debian/rules b/debian/rules index 0a5e748..f3b322d 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ override_dh_auto_configure: --with-pacemaker \ --with-bashcompletion \ --with-systemdunitdir=/lib/systemd/system \ - --with-initscripttype=systemd + --with-initscripttype=both override_dh_auto_install: dh_auto_install --destdir debian/drbd-utils -- 2.39.2