r28770 - in /packages/unstable/mutter/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Jul 7 20:45:16 UTC 2011


Author: biebl
Date: Thu Jul  7 20:45:15 2011
New Revision: 28770

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28770
Log:
* Let cdbs call dh_girepository.
  - Bump Build-Depends on cdbs to (>= 0.4.90).
  - Remove custom dh_girepository rules from debian/rules.
  - Set DEB_DH_GIREPOSITORY_ARGS_ALL to /usr/lib/mutter.

Modified:
    packages/unstable/mutter/debian/changelog
    packages/unstable/mutter/debian/control
    packages/unstable/mutter/debian/control.in
    packages/unstable/mutter/debian/rules

Modified: packages/unstable/mutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/changelog?rev=28770&op=diff
==============================================================================
--- packages/unstable/mutter/debian/changelog [utf-8] (original)
+++ packages/unstable/mutter/debian/changelog [utf-8] Thu Jul  7 20:45:15 2011
@@ -11,6 +11,10 @@
   * Bump debhelper compatibility level to 8.
     - Update Build-Depends on debhelper.
     - Strip debian/tmp/ from .install files.
+  * Let cdbs call dh_girepository.
+    - Bump Build-Depends on cdbs to (>= 0.4.90).
+    - Remove custom dh_girepository rules from debian/rules.
+    - Set DEB_DH_GIREPOSITORY_ARGS_ALL to /usr/lib/mutter.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 07 Jul 2011 21:48:37 +0200
 

Modified: packages/unstable/mutter/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/control?rev=28770&op=diff
==============================================================================
--- packages/unstable/mutter/debian/control [utf-8] (original)
+++ packages/unstable/mutter/debian/control [utf-8] Thu Jul  7 20:45:15 2011
@@ -8,7 +8,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Frederic Peters <fpeters at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: cdbs (>= 0.4.41),
+Build-Depends: cdbs (>= 0.4.90),
                debhelper (>= 8),
                dh-autoreconf,
                intltool (>= 0.34.90),

Modified: packages/unstable/mutter/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/control.in?rev=28770&op=diff
==============================================================================
--- packages/unstable/mutter/debian/control.in [utf-8] (original)
+++ packages/unstable/mutter/debian/control.in [utf-8] Thu Jul  7 20:45:15 2011
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs (>= 0.4.41),
+Build-Depends: cdbs (>= 0.4.90),
                debhelper (>= 8),
                dh-autoreconf,
                intltool (>= 0.34.90),

Modified: packages/unstable/mutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/rules?rev=28770&op=diff
==============================================================================
--- packages/unstable/mutter/debian/rules [utf-8] (original)
+++ packages/unstable/mutter/debian/rules [utf-8] Thu Jul  7 20:45:15 2011
@@ -11,9 +11,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-startup-notification=yes
 DEB_DH_MAKESHLIBS_ARGS_libmutter0 += -V -- -c4
 DEB_INSTALL_DOCS_mutter += doc/theme-format.txt
-
-$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) ::
-	dh_girepository -p$(cdbs_curpkg) /usr/lib/mutter
+DEB_DH_GIREPOSITORY_ARGS_ALL := /usr/lib/mutter
 
 # This does not work with mutter; disabled, for now.
 # LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed




More information about the pkg-gnome-commits mailing list