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

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Wed May 12 16:34:53 UTC 2010


Author: slomo
Date: Wed May 12 16:34:49 2010
New Revision: 24328

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24328
Log:
* New upstream bugfix release:
  + debian/control.in:
    - Update GLib build dependency to >= 2.24.0.
  + debian/rules:
    - Update shlibs version to >= 2.30.1 because of new API.

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=24328&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/changelog [utf-8] Wed May 12 16:34:49 2010
@@ -1,3 +1,13 @@
+totem-pl-parser (2.30.1-1) unstable; urgency=low
+
+  * New upstream bugfix release:
+    + debian/control.in:
+      - Update GLib build dependency to >= 2.24.0.
+    + debian/rules:
+      - Update shlibs version to >= 2.30.1 because of new API.
+
+ -- Sebastian Dröge <slomo at debian.org>  Wed, 12 May 2010 18:27:59 +0200
+
 totem-pl-parser (2.30.0-3) unstable; urgency=low
 
   * Upload to unstable.

Modified: desktop/unstable/totem-pl-parser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/control?rev=24328&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/control [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/control [utf-8] Wed May 12 16:34:49 2010
@@ -13,7 +13,7 @@
                gnome-pkg-tools,
                intltool (>= 0.35),
                libxml-parser-perl,
-               libglib2.0-dev (>= 2.21.6),
+               libglib2.0-dev (>= 2.24.0),
                libgtk2.0-dev (>= 2.11.6),
                libxml2-dev,
                libgmime-2.4-dev,
@@ -24,14 +24,14 @@
                gir-repository-dev,
                gir1.0-glib-2.0
 Uploaders: Sebastian Dröge <slomo at debian.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 
 Package: libtotem-plparser-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
          libtotem-plparser17 (= ${binary:Version}),
-         libglib2.0-dev (>= 2.21.6),
+         libglib2.0-dev (>= 2.24.0),
          libxml2-dev,
          libgmime-2.4-dev
 Replaces: libtotem-plparser10

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=24328&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/control.in [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/control.in [utf-8] Wed May 12 16:34:49 2010
@@ -8,7 +8,7 @@
                gnome-pkg-tools,
                intltool (>= 0.35),
                libxml-parser-perl,
-               libglib2.0-dev (>= 2.21.6),
+               libglib2.0-dev (>= 2.24.0),
                libgtk2.0-dev (>= 2.11.6),
                libxml2-dev,
                libgmime-2.4-dev,
@@ -19,14 +19,14 @@
                gir-repository-dev,
                gir1.0-glib-2.0
 Uploaders: @GNOME_TEAM@
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 
 Package: libtotem-plparser-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
          libtotem-plparser17 (= ${binary:Version}),
-         libglib2.0-dev (>= 2.21.6),
+         libglib2.0-dev (>= 2.24.0),
          libxml2-dev,
          libgmime-2.4-dev
 Replaces: libtotem-plparser10

Modified: desktop/unstable/totem-pl-parser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/rules?rev=24328&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/rules [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/rules [utf-8] Wed May 12 16:34:49 2010
@@ -8,7 +8,7 @@
 
 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.29.1)'
+DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V '$(libtotem-plparserN) (>= 2.30.1)'
 
 common-binary-fixup-arch::
 	dh_girepository -pgir1.0-totem-plparser-1.0




More information about the pkg-gnome-commits mailing list