r23651 - in /desktop/unstable/liboobs/debian: changelog control.in rules

lethalman-guest at users.alioth.debian.org lethalman-guest at users.alioth.debian.org
Fri Apr 9 12:45:54 UTC 2010


Author: lethalman-guest
Date: Fri Apr  9 12:45:54 2010
New Revision: 23651

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23651
Log:
  * New upstream release.
  * debian/control.in:
    - Bump Standards-Version to 3.8.4, no changes needed.
    - Bump system-tools-backends-dev build-depend and system-tools-backends
      depend to 2.9.2.
  * debian/rules:
    - Add --with-hal to configure options, now disabled by default upstream.
    - Add shlibs dependency for liboobs-1-4 >= 2.30.0 due to API changes.


Modified:
    desktop/unstable/liboobs/debian/changelog
    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=23651&op=diff
==============================================================================
--- desktop/unstable/liboobs/debian/changelog [utf-8] (original)
+++ desktop/unstable/liboobs/debian/changelog [utf-8] Fri Apr  9 12:45:54 2010
@@ -1,3 +1,16 @@
+liboobs (2.30.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/control.in:
+    - Bump Standards-Version to 3.8.4, no changes needed.
+    - Bump system-tools-backends-dev build-depend and system-tools-backends
+      depend to 2.9.2.
+  * debian/rules:
+    - Add --with-hal to configure options, now disabled by default upstream.
+    - Add shlibs dependency for liboobs-1-4 >= 2.30.0 due to API changes.
+
+ -- Luca Bruno <lethalman88 at gmail.com>  Fri, 09 Apr 2010 14:20:50 +0200
+
 liboobs (2.22.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/liboobs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/control.in?rev=23651&op=diff
==============================================================================
--- desktop/unstable/liboobs/debian/control.in [utf-8] (original)
+++ desktop/unstable/liboobs/debian/control.in [utf-8] Fri Apr  9 12:45:54 2010
@@ -5,7 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs,
         debhelper (>= 5),
-        system-tools-backends-dev (>= 2.5.4),
+        system-tools-backends-dev (>= 2.9.2),
         libdbus-1-dev (>= 0.70),
         libdbus-glib-1-dev (>= 0.70),
         libglib2.0-dev (>= 2.14.0),
@@ -14,13 +14,13 @@
         gnome-pkg-tools (>= 0.10),
         dpkg-dev (>= 1.13.19),
         libglib2.0-doc
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 
 Package: liboobs-1-4
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         system-tools-backends (>= 2.5.4)
+         system-tools-backends (>= 2.9.2)
 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

Modified: desktop/unstable/liboobs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/rules?rev=23651&op=diff
==============================================================================
--- desktop/unstable/liboobs/debian/rules [utf-8] (original)
+++ desktop/unstable/liboobs/debian/rules [utf-8] Fri Apr  9 12:45:54 2010
@@ -7,4 +7,6 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --with-hal
+
+DEB_DH_MAKESHLIBS_ARGS_ALL += -V "liboobs-1-4 (>= 2.30.0)"




More information about the pkg-gnome-commits mailing list