diff options
| author | Michael Biebl <biebl@debian.org> | 2009-11-27 06:25:56 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2009-11-27 06:25:56 +0000 |
| commit | 7949d0626c4721d33f75f5302d1c824428f6a675 (patch) | |
| tree | d93d23f0c2614c26f02fa6dcc951ee90d7caa114 | |
| parent | d5db28b9e1afe4dd3fcd47abdb0dfb24e03b1c02 (diff) | |
* debian/rules
- Disable -Werror (more-warnings) for now as it causes build failures on
sparc.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@3304 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rwxr-xr-x | debian/rules | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c4171326..5fa00f39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +network-manager (0.7.2-2) UNRELEASED; urgency=low + + * debian/rules + - Disable -Werror (more-warnings) for now as it causes build failures on + sparc. + + -- Michael Biebl <biebl@debian.org> Fri, 27 Nov 2009 07:24:51 +0100 + network-manager (0.7.2-1) unstable; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index 8e81f9b1..03cb830b 100755 --- a/debian/rules +++ b/debian/rules @@ -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 . |