diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-10-26 16:07:11 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-10-26 16:07:11 +0000 |
commit | 1a558b93e495aa7664fd4fb7641feb6244dbc5d5 (patch) | |
tree | 74984040dabdab3b6a312ea6b39e08a550c404e4 /debian/rules | |
parent | 3168dc628f034e03bb4fab16e8a00da59a5c86e1 (diff) | |
download | vyos-strongswan-1a558b93e495aa7664fd4fb7641feb6244dbc5d5.tar.gz vyos-strongswan-1a558b93e495aa7664fd4fb7641feb6244dbc5d5.zip |
Actually fix all the Debian bugreports for strongswan.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 8382c2a8c..5f0f55733 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatability version to use. -export DH_COMPAT=4 - export DH_OPTIONS ifeq (,$(wildcard /usr/bin/po2debconf)) @@ -148,6 +145,11 @@ binary-common: dh_makeshlibs dh_installdeb + # this also flags ipsec.conf and ipsec.secrets as conffiles, which is wrong... + cp $(CURDIR)/debian/strongswan/DEBIAN/conffiles $(CURDIR)/debian/strongswan/DEBIAN/conffiles.tmp + sed '/ipsec.conf/d,/ipsec.secrets/d' $(CURDIR)/debian/strongswan/DEBIAN/conffiles.tmp \ + > $(CURDIR)/debian/strongswan/DEBIAN/conffiles + rm $(CURDIR)/debian/strongswan/DEBIAN/conffiles.tmp dh_shlibdeps dh_gencontrol dh_md5sums |