r29292 - in /desktop/unstable/liboobs/debian: changelog patches/ patches/01-gtk-doc-scanner-libs.patch patches/series

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


Author: biebl
Date: Sun Jul 31 20:35:34 2011
New Revision: 29292

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29292
Log:
Link gtk-doc scanner against all necessary libraries. Closes: #604795

Added:
    desktop/unstable/liboobs/debian/patches/
    desktop/unstable/liboobs/debian/patches/01-gtk-doc-scanner-libs.patch
    desktop/unstable/liboobs/debian/patches/series
Modified:
    desktop/unstable/liboobs/debian/changelog

Modified: desktop/unstable/liboobs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/changelog?rev=29292&op=diff
==============================================================================
--- desktop/unstable/liboobs/debian/changelog [utf-8] (original)
+++ desktop/unstable/liboobs/debian/changelog [utf-8] Sun Jul 31 20:35:34 2011
@@ -1,6 +1,7 @@
 liboobs (2.30.1-2) unstable; urgency=low
 
   * debian/rules: Remove simple-patchsys.mk include.
+  * Link gtk-doc scanner against all necessary libraries. Closes: #604795
 
  -- Michael Biebl <biebl at debian.org>  Sun, 31 Jul 2011 22:28:24 +0200
 

Added: desktop/unstable/liboobs/debian/patches/01-gtk-doc-scanner-libs.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/patches/01-gtk-doc-scanner-libs.patch?rev=29292&op=file
==============================================================================
--- desktop/unstable/liboobs/debian/patches/01-gtk-doc-scanner-libs.patch (added)
+++ desktop/unstable/liboobs/debian/patches/01-gtk-doc-scanner-libs.patch [utf-8] Sun Jul 31 20:35:34 2011
@@ -1,0 +1,15 @@
+Description: Link gtk-doc scanner against all necessary libraries
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604795
+Index: liboobs-2.30.1/doc/reference/Makefile.am
+===================================================================
+--- liboobs-2.30.1.orig/doc/reference/Makefile.am	2011-07-31 22:27:13.894028713 +0200
++++ liboobs-2.30.1/doc/reference/Makefile.am	2011-07-31 22:27:42.301671581 +0200
+@@ -34,7 +34,7 @@
+ # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
+ # contains GtkObjects/GObjects and you want to document signals and properties.
+ INCLUDES = -I$(top_builddir) -I$(top_srcdir) $(OOBS_CFLAGS)
+-GTKDOC_LIBS = $(top_builddir)/oobs/liboobs-1.la
++GTKDOC_LIBS = $(top_builddir)/oobs/liboobs-1.la $(OOBS_LIBS)
+ 
+ # Extra options to supply to gtkdoc-mkdb.
+ MKDB_OPTIONS=--output-format=xml

Added: desktop/unstable/liboobs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/liboobs/debian/patches/series?rev=29292&op=file
==============================================================================
--- desktop/unstable/liboobs/debian/patches/series (added)
+++ desktop/unstable/liboobs/debian/patches/series [utf-8] Sun Jul 31 20:35:34 2011
@@ -1,0 +1,1 @@
+01-gtk-doc-scanner-libs.patch




More information about the pkg-gnome-commits mailing list