diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-06-03 19:49:31 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-06-03 19:49:31 +0000 |
commit | 8f8852051396230219234efc1b893bf0ca427041 (patch) | |
tree | fda433a344954437abbd522c6f6ef305e523652f | |
parent | f5ff7028a06ccac4d09816356e57266ccafa92fc (diff) | |
download | vyos-strongswan-8f8852051396230219234efc1b893bf0ca427041.tar.gz vyos-strongswan-8f8852051396230219234efc1b893bf0ca427041.zip |
- The changelog has been renamed.
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 1b2c7a2d8..c4ff0d793 100755 --- a/debian/rules +++ b/debian/rules @@ -127,14 +127,11 @@ install-strongswan: build # set permissions on ipsec.secrets chmod 600 $(CURDIR)/debian/strongswan/etc/ipsec.secrets - chmod 644 $(CURDIR)/debian/strongswan/etc/ipsec.conf + #chmod 644 $(CURDIR)/debian/strongswan/etc/ipsec.conf chmod 700 -R $(CURDIR)/debian/strongswan/etc/ipsec.d/private/ # don't know why they come with +x set by default... - chmod 644 $(CURDIR)/debian/strongswan/etc/ipsec.d/policies/* - chmod 644 $(CURDIR)/debian/strongswan/etc/ipsec.d/examples/* - # or why these are copied to the directory... - rm -f $(CURDIR)/debian/strongswan/usr/lib/ipsec/ipsec_pr.template - rm -f $(CURDIR)/debian/strongswan/usr/lib/ipsec/distro.txt + #chmod 644 $(CURDIR)/debian/strongswan/etc/ipsec.d/policies/* + #chmod 644 $(CURDIR)/debian/strongswan/etc/ipsec.d/examples/* # more lintian cleanups find $(CURDIR)/debian/strongswan -name ".cvsignore" | xargs --no-run-if-empty rm -f @@ -148,7 +145,7 @@ binary-common: dh_testdir dh_testroot dh_installdebconf - dh_installchangelogs CHANGES + dh_installchangelogs ChangeLog dh_link dh_strip dh_compress |