diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-08-25 16:23:21 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-08-25 16:23:21 +0000 |
commit | d3a0fb38820575d3f347bc5c8ade4550ed42f535 (patch) | |
tree | 278f0ea0577f4c11e89b1c6244943232662109c4 /debian/rules | |
parent | 22be0710db00aa5c0bc8bd83ee795ee059f42f1f (diff) | |
download | vyos-strongswan-d3a0fb38820575d3f347bc5c8ade4550ed42f535.tar.gz vyos-strongswan-d3a0fb38820575d3f347bc5c8ade4550ed42f535.zip |
- Fix a few minor things, mostly lintian cleanups.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7013680ed..7fa5ffa17 100755 --- a/debian/rules +++ b/debian/rules @@ -156,11 +156,17 @@ install-strongswan: build # 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 # more lintian cleanups find $(CURDIR)/debian/strongswan -name ".cvsignore" | xargs --no-run-if-empty rm -f find $(CURDIR)/debian/strongswan -name "/.svn/" | xargs --no-run-if-empty rm -rf + # and lintian overrides + install --mode=0644 $(CURDIR)/debian/strongswan.lintian-overrides $(CURDIR)/debian/strongswan/usr/share/lintian/overrides/strongswan + binary-common: #dh_testversion 2 dh_testdir |