diff options
| author | Michael Biebl <biebl@debian.org> | 2008-08-22 19:44:12 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2008-08-22 19:44:12 +0000 |
| commit | 201e3a618d923458630147f43f1bffb78776c6ab (patch) | |
| tree | 7f6195b16ffe09c84636f8add903b6cffa7b30a9 | |
| parent | 5cd7afe32fa5b10e8bf1fb6ee56046aeb7032e67 (diff) | |
Stop NM at priority 88, exclude private libs from dh_makeshlibs.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@2408 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -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 |