diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-06-28 13:32:23 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-06-28 13:32:23 +0000 |
commit | 568031be68f01d59f1e95a23487d30b6fa28e732 (patch) | |
tree | b55f1efd5c232e8f6fbd4a7262994ea9d0819478 | |
parent | d5a4bf9f9f7c64526a11a3e5bfbd643cb0daa648 (diff) | |
download | vyos-strongswan-568031be68f01d59f1e95a23487d30b6fa28e732.tar.gz vyos-strongswan-568031be68f01d59f1e95a23487d30b6fa28e732.zip |
Only use list-missing instead of fail-missing option.
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | 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/ |