diff options
| author | Michael Biebl <biebl@debian.org> | 2009-12-17 15:18:59 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2009-12-17 15:18:59 +0000 |
| commit | eaf2edbf078fa1d6579ccb34f8536e07ce8c38ca (patch) | |
| tree | 0e1b30d2e838967d5e9f18ffebc7b0425c5e3107 /debian/rules | |
| parent | 12f3b34448da0d03cabdde5801492038b319ad6c (diff) | |
| parent | 8bdc9a2f1a99f9b047e8bbfb553f1ee2a7fb578a (diff) | |
Branch networkmanager for experimental (work on upstream 0.8)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@3357 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 8e81f9b1..35f0ec9c 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ 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_INSTALL_DOCS_ALL := README AUTHORS DEB_CONFIGURE_LIBEXECDIR := "\$$(prefix)/lib/NetworkManager" @@ -19,7 +19,8 @@ DEB_CONFIGURE_EXTRA_FLAGS += \ --with-distro=debian \ --with-resolvconf=/sbin/resolvconf \ --with-dhcp-client=/sbin/dhclient \ - --with-crypto=gnutls + --with-crypto=gnutls \ + --disable-more-warnings DEB_DH_INSTALLINIT_ARGS := -r -- start 26 2 3 4 5 . stop 88 0 1 6 . |