diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index d12d7b2df..c9014e8fc 100755 --- a/debian/rules +++ b/debian/rules @@ -108,6 +108,10 @@ endif # this is handled by update-rc.d rm -rf $(CURDIR)/debian/strongswan-starter/etc/rc?.d + # delete var/lock/subsys and var/run to satisfy lintian + rm -rf $(CURDIR)/debian/openswan/var/lock + rm -rf $(CURDIR)/debian/openswan/var/run + dh_installdocs -pstrongswan -n # change the paths in the installed doc files (but only in regular # files, not in links to the outside of the build tree !) @@ -147,6 +151,7 @@ binary-common: dh_strip --dbg-package=strongswan-dbg dh_compress dh_fixperms -X etc/ipsec.secrets -X etc/ipsec.d + dh_lintian dh_makeshlibs dh_installdeb dh_shlibdeps |