r32749 - in /packages/unstable/libgxps/debian: changelog control control.in patches/ patches/01_fix-gtk-doc-build.patch patches/series rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sun Mar 4 00:00:13 UTC 2012


Author: jbicha-guest
Date: Sun Mar  4 00:00:13 2012
New Revision: 32749

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32749
Log:
enable-gtk-doc, bump changelog timestamp

Added:
    packages/unstable/libgxps/debian/patches/
    packages/unstable/libgxps/debian/patches/01_fix-gtk-doc-build.patch
    packages/unstable/libgxps/debian/patches/series
Modified:
    packages/unstable/libgxps/debian/changelog
    packages/unstable/libgxps/debian/control
    packages/unstable/libgxps/debian/control.in
    packages/unstable/libgxps/debian/rules

Modified: packages/unstable/libgxps/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgxps/debian/changelog?rev=32749&op=diff
==============================================================================
--- packages/unstable/libgxps/debian/changelog [utf-8] (original)
+++ packages/unstable/libgxps/debian/changelog [utf-8] Sun Mar  4 00:00:13 2012
@@ -2,4 +2,4 @@
 
   * Initial release (LP: #912789) (Closes: #654892)
 
- -- Savvas Radevic <vicedar at gmail.com>  Mon, 30 Jan 2012 20:25:33 +0100
+ -- Savvas Radevic <vicedar at gmail.com>  Sat, 03 Mar 2012 20:25:33 +0100

Modified: packages/unstable/libgxps/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgxps/debian/control?rev=32749&op=diff
==============================================================================
--- packages/unstable/libgxps/debian/control [utf-8] (original)
+++ packages/unstable/libgxps/debian/control [utf-8] Sun Mar  4 00:00:13 2012
@@ -9,12 +9,15 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Build-Depends: cdbs,
                debhelper (>= 9),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                gobject-introspection,
+               gtk-doc-tools (>= 1.14),
                libarchive-dev (>= 3.0.3-5),
                libcairo2-dev,
                libfreetype6-dev,
                libglib2.0-dev,
+               libglib2.0-doc,
                libgirepository1.0-dev,
                libgtk-3-dev,
                libjpeg-dev,

Modified: packages/unstable/libgxps/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgxps/debian/control.in?rev=32749&op=diff
==============================================================================
--- packages/unstable/libgxps/debian/control.in [utf-8] (original)
+++ packages/unstable/libgxps/debian/control.in [utf-8] Sun Mar  4 00:00:13 2012
@@ -4,12 +4,15 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs,
                debhelper (>= 9),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                gobject-introspection,
+               gtk-doc-tools (>= 1.14),
                libarchive-dev (>= 3.0.3-5),
                libcairo2-dev,
                libfreetype6-dev,
                libglib2.0-dev,
+               libglib2.0-doc,
                libgirepository1.0-dev,
                libgtk-3-dev,
                libjpeg-dev,

Added: packages/unstable/libgxps/debian/patches/01_fix-gtk-doc-build.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgxps/debian/patches/01_fix-gtk-doc-build.patch?rev=32749&op=file
==============================================================================
--- packages/unstable/libgxps/debian/patches/01_fix-gtk-doc-build.patch (added)
+++ packages/unstable/libgxps/debian/patches/01_fix-gtk-doc-build.patch [utf-8] Sun Mar  4 00:00:13 2012
@@ -1,0 +1,23 @@
+From f2e79d4aab1809716436b29d1528c9b457a89584 Mon Sep 17 00:00:00 2001
+From: Michael Biebl <biebl at debian.org>
+Date: Sat, 3 Mar 2012 22:53:21 +0100
+Subject: [PATCH] build: Fix INCLUDES for libgxps-scan.c
+
+https://bugzilla.gnome.org/show_bug.cgi?id=671274
+---
+ docs/reference/Makefile.am |    2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
+index eea37bc..5a12e33 100644
+--- a/docs/reference/Makefile.am
++++ b/docs/reference/Makefile.am
+@@ -80,6 +80,8 @@ expand_content_files=
+ # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
+ # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
+ INCLUDES=				\
++	-I$(top_srcdir)			\
++	-I$(top_builddir)		\
+ 	-I$(top_srcdir)/libgxps		\
+ 	-I$(top_builddir)/libgxps	\
+ 	$(GXPS_CFLAGS)

Added: packages/unstable/libgxps/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgxps/debian/patches/series?rev=32749&op=file
==============================================================================
--- packages/unstable/libgxps/debian/patches/series (added)
+++ packages/unstable/libgxps/debian/patches/series [utf-8] Sun Mar  4 00:00:13 2012
@@ -1,0 +1,1 @@
+01_fix-gtk-doc-build.patch

Modified: packages/unstable/libgxps/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgxps/debian/rules?rev=32749&op=diff
==============================================================================
--- packages/unstable/libgxps/debian/rules [utf-8] (original)
+++ packages/unstable/libgxps/debian/rules [utf-8] Sun Mar  4 00:00:13 2012
@@ -3,6 +3,7 @@
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
@@ -10,6 +11,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-man \
+			--enable-gtk-doc \
 			--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4




More information about the pkg-gnome-commits mailing list