r43798 - in /desktop/unstable/glib2.0/debian: changelog rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Tue Oct 28 09:28:47 UTC 2014


Author: laney
Date: Tue Oct 28 09:28:47 2014
New Revision: 43798

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43798
Log:
Pass --enable-debug=minimum not minimal - this is what configure.ac
expects.

Modified:
    desktop/unstable/glib2.0/debian/changelog
    desktop/unstable/glib2.0/debian/rules

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=43798&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog	[utf-8] Tue Oct 28 09:28:47 2014
@@ -1,3 +1,10 @@
+glib2.0 (2.42.0-3) UNRELEASED; urgency=medium
+
+  * Pass --enable-debug=minimum not minimal - this is what configure.ac
+    expects.
+
+ -- Iain Lane <laney at debian.org>  Thu, 02 Oct 2014 15:23:42 +0100
+
 glib2.0 (2.42.0-2) unstable; urgency=medium
 
   [ Andreas Henriksson ]

Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=43798&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/rules	[utf-8] Tue Oct 28 09:28:47 2014
@@ -97,7 +97,7 @@
 			--enable-static \
 			--enable-installed-tests \
 			--enable-always-build-tests \
-			--enable-debug=minimal
+			--enable-debug=minimum
 
 DEB_CONFIGURE_FLAGS_udeb := \
 			--disable-selinux




More information about the pkg-gnome-commits mailing list