r29883 - in /desktop/experimental/yelp/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Sep 30 11:05:45 UTC 2011


Author: biebl
Date: Fri Sep 30 11:05:44 2011
New Revision: 29883

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29883
Log:
* Build gtk-doc API documentation:
  - Add Build-Depends on gtk-doc-tools.
  - Set --enable-gtk-doc configure flag.

Modified:
    desktop/experimental/yelp/debian/changelog
    desktop/experimental/yelp/debian/control
    desktop/experimental/yelp/debian/control.in
    desktop/experimental/yelp/debian/rules

Modified: desktop/experimental/yelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/yelp/debian/changelog?rev=29883&op=diff
==============================================================================
--- desktop/experimental/yelp/debian/changelog [utf-8] (original)
+++ desktop/experimental/yelp/debian/changelog [utf-8] Fri Sep 30 11:05:44 2011
@@ -3,6 +3,9 @@
   * New upstream release.
   * Bump (Build-)Depends on yelp-xsl to (>= 3.1.2).
   * Add Homepage: field.
+  * Build gtk-doc API documentation:
+    - Add Build-Depends on gtk-doc-tools.
+    - Set --enable-gtk-doc configure flag.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 30 Sep 2011 12:50:33 +0200
 

Modified: desktop/experimental/yelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/yelp/debian/control?rev=29883&op=diff
==============================================================================
--- desktop/experimental/yelp/debian/control [utf-8] (original)
+++ desktop/experimental/yelp/debian/control [utf-8] Fri Sep 30 11:05:44 2011
@@ -16,6 +16,7 @@
                intltool (>= 0.41.0),
                libglib2.0-dev (>= 2.25.11),
                gnome-doc-utils (>= 0.19.1),
+               gtk-doc-tools,
                libgtk-3-dev (>= 3.0.0),
                libxml2-dev (>= 2.6.5),
                libxslt1-dev (>= 1.1.4),

Modified: desktop/experimental/yelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/yelp/debian/control.in?rev=29883&op=diff
==============================================================================
--- desktop/experimental/yelp/debian/control.in [utf-8] (original)
+++ desktop/experimental/yelp/debian/control.in [utf-8] Fri Sep 30 11:05:44 2011
@@ -11,6 +11,7 @@
                intltool (>= 0.41.0),
                libglib2.0-dev (>= 2.25.11),
                gnome-doc-utils (>= 0.19.1),
+               gtk-doc-tools,
                libgtk-3-dev (>= 3.0.0),
                libxml2-dev (>= 2.6.5),
                libxslt1-dev (>= 1.1.4),

Modified: desktop/experimental/yelp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/yelp/debian/rules?rev=29883&op=diff
==============================================================================
--- desktop/experimental/yelp/debian/rules [utf-8] (original)
+++ desktop/experimental/yelp/debian/rules [utf-8] Fri Sep 30 11:05:44 2011
@@ -9,6 +9,8 @@
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
+
 clean::
 	rm -f debian/yelp.1
 




More information about the pkg-gnome-commits mailing list