r21965 - in /packages/unstable/gobject-introspection/debian: changelog dh_girepository rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Oct 19 07:34:17 UTC 2009


Author: joss
Date: Mon Oct 19 07:34:13 2009
New Revision: 21965

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21965
Log:
Run dh_girepository in binary-predeb so that permissions are fixed 
before. Closes: #551529.

Modified:
    packages/unstable/gobject-introspection/debian/changelog
    packages/unstable/gobject-introspection/debian/dh_girepository   (props changed)
    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=21965&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/changelog [utf-8] (original)
+++ packages/unstable/gobject-introspection/debian/changelog [utf-8] Mon Oct 19 07:34:13 2009
@@ -1,3 +1,10 @@
+gobject-introspection (0.6.5-4) unstable; urgency=low
+
+  * Run dh_girepository in binary-predeb so that permissions are fixed 
+    before. Closes: #551529.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 19 Oct 2009 08:14:55 +0200
+
 gobject-introspection (0.6.5-3) unstable; urgency=low
 
   * Remove obsolete statement regarding a dropped package.

Propchange: packages/unstable/gobject-introspection/debian/dh_girepository
            ('svn:executable' removed)

Modified: packages/unstable/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/rules?rev=21965&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/rules [utf-8] (original)
+++ packages/unstable/gobject-introspection/debian/rules [utf-8] Mon Oct 19 07:34:13 2009
@@ -20,7 +20,7 @@
 debian/dh_girepository.1:: debian/dh_girepository
 	pod2man -c "gobject-introspection" -r "$(DEB_VERSION)" $< $@
 
-$(patsubst %,binary-fixup/%,$(DEB_ALL_PACKAGES)) ::
+$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) ::
 	debian/gobject-introspection/usr/bin/dh_girepository -p$(cdbs_curpkg)
 
 clean::




More information about the pkg-gnome-commits mailing list