r16087 - in /desktop/unstable/liboobs/debian: changelog control control.in liboobs-1-3.install liboobs-1-3.shlibs liboobs-1-4.install

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed May 28 12:59:22 UTC 2008


Author: joss
Date: Wed May 28 12:59:21 2008
New Revision: 16087

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16087
Log:
* New upstream release.
* Change package name according to the soname.
* Bump build-dependencies and dependencies according to the new 
  version.
* Build-depend on libhal-dev.
* Standards version is 3.7.3.

Added:
    desktop/unstable/liboobs/debian/liboobs-1-4.install
      - copied unchanged from r16083, desktop/unstable/liboobs/debian/liboobs-1-3.install
Removed:
    desktop/unstable/liboobs/debian/liboobs-1-3.install
    desktop/unstable/liboobs/debian/liboobs-1-3.shlibs
Modified:
    desktop/unstable/liboobs/debian/changelog
    desktop/unstable/liboobs/debian/control
    desktop/unstable/liboobs/debian/control.in

Modified: desktop/unstable/liboobs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/changelog?rev=16087&op=diff
==============================================================================
--- desktop/unstable/liboobs/debian/changelog (original)
+++ desktop/unstable/liboobs/debian/changelog Wed May 28 12:59:21 2008
@@ -1,3 +1,14 @@
+liboobs (2.22.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Change package name according to the soname.
+  * Bump build-dependencies and dependencies according to the new 
+    version.
+  * Build-depend on libhal-dev.
+  * Standards version is 3.7.3.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 28 May 2008 13:56:22 +0200
+
 liboobs (2.20.0-1) unstable; urgency=low
 
   [ Kilian Krause ]

Modified: desktop/unstable/liboobs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/control?rev=16087&op=diff
==============================================================================
--- desktop/unstable/liboobs/debian/control (original)
+++ desktop/unstable/liboobs/debian/control Wed May 28 12:59:21 2008
@@ -2,24 +2,25 @@
 Section: libs
 Priority: optional
 Maintainer: Loic Minier <lool at dooz.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Andrew Lau <netsnipe at users.sourceforge.net>, Clément Stenac <zorglub at debian.org>, Dafydd Harries <daf at debian.org>, Guilherme de S. Pastore <gpastore at debian.org>, Gustavo Franco <stratus at debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Jordi Mallach <jordi at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Josselin Mouette <joss at debian.org>, Kilian Krause <kilian at debian.org>, Marc 'HE' Brockschmidt <he at debian.org>, Marco Cabizza <marco87 at gmail.com>, Oystein Gisnas <oystein at gisnas.net>, Ondřej Surý <ondrej at debian.org>, Ross Burton <ross at debian.org>, Sebastien Bacher <seb128 at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>
 Build-Depends: cdbs,
         debhelper (>= 5),
-        system-tools-backends-dev (>= 2.1.2),
+        system-tools-backends-dev (>= 2.5.4),
         libdbus-1-dev (>= 0.70),
         libdbus-glib-1-dev (>= 0.70),
-        libglib2.0-dev (>= 2.6.0),
+        libglib2.0-dev (>= 2.14.0),
+        libhal-dev (>= 0.5.9),
         gtk-doc-tools (>= 1.0),
         gnome-pkg-tools (>= 0.10),
         dpkg-dev (>= 1.13.19)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
-Package: liboobs-1-3
+Package: liboobs-1-4
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
         ${misc:Depends},
-        system-tools-backends (>= 2.1.2)
+        system-tools-backends (>= 2.5.4)
 Description: GObject based interface to system-tools-backends - shared library
  Liboobs is a lightweight library that provides a GObject based
  interface to system-tools-backends. It's completely abstracted of the
@@ -31,10 +32,10 @@
 Package: liboobs-1-dev
 Architecture: any
 Section: libdevel
-Depends: liboobs-1-3 (= ${binary:Version}),
+Depends: liboobs-1-4 (= ${binary:Version}),
         libdbus-1-dev (>= 0.70),
         libdbus-glib-1-dev (>= 0.70),
-        libglib2.0-dev (>= 2.6.0)
+        libglib2.0-dev (>= 2.14.0)
 Description: GObject based interface to system-tools-backends - dev files
  Liboobs is a lightweight library that provides a GObject based
  interface to system-tools-backends. It's completely abstracted of the
@@ -43,11 +44,11 @@
  .
  This package contains the development files.
 
-Package: liboobs-1-3-dbg
+Package: liboobs-1-4-dbg
 Architecture: any
 Section: libdevel
 Priority: extra
-Depends: liboobs-1-3 (= ${binary:Version})
+Depends: liboobs-1-4 (= ${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=16087&op=diff
==============================================================================
--- desktop/unstable/liboobs/debian/control.in (original)
+++ desktop/unstable/liboobs/debian/control.in Wed May 28 12:59:21 2008
@@ -5,21 +5,22 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs,
         debhelper (>= 5),
-        system-tools-backends-dev (>= 2.1.2),
+        system-tools-backends-dev (>= 2.5.4),
         libdbus-1-dev (>= 0.70),
         libdbus-glib-1-dev (>= 0.70),
-        libglib2.0-dev (>= 2.6.0),
+        libglib2.0-dev (>= 2.14.0),
+        libhal-dev (>= 0.5.9),
         gtk-doc-tools (>= 1.0),
         gnome-pkg-tools (>= 0.10),
         dpkg-dev (>= 1.13.19)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
-Package: liboobs-1-3
+Package: liboobs-1-4
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
         ${misc:Depends},
-        system-tools-backends (>= 2.1.2)
+        system-tools-backends (>= 2.5.4)
 Description: GObject based interface to system-tools-backends - shared library
  Liboobs is a lightweight library that provides a GObject based
  interface to system-tools-backends. It's completely abstracted of the
@@ -31,10 +32,10 @@
 Package: liboobs-1-dev
 Architecture: any
 Section: libdevel
-Depends: liboobs-1-3 (= ${binary:Version}),
+Depends: liboobs-1-4 (= ${binary:Version}),
         libdbus-1-dev (>= 0.70),
         libdbus-glib-1-dev (>= 0.70),
-        libglib2.0-dev (>= 2.6.0)
+        libglib2.0-dev (>= 2.14.0)
 Description: GObject based interface to system-tools-backends - dev files
  Liboobs is a lightweight library that provides a GObject based
  interface to system-tools-backends. It's completely abstracted of the
@@ -43,11 +44,11 @@
  .
  This package contains the development files.
 
-Package: liboobs-1-3-dbg
+Package: liboobs-1-4-dbg
 Architecture: any
 Section: libdevel
 Priority: extra
-Depends: liboobs-1-3 (= ${binary:Version})
+Depends: liboobs-1-4 (= ${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




More information about the pkg-gnome-commits mailing list