diff options
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index b5b73e3b..8567f7e3 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,8 @@ include /usr/share/cdbs/1/rules/utils.mk # List any files which are not installed common-binary-post-install-arch:: list-missing +DEB_DH_MAKESHLIBS_ARGS_ALL := -X/usr/lib/NetworkManager -X/usr/lib/pppd/ + DEB_INSTALL_DOCS_ALL := README AUTHORS TODO DEB_CONFIGURE_LIBEXECDIR := "\$$(prefix)/lib/NetworkManager" @@ -17,7 +19,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += \ --with-distro=debian \ --with-crypto=gnutls -DEB_DH_INSTALLINIT_ARGS := -r -- start 26 2 3 4 5 . stop 14 0 1 6 . +DEB_DH_INSTALLINIT_ARGS := -r -- start 26 2 3 4 5 . stop 88 0 1 6 . clean:: rm -f po/*.gmo |