about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules3
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 .