r21383 - in /packages/unstable/libgdata/debian: changelog control control.in rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Sep 21 13:59:59 UTC 2009


Author: slomo
Date: Mon Sep 21 13:59:59 2009
New Revision: 21383

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21383
Log:
* New upstream release:
  + debian/rules,
    debian/control.in,
    debian/libgdata[45].install:
    - Update for the new soname.
  + debian/copyright:
    - Update copyright information.
* debian/control.in:
  + Update Standards-Version to 3.8.3.

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

Modified: packages/unstable/libgdata/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/changelog?rev=21383&op=diff
==============================================================================
--- packages/unstable/libgdata/debian/changelog [utf-8] (original)
+++ packages/unstable/libgdata/debian/changelog [utf-8] Mon Sep 21 13:59:59 2009
@@ -1,3 +1,17 @@
+libgdata (0.5.0-1) unstable; urgency=low
+
+  * New upstream release:
+    + debian/rules,
+      debian/control.in,
+      debian/libgdata[45].install:
+      - Update for the new soname.
+    + debian/copyright:
+      - Update copyright information.
+  * debian/control.in:
+    + Update Standards-Version to 3.8.3.
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 21 Sep 2009 15:57:16 +0200
+
 libgdata (0.4.0-1) unstable; urgency=low
 
   * New upstream release:

Modified: packages/unstable/libgdata/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/control?rev=21383&op=diff
==============================================================================
--- packages/unstable/libgdata/debian/control [utf-8] (original)
+++ packages/unstable/libgdata/debian/control [utf-8] Mon Sep 21 13:59:59 2009
@@ -12,12 +12,12 @@
                libsoup2.4-dev (>= 2.26.1),
                libsoup-gnome2.4-dev (>= 2.26.1),
                intltool (>= 0.35)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://live.gnome.org/libgdata
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libgdata
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata?op=log
 
-Package: libgdata5
+Package: libgdata6
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
@@ -44,7 +44,7 @@
 Package: libgdata-dev
 Section: libdevel
 Architecture: any
-Depends: libgdata5 (= ${binary:Version}),
+Depends: libgdata6 (= ${binary:Version}),
          ${misc:Depends},
          libglib2.0-dev (>= 2.19.0),
          libxml2-dev,
@@ -62,7 +62,7 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Recommends: libgdata5
+Recommends: libgdata6
 Suggests: devhelp
 Description: Library for accessing GData webservices - documentation
  libgdata is a GLib-based library for accessing online service APIs using

Modified: packages/unstable/libgdata/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/control.in?rev=21383&op=diff
==============================================================================
--- packages/unstable/libgdata/debian/control.in [utf-8] (original)
+++ packages/unstable/libgdata/debian/control.in [utf-8] Mon Sep 21 13:59:59 2009
@@ -12,12 +12,12 @@
                libsoup2.4-dev (>= 2.26.1),
                libsoup-gnome2.4-dev (>= 2.26.1),
                intltool (>= 0.35)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://live.gnome.org/libgdata
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libgdata
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata?op=log
 
-Package: libgdata5
+Package: libgdata6
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
@@ -44,7 +44,7 @@
 Package: libgdata-dev
 Section: libdevel
 Architecture: any
-Depends: libgdata5 (= ${binary:Version}),
+Depends: libgdata6 (= ${binary:Version}),
          ${misc:Depends},
          libglib2.0-dev (>= 2.19.0),
          libxml2-dev,
@@ -62,7 +62,7 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Recommends: libgdata5
+Recommends: libgdata6
 Suggests: devhelp
 Description: Library for accessing GData webservices - documentation
  libgdata is a GLib-based library for accessing online service APIs using

Modified: packages/unstable/libgdata/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/rules?rev=21383&op=diff
==============================================================================
--- packages/unstable/libgdata/debian/rules [utf-8] (original)
+++ packages/unstable/libgdata/debian/rules [utf-8] Mon Sep 21 13:59:59 2009
@@ -12,7 +12,7 @@
 
 libgdata := $(shell sed -nr 's/^Package:[[:space:]]*(libgdata\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 
-SHLIBVER := 0.4.0
+SHLIBVER := 0.5.0
 
 DEB_DH_MAKESHLIBS_ARGS_$(libgdata) = -V '$(libgdata) (>= $(SHLIBVER))'
 




More information about the pkg-gnome-commits mailing list