add lintian overrides file to make it happy about the kamailio.postrm

while at it fix typo in kamailio.postrm

Testing on Jenkins, since local builds suck...

From: Michael Prokop <mprokop@sipwise.com>
pull/1/head
Michael Prokop 13 years ago
parent 513f4620fa
commit 1979a41294

@ -4,8 +4,8 @@
set -e
removal_wrapper() {
# remove the init script only on ce systems, as the
# the pro system handle it inside the monitoring/HA setup
# remove the init script only on ce systems, as
# the pro system handles it inside the monitoring/HA setup
if ! [ -x "$(which ngcp-check_active 2>/dev/null)" ]; then
update-rc.d kamailio-lb remove >/dev/null
update-rc.d kamailio-proxy remove >/dev/null

@ -0,0 +1 @@
kamailio: postrm-contains-additional-updaterc.d-calls etc/init.d/kamailio-lb

@ -218,6 +218,9 @@ binary-indep: build install
# Build architecture-dependent packages using the common target
binary-arch: build install
$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
mkdir -p $(CURDIR)/debian/kamailio/usr/share/lintian/overrides/
cp -v debian/overrides $(CURDIR)/debian/kamailio/usr/share/lintian/overrides/kamailio
# Any other binary targets build just one binary package at a time.
binary-%: build install

Loading…
Cancel
Save