r9726 - in /desktop/unstable/libgnomeprintui/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Apr 11 12:56:51 UTC 2007


Author: lool
Date: Wed Apr 11 12:56:51 2007
New Revision: 9726

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9726
Log:
* Set PKG_CONFIG_PATH via DEB_CONFIGURE_SCRIPT_ENV.

Modified:
    desktop/unstable/libgnomeprintui/debian/changelog
    desktop/unstable/libgnomeprintui/debian/rules

Modified: desktop/unstable/libgnomeprintui/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeprintui/debian/changelog?rev=9726&op=diff
==============================================================================
--- desktop/unstable/libgnomeprintui/debian/changelog (original)
+++ desktop/unstable/libgnomeprintui/debian/changelog Wed Apr 11 12:56:51 2007
@@ -3,8 +3,9 @@
   * Upload to unstable; drop check-dist include.
   * Fix license in copyright.
   * Don't export LDFLAGS but build-dep on cdbs >= 0.4.41.
-
- -- Loic Minier <lool at dooz.org>  Wed, 11 Apr 2007 14:54:02 +0200
+  * Set PKG_CONFIG_PATH via DEB_CONFIGURE_SCRIPT_ENV.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 11 Apr 2007 14:56:41 +0200
 
 libgnomeprintui (2.18.0-1) experimental; urgency=low
 

Modified: desktop/unstable/libgnomeprintui/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeprintui/debian/rules?rev=9726&op=diff
==============================================================================
--- desktop/unstable/libgnomeprintui/debian/rules (original)
+++ desktop/unstable/libgnomeprintui/debian/rules Wed Apr 11 12:56:51 2007
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
-# export DH_VERBOSE=1
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 # Ensure at build time that the library has no dependencies on undefined
 # symbols.
@@ -9,12 +13,11 @@
 # Speed up loading.
 LDFLAGS += -Wl,-O1
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
--include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+PKG_CONFIG_PATH += $(CURDIR)/debian
 
-DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libgnomeprintui2.2-0 (>= 2.17.0)'
+DEB_CONFIGURE_SCRIPT_ENV += PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)"
 
-DEB_CONFIGURE_EXTRA_FLAGS = --enable-gtk-doc PKG_CONFIG_PATH=./debian
+DEB_DH_MAKESHLIBS_ARGS_ALL += -V 'libgnomeprintui2.2-0 (>= 2.17.0)'
+
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
+




More information about the pkg-gnome-commits mailing list