r29296 - in /desktop/unstable/liboobs/debian: changelog patches/02-pkg-config-requires-dbus.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jul 31 20:53:16 UTC 2011


Author: biebl
Date: Sun Jul 31 20:53:16 2011
New Revision: 29296

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29296
Log:
* 01-gtk-doc-scanner-libs.patch: Link gtk-doc scanner against all necessary
  libraries. Closes: #604795
* 02-pkg-config-requires-dbus.patch: Add missing dbus-1 dependency to the
  pkg-config file. Closes: #629891

Added:
    desktop/unstable/liboobs/debian/patches/02-pkg-config-requires-dbus.patch
Modified:
    desktop/unstable/liboobs/debian/changelog
    desktop/unstable/liboobs/debian/patches/series

Modified: desktop/unstable/liboobs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/changelog?rev=29296&op=diff
==============================================================================
--- desktop/unstable/liboobs/debian/changelog [utf-8] (original)
+++ desktop/unstable/liboobs/debian/changelog [utf-8] Sun Jul 31 20:53:16 2011
@@ -1,12 +1,15 @@
 liboobs (2.30.1-2) UNRELEASED; urgency=low
 
   * debian/rules: Remove simple-patchsys.mk include.
-  * Link gtk-doc scanner against all necessary libraries. Closes: #604795
+  * 01-gtk-doc-scanner-libs.patch: Link gtk-doc scanner against all necessary
+    libraries. Closes: #604795
   * Use dh-autoreconf to update the build system.
   * Bump debhelper compatibility level to 8.
     - Update Build-Depends on debhelper.
     - Strip debian/tmp/ from .install files.
   * Bump Standards-Version to 3.9.2. No further changes.
+  * 02-pkg-config-requires-dbus.patch: Add missing dbus-1 dependency to the
+    pkg-config file. Closes: #629891
 
  -- Michael Biebl <biebl at debian.org>  Sun, 31 Jul 2011 22:28:24 +0200
 

Added: desktop/unstable/liboobs/debian/patches/02-pkg-config-requires-dbus.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/patches/02-pkg-config-requires-dbus.patch?rev=29296&op=file
==============================================================================
--- desktop/unstable/liboobs/debian/patches/02-pkg-config-requires-dbus.patch (added)
+++ desktop/unstable/liboobs/debian/patches/02-pkg-config-requires-dbus.patch [utf-8] Sun Jul 31 20:53:16 2011
@@ -1,0 +1,13 @@
+Description: Add missing reference to dbus-1
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629891
+Index: liboobs-2.30.1/liboobs-1.pc.in
+===================================================================
+--- liboobs-2.30.1.orig/liboobs-1.pc.in	2011-07-31 22:41:58.114912552 +0200
++++ liboobs-2.30.1/liboobs-1.pc.in	2011-07-31 22:47:47.938514674 +0200
+@@ -8,5 +8,6 @@
+ Version: @VERSION@
+ 
+ Requires: glib-2.0 gobject-2.0
++Requires.private: dbus-1
+ Libs: -L${libdir} -loobs-1
+ Cflags: -I${includedir}/liboobs-1.0

Modified: desktop/unstable/liboobs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/patches/series?rev=29296&op=diff
==============================================================================
--- desktop/unstable/liboobs/debian/patches/series [utf-8] (original)
+++ desktop/unstable/liboobs/debian/patches/series [utf-8] Sun Jul 31 20:53:16 2011
@@ -1,1 +1,2 @@
 01-gtk-doc-scanner-libs.patch
+02-pkg-config-requires-dbus.patch




More information about the pkg-gnome-commits mailing list