From 568031be68f01d59f1e95a23487d30b6fa28e732 Mon Sep 17 00:00:00 2001 From: Rene Mayrhofer Date: Mon, 28 Jun 2010 13:32:23 +0000 Subject: Only use list-missing instead of fail-missing option. --- debian/changelog | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b228f852c..df783561e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ strongswan (4.4.0-1.1) unstable; urgency=low - * Force enable-socket-raw configure option and enable fail-missing option + * Force enable-socket-raw configure option and enable list-missing option for dh_install to make sure that all required plugins get built and installed. Closes: #587282: plugins missing diff --git a/debian/rules b/debian/rules index 0d11ddda7..d12d7b2df 100755 --- a/debian/rules +++ b/debian/rules @@ -83,7 +83,7 @@ install: build-stamp $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp # install files from debian/tmp into proper package dirs - dh_install --fail-missing + dh_install --list-missing # special handling for padlock, as it is only built on i386 ifeq ($(DEB_BUILD_ARCH_CPU),i386) install $(CURDIR)/debian/tmp/usr/lib/ipsec/plugins/libstrongswan-padlock.so* $(CURDIR)/debian/libstrongswan/usr/lib/ipsec/plugins/ -- cgit v1.2.3