]> git.proxmox.com Git - drbd-utils.git/commitdiff
Avoid debian Bug #768456 by installing sysv init script
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 9 Jun 2015 09:44:19 +0000 (11:44 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 9 Jun 2015 09:44:19 +0000 (11:44 +0200)
This will be fixed in init-system-helpers 1.23.

Makefile
debian/rules

index cdf28782aaace6b2ca2d254bfafdd11302f1c6cb..884765a25ee538bafa9fe119e9cfdb314f40c163 100644 (file)
--- 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}:
index 0a5e7487ee61d99485b199d210a5c7af83fe8c05..f3b322d9bdb53a31fe7fc12595fa2232039632e2 100755 (executable)
@@ -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