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

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Sep 17 08:08:41 UTC 2007


Author: slomo
Date: Mon Sep 17 08:08:41 2007
New Revision: 12512

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12512
Log:
* debian/control.in,
  debian/rules:
  + Build against the system PCRE instead of the supplied one.

Modified:
    desktop/unstable/glib2.0/debian/changelog
    desktop/unstable/glib2.0/debian/control
    desktop/unstable/glib2.0/debian/control.in
    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=12512&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog (original)
+++ desktop/unstable/glib2.0/debian/changelog Mon Sep 17 08:08:41 2007
@@ -1,3 +1,11 @@
+glib2.0 (2.14.1-2) unstable; urgency=low
+
+  * debian/control.in,
+    debian/rules:
+    + Build against the system PCRE instead of the supplied one.
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 17 Sep 2007 09:41:48 +0200
+
 glib2.0 (2.14.1-1) unstable; urgency=low
 
   [ Loic Minier ]

Modified: desktop/unstable/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/control?rev=12512&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/control (original)
+++ desktop/unstable/glib2.0/debian/control Mon Sep 17 08:08:41 2007
@@ -9,7 +9,8 @@
                autotools-dev,
                gnome-pkg-tools (>= 0.11),
                quilt,
-               dpkg-dev (>= 1.13.19)
+               dpkg-dev (>= 1.13.19),
+               libpcre3-dev (>= 7.2)
 Standards-Version: 3.7.2
 
 Package: libglib2.0-0

Modified: desktop/unstable/glib2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/control.in?rev=12512&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/control.in (original)
+++ desktop/unstable/glib2.0/debian/control.in Mon Sep 17 08:08:41 2007
@@ -9,7 +9,8 @@
                autotools-dev,
                gnome-pkg-tools (>= 0.11),
                quilt,
-               dpkg-dev (>= 1.13.19)
+               dpkg-dev (>= 1.13.19),
+               libpcre3-dev (>= 7.2)
 Standards-Version: 3.7.2
 
 Package: @SHARED_PKG@

Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=12512&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules (original)
+++ desktop/unstable/glib2.0/debian/rules Mon Sep 17 08:08:41 2007
@@ -77,7 +77,8 @@
 			--prefix=/usr \
 			--mandir=\$${prefix}/share/man \
 			--infodir=\$${prefix}/share/info \
-			--with-html-dir=\$${prefix}/share/doc/$(DOC_PKG)
+			--with-html-dir=\$${prefix}/share/doc/$(DOC_PKG) \
+			--with-pcre=system
 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 	common_configure_flags += --build=$(DEB_BUILD_GNU_TYPE)
 else




More information about the pkg-gnome-commits mailing list