[Pkg-xfce-commits] r6276 - desktop/trunk/xfconf/debian

Yves-Alexis Perez corsac at alioth.debian.org
Wed Dec 28 08:17:53 UTC 2011


Author: corsac
Date: 2011-12-28 20:17:53 +0000 (Wed, 28 Dec 2011)
New Revision: 6276

Modified:
   desktop/trunk/xfconf/debian/changelog
   desktop/trunk/xfconf/debian/rules
Log:
* debian/rules:
  - drop useless --enable-final argument to configure.

Modified: desktop/trunk/xfconf/debian/changelog
===================================================================
--- desktop/trunk/xfconf/debian/changelog	2011-12-28 20:16:29 UTC (rev 6275)
+++ desktop/trunk/xfconf/debian/changelog	2011-12-28 20:17:53 UTC (rev 6276)
@@ -1,9 +1,14 @@
 xfconf (4.8.1-1) UNRELEASED; urgency=low
 
+  [ Lionel Le Folgoc ]
   * New upstream bugfix release, including:
     - fix double free                                               lp: #802280
     - update Dutch translation.                                     lp: #781060
 
+  [ Yves-Alexis Perez ]
+  * debian/rules:
+    - drop useless --enable-final argument to configure.
+
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Fri, 23 Dec 2011 19:13:11 +0100
 
 xfconf (4.8.0-3) unstable; urgency=low

Modified: desktop/trunk/xfconf/debian/rules
===================================================================
--- desktop/trunk/xfconf/debian/rules	2011-12-28 20:16:29 UTC (rev 6275)
+++ desktop/trunk/xfconf/debian/rules	2011-12-28 20:17:53 UTC (rev 6276)
@@ -13,7 +13,7 @@
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-final --disable-perl-bindings
+	dh_auto_configure -- --disable-perl-bindings
 
 override_dh_auto_test:
 




More information about the Pkg-xfce-commits mailing list