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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Sep 18 19:52:30 UTC 2007


Author: lool
Date: Tue Sep 18 19:52:30 2007
New Revision: 12575

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12575
Log:
* Only build the standards debs against the system PCRE, i.e. build the udeb
  against the builtin PCRE until pcre3 provides an udeb.

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=12575&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog (original)
+++ desktop/unstable/glib2.0/debian/changelog Tue Sep 18 19:52:30 2007
@@ -1,3 +1,10 @@
+glib2.0 (2.14.1-3) unstable; urgency=medium
+
+  * Only build the standards debs against the system PCRE, i.e. build the udeb
+    against the builtin PCRE until pcre3 provides an udeb.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 18 Sep 2007 21:35:30 +0200
+
 glib2.0 (2.14.1-2) unstable; urgency=low
 
   * debian/control.in,

Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=12575&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules (original)
+++ desktop/unstable/glib2.0/debian/rules Tue Sep 18 19:52:30 2007
@@ -77,15 +77,15 @@
 			--prefix=/usr \
 			--mandir=\$${prefix}/share/man \
 			--infodir=\$${prefix}/share/info \
-			--with-html-dir=\$${prefix}/share/doc/$(DOC_PKG) \
-			--with-pcre=system
+			--with-html-dir=\$${prefix}/share/doc/$(DOC_PKG)
 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 	common_configure_flags += --build=$(DEB_BUILD_GNU_TYPE)
 else
 	common_configure_flags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 endif
 deb_configure_flags := $(common_configure_flags) \
-			--enable-static
+			--enable-static \
+			--with-pcre=system
 udeb_configure_flags := $(common_configure_flags)
 
 $(STAMP_DIR)/patch-stamp:




More information about the pkg-gnome-commits mailing list