diff -u keepalived-1.1.15/debian/rules keepalived-1.1.15/debian/rules --- keepalived-1.1.15/debian/rules +++ keepalived-1.1.15/debian/rules @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/autotools.mk -DEB_UPDATE_RCD_PARAMS := multiuser +DEB_UPDATE_RCD_PARAMS := start 20 2 3 4 5 . stop 20 1 . DEB_CONFIGURE_EXTRA_FLAGS := --with-kernel-dir=$(CURDIR)/debian DEB_AUTO_UPDATE_AUTOCONF = 1 diff -u keepalived-1.1.15/debian/control keepalived-1.1.15/debian/control --- keepalived-1.1.15/debian/control +++ keepalived-1.1.15/debian/control @@ -9,7 +9,7 @@ Package: keepalived Section: admin Architecture: any -Depends: ${shlibs:Depends}, ipvsadm, iproute, sysv-rc (>= 2.86.ds1-14.1ubuntu2) +Depends: ${shlibs:Depends}, ipvsadm, iproute Description: Failover and monitoring daemon for LVS clusters keepalived is used for monitoring real servers within a Linux Virtual Server (LVS) cluster. keepalived can be configured to diff -u keepalived-1.1.15/debian/init.d keepalived-1.1.15/debian/init.d --- keepalived-1.1.15/debian/init.d +++ keepalived-1.1.15/debian/init.d @@ -9,7 +9,7 @@ # Required-Start: $syslog $network # Required-Stop: $syslog $network # Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Default-Stop: 1 # Short-Description: Starts keepalived # Description: Starts keepalived lvs loadbalancer ### END INIT INFO diff -u keepalived-1.1.15/debian/changelog keepalived-1.1.15/debian/changelog --- keepalived-1.1.15/debian/changelog +++ keepalived-1.1.15/debian/changelog @@ -1,3 +1,11 @@ +keepalived (1.1.15-1ubuntu2) intrepid; urgency=low + + * Replace "multiuser" deprecated init mode in debian/rules with manual + arguments. Adapt the corresponding change in LSB init script header and + runtime dependency in debian/control (LP: #254257) + + -- Didier Roche Fri, 15 Aug 2008 15:58:34 +0200 + keepalived (1.1.15-1ubuntu1) hardy; urgency=low * Merge from debian unstable (LP: #179922), remaining changes: