From fcc2a75a16e5708a2a148602734a9df7220ff6e7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 16 Apr 2013 09:26:41 +0200 Subject: [PATCH] Revert "debian: on Debian, don't ship upstart script" This reverts commit d5e9611c1cc903410f42a8272898b31404559c6f. We can't request dh-autoreconf and have a buggy dh_installinit at the same time. Let's remove this code about upstart. This only needs to be fixed in backports. --- debian/rules | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/debian/rules b/debian/rules index acf532cd..941649e3 100755 --- a/debian/rules +++ b/debian/rules @@ -5,16 +5,3 @@ include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_EXTRA_FLAGS = --with-snmp --with-xml - -ifeq ($(shell ( [ ! -x /usr/bin/dpkg-vendor ] || dpkg-vendor --is Debian ) && echo yes),yes) -# Don't install upstart script on Debian. Older versions of -# dh_installinit don't ship the SysV script if an upstart -# script is provided and force a dependency on upstart. -# See: http://bugs.debian.org/577040 -pre-build:: - [ ! -f debian/lldpd.upstart ] || \ - mv debian/lldpd.upstart debian/lldpd.upstart.disabled -clean:: - [ ! -f debian/lldpd.upstart.disabled ] || \ - mv debian/lldpd.upstart.disabled debian/lldpd.upstart -endif -- 2.47.2