r30966 - in /desktop/unstable/liboobs/debian: changelog control control.in liboobs-1-4.install liboobs-1-5.install rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Oct 22 15:41:22 UTC 2011


Author: biebl
Date: Sat Oct 22 15:41:22 2011
New Revision: 30966

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30966
Log:
* Update library package names for the SONAME bump 4 → 5.
* Bump shlibs version to (>= 3.0.0).

Added:
    desktop/unstable/liboobs/debian/liboobs-1-5.install
      - copied unchanged from r30949, desktop/unstable/liboobs/debian/liboobs-1-4.install
Removed:
    desktop/unstable/liboobs/debian/liboobs-1-4.install
Modified:
    desktop/unstable/liboobs/debian/changelog
    desktop/unstable/liboobs/debian/control
    desktop/unstable/liboobs/debian/control.in
    desktop/unstable/liboobs/debian/rules

Modified: desktop/unstable/liboobs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/changelog?rev=30966&op=diff
==============================================================================
--- desktop/unstable/liboobs/debian/changelog [utf-8] (original)
+++ desktop/unstable/liboobs/debian/changelog [utf-8] Sat Oct 22 15:41:22 2011
@@ -8,6 +8,8 @@
     - Removed, merged upstream.
   * debian/patches/02-pkg-config-requires-dbus.patch:
     - Removed, merged upstream.
+  * Update library package names for the SONAME bump 4 → 5.
+  * Bump shlibs version to (>= 3.0.0).
 
  -- Michael Biebl <biebl at debian.org>  Sat, 22 Oct 2011 17:22:45 +0200
 

Modified: desktop/unstable/liboobs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/control?rev=30966&op=diff
==============================================================================
--- desktop/unstable/liboobs/debian/control [utf-8] (original)
+++ desktop/unstable/liboobs/debian/control [utf-8] Sat Oct 22 15:41:22 2011
@@ -22,7 +22,7 @@
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/liboobs
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/liboobs
 
-Package: liboobs-1-4
+Package: liboobs-1-5
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -40,7 +40,7 @@
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         liboobs-1-4 (= ${binary:Version}),
+         liboobs-1-5 (= ${binary:Version}),
          libdbus-1-dev (>= 0.70),
          libdbus-glib-1-dev (>= 0.70),
          libglib2.0-dev (>= 2.14.0)
@@ -52,12 +52,12 @@
  .
  This package contains the development files.
 
-Package: liboobs-1-4-dbg
+Package: liboobs-1-5-dbg
 Architecture: any
 Section: debug
 Priority: extra
 Depends: ${misc:Depends},
-         liboobs-1-4 (= ${binary:Version})
+         liboobs-1-5 (= ${binary:Version})
 Description: GObject based interface to system-tools-backends - debug symbols
  Liboobs is a lightweight library that provides a GObject based
  interface to system-tools-backends. It's completely abstracted of the

Modified: desktop/unstable/liboobs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/control.in?rev=30966&op=diff
==============================================================================
--- desktop/unstable/liboobs/debian/control.in [utf-8] (original)
+++ desktop/unstable/liboobs/debian/control.in [utf-8] Sat Oct 22 15:41:22 2011
@@ -17,7 +17,7 @@
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/liboobs
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/liboobs
 
-Package: liboobs-1-4
+Package: liboobs-1-5
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -35,7 +35,7 @@
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         liboobs-1-4 (= ${binary:Version}),
+         liboobs-1-5 (= ${binary:Version}),
          libdbus-1-dev (>= 0.70),
          libdbus-glib-1-dev (>= 0.70),
          libglib2.0-dev (>= 2.14.0)
@@ -47,12 +47,12 @@
  .
  This package contains the development files.
 
-Package: liboobs-1-4-dbg
+Package: liboobs-1-5-dbg
 Architecture: any
 Section: debug
 Priority: extra
 Depends: ${misc:Depends},
-         liboobs-1-4 (= ${binary:Version})
+         liboobs-1-5 (= ${binary:Version})
 Description: GObject based interface to system-tools-backends - debug symbols
  Liboobs is a lightweight library that provides a GObject based
  interface to system-tools-backends. It's completely abstracted of the

Modified: desktop/unstable/liboobs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/rules?rev=30966&op=diff
==============================================================================
--- desktop/unstable/liboobs/debian/rules [utf-8] (original)
+++ desktop/unstable/liboobs/debian/rules [utf-8] Sat Oct 22 15:41:22 2011
@@ -9,4 +9,4 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
 
-DEB_DH_MAKESHLIBS_ARGS_ALL += -V "liboobs-1-4 (>= 2.30.0)"
+DEB_DH_MAKESHLIBS_ARGS_ALL += -V "liboobs-1-5 (>= 3.0.0)"




More information about the pkg-gnome-commits mailing list