r21975 - in /packages/unstable/clutter-1.0/debian: changelog control rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Mon Oct 19 17:03:28 UTC 2009


Author: kov
Date: Mon Oct 19 17:03:19 2009
New Revision: 21975

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21975
Log:
Make dh_girepository actually be called

Modified:
    packages/unstable/clutter-1.0/debian/changelog
    packages/unstable/clutter-1.0/debian/control
    packages/unstable/clutter-1.0/debian/rules

Modified: packages/unstable/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-1.0/debian/changelog?rev=21975&op=diff
==============================================================================
--- packages/unstable/clutter-1.0/debian/changelog [utf-8] (original)
+++ packages/unstable/clutter-1.0/debian/changelog [utf-8] Mon Oct 19 17:03:19 2009
@@ -1,4 +1,4 @@
-clutter-1.0 (1.0.8-1) UNRELEASED; urgency=low
+clutter-1.0 (1.0.8-1) unstable; urgency=low
 
   * New upstream release
   * debian/control:
@@ -6,6 +6,8 @@
     gobject-introspection >= 0.6.5-3, and using the new gir1.0-* packages
   * debian/control, libclutter-1.0-0.install, gir1.0-clutter-1.0.install:
   - add new package for the typelib files
+  * debian/rules:
+  - make dh_girepository be called on the packages
 
  -- Gustavo Noronha Silva <kov at debian.org>  Mon, 19 Oct 2009 13:55:06 -0200
 

Modified: packages/unstable/clutter-1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-1.0/debian/control?rev=21975&op=diff
==============================================================================
--- packages/unstable/clutter-1.0/debian/control [utf-8] (original)
+++ packages/unstable/clutter-1.0/debian/control [utf-8] Mon Oct 19 17:03:19 2009
@@ -15,6 +15,7 @@
                gobject-introspection (>= 0.6.5-3),
                gir1.0-freedesktop (>= 0.6.3),
                gir1.0-glib-2.0,
+               gir1.0-gtk-2.0,
                gir-repository-dev
 Standards-Version: 3.8.2
 

Modified: packages/unstable/clutter-1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-1.0/debian/rules?rev=21975&op=diff
==============================================================================
--- packages/unstable/clutter-1.0/debian/rules [utf-8] (original)
+++ packages/unstable/clutter-1.0/debian/rules [utf-8] Mon Oct 19 17:03:19 2009
@@ -14,4 +14,7 @@
 CFLAGS += -march=armv5t
 endif
 
+$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) ::
+	dh_girepository -p$(cdbs_curpkg)
+
 common-binary-predeb-arch:: list-missing




More information about the pkg-gnome-commits mailing list