diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-29 11:23:45 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-29 11:23:45 +0200 |
commit | de707fa60bce64a2c7aa5cb479a5f9b40bd6b2c6 (patch) | |
tree | af1d01878bc364ce8996581bb110797cbc39ab9b | |
parent | 0b432c36cbaa300eced52070abbb9bed6ccb826d (diff) | |
download | vyos-strongswan-de707fa60bce64a2c7aa5cb479a5f9b40bd6b2c6.tar.gz vyos-strongswan-de707fa60bce64a2c7aa5cb479a5f9b40bd6b2c6.zip |
don't generate maintainer scripts snippets for init scripts, it's already handled (atlhough we might want to change that later)
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 288afd170..2b3676a5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ strongswan (4.6.4-0.1) UNRELEASED; urgency=low - inconditionnally enable network-manager. - switch to dh. - ignore plugins in dh_makeshlibs. + - don't generate maintainer scripts snippets for init scripts, it's + already handled (atlhough we might want to change that later) * debian/libstrongswan.lintian-overrides, debian/libstrongswan-ikev2.lintian-overrides: - override warning for hardening flags, we do use them. diff --git a/debian/rules b/debian/rules index 3e4f52628..b14b82890 100755 --- a/debian/rules +++ b/debian/rules @@ -121,7 +121,7 @@ override_dh_installdocs: done ) override_dh_installinit: - dh_installinit --name=ipsec + dh_installinit -n --name=ipsec override_dh_installchangelogs: dh_installchangelogs NEWS |