r32015 - in /desktop/unstable/totem-pl-parser/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Dec 10 23:26:30 UTC 2011


Author: biebl
Date: Sat Dec 10 23:26:30 2011
New Revision: 32015

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32015
Log:
Rely on cdbs to call dh_girepository instead of calling it explicitly.
Bump Build-Depends on cdbs accordingly.

Modified:
    desktop/unstable/totem-pl-parser/debian/changelog
    desktop/unstable/totem-pl-parser/debian/control
    desktop/unstable/totem-pl-parser/debian/control.in
    desktop/unstable/totem-pl-parser/debian/rules

Modified: desktop/unstable/totem-pl-parser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/changelog?rev=32015&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/changelog [utf-8] Sat Dec 10 23:26:30 2011
@@ -5,6 +5,8 @@
     - Strip debian/tmp/ from .install files.
     - Bump Build-Depends on debhelper.
   * Change section of gir1.2-totem-plparser-1.0 to introspection.
+  * Rely on cdbs to call dh_girepository instead of calling it explicitly.
+    Bump Build-Depends on cdbs accordingly.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 10 Dec 2011 22:54:41 +0100
 

Modified: desktop/unstable/totem-pl-parser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/control?rev=32015&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/control [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/control [utf-8] Sat Dec 10 23:26:30 2011
@@ -10,7 +10,7 @@
 Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 8),
                autotools-dev,
-               cdbs (>= 0.4.37),
+               cdbs (>= 0.4.90),
                gnome-pkg-tools,
                intltool (>= 0.35),
                libxml-parser-perl,

Modified: desktop/unstable/totem-pl-parser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/control.in?rev=32015&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/control.in [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/control.in [utf-8] Sat Dec 10 23:26:30 2011
@@ -5,7 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8),
                autotools-dev,
-               cdbs (>= 0.4.37),
+               cdbs (>= 0.4.90),
                gnome-pkg-tools,
                intltool (>= 0.35),
                libxml-parser-perl,

Modified: desktop/unstable/totem-pl-parser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/rules?rev=32015&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/rules [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/rules [utf-8] Sat Dec 10 23:26:30 2011
@@ -7,7 +7,4 @@
 
 libtotem-plparserN := $(shell sed -rn 's/^Package:[[:space:]]*(libtotem-plparser[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 
-DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V '$(libtotem-plparserN) (>= 2.30.1)' -- -c4
-
-$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) ::
-	dh_girepository -p$(cdbs_curpkg)
+DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V '$(libtotem-plparserN) (>= 2.30.3)' -- -c4




More information about the pkg-gnome-commits mailing list