[Pkg-utopia-commits] r3304 - in /packages/unstable/networkmanager/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Fri Nov 27 06:25:58 UTC 2009
Author: biebl
Date: Fri Nov 27 06:25:56 2009
New Revision: 3304
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3304
Log:
* debian/rules
- Disable -Werror (more-warnings) for now as it causes build failures on
sparc.
Modified:
packages/unstable/networkmanager/debian/changelog
packages/unstable/networkmanager/debian/rules
Modified: packages/unstable/networkmanager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/debian/changelog?rev=3304&op=diff
==============================================================================
--- packages/unstable/networkmanager/debian/changelog (original)
+++ packages/unstable/networkmanager/debian/changelog Fri Nov 27 06:25:56 2009
@@ -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 at debian.org> Fri, 27 Nov 2009 07:24:51 +0100
+
network-manager (0.7.2-1) unstable; urgency=low
* New upstream release.
Modified: packages/unstable/networkmanager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/debian/rules?rev=3304&op=diff
==============================================================================
--- packages/unstable/networkmanager/debian/rules (original)
+++ packages/unstable/networkmanager/debian/rules Fri Nov 27 06:25:56 2009
@@ -19,7 +19,8 @@
--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 .
More information about the Pkg-utopia-commits
mailing list