r17366 - in /packages/unstable/gobject-introspection/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Nov 1 20:11:06 UTC 2008


Author: lool
Date: Sat Nov  1 20:11:06 2008
New Revision: 17366

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17366
Log:
Extract libgirepository package name from control.

Modified:
    packages/unstable/gobject-introspection/debian/changelog
    packages/unstable/gobject-introspection/debian/rules

Modified: packages/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/changelog?rev=17366&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/changelog (original)
+++ packages/unstable/gobject-introspection/debian/changelog Sat Nov  1 20:11:06 2008
@@ -1,3 +1,9 @@
+gobject-introspection (0.6.0-2) UNRELEASED; urgency=low
+
+  * Extract libgirepository package name from control.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 01 Nov 2008 21:10:50 +0100
+
 gobject-introspection (0.6.0-1) unstable; urgency=low
 
   * Initial version (Closes: #497451).

Modified: packages/unstable/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/rules?rev=17366&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/rules (original)
+++ packages/unstable/gobject-introspection/debian/rules Sat Nov  1 20:11:06 2008
@@ -7,7 +7,9 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_DH_MAKESHLIBS_ARGS_libgirepository0 = -V 'libgirepository0 (>= 0.5.0)'
+libgirepositoryN := $(shell sed -rn 's/^Package:[[:space:]]*(libgirepository[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+
+DEB_DH_MAKESHLIBS_ARGS_$(libgirepositoryN) = -V '$(libgirepositoryN) (>= 0.5.0)'
 
 binary-install/gobject-introspection::
 	dh_pycentral -pgobject-introspection




More information about the pkg-gnome-commits mailing list