r19596 - in /desktop/experimental/gtk+2.0/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Apr 14 21:21:17 UTC 2009


Author: lool
Date: Tue Apr 14 21:21:17 2009
New Revision: 19596

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19596
Log:
Fix test-print-backend configure flag addition.

Modified:
    desktop/experimental/gtk+2.0/debian/changelog
    desktop/experimental/gtk+2.0/debian/rules

Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=19596&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog (original)
+++ desktop/experimental/gtk+2.0/debian/changelog Tue Apr 14 21:21:17 2009
@@ -1,3 +1,9 @@
+gtk+2.0 (2.16.1-2) UNRELEASED; urgency=low
+
+  * Fix test-print-backend configure flag addition.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 14 Apr 2009 23:20:54 +0200
+
 gtk+2.0 (2.16.1-1) experimental; urgency=low
 
   [ Loic Minier ]

Modified: desktop/experimental/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/rules?rev=19596&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/rules (original)
+++ desktop/experimental/gtk+2.0/debian/rules Tue Apr 14 21:21:17 2009
@@ -137,7 +137,7 @@
 			--mandir=\$${prefix}/share/man \
 			--infodir=\$${prefix}/share/info \
 			--sysconfdir=/etc \
-			--enable-test-print-backend
+			--enable-test-print-backend \
 			--build=$(DEB_BUILD_GNU_TYPE)
 ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 	configure_flags += --host=$(DEB_HOST_GNU_TYPE)




More information about the pkg-gnome-commits mailing list