r29854 - in /desktop/unstable/libgnome-keyring/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Sep 29 14:58:14 UTC 2011


Author: biebl
Date: Thu Sep 29 14:58:14 2011
New Revision: 29854

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29854
Log:
debian/rules: Build gtk-doc documentation.

Modified:
    desktop/unstable/libgnome-keyring/debian/changelog
    desktop/unstable/libgnome-keyring/debian/rules

Modified: desktop/unstable/libgnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-keyring/debian/changelog?rev=29854&op=diff
==============================================================================
--- desktop/unstable/libgnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgnome-keyring/debian/changelog [utf-8] Thu Sep 29 14:58:14 2011
@@ -3,6 +3,7 @@
   * New upstream release.
   * Bump debhelper compatibility level to 8.
   * Change priority of libgnome-keyring0-dbg to extra and add ${misc:Depends}.
+  * debian/rules: Build gtk-doc documentation.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 29 Sep 2011 15:28:34 +0200
 

Modified: desktop/unstable/libgnome-keyring/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-keyring/debian/rules?rev=29854&op=diff
==============================================================================
--- desktop/unstable/libgnome-keyring/debian/rules [utf-8] (original)
+++ desktop/unstable/libgnome-keyring/debian/rules [utf-8] Thu Sep 29 14:58:14 2011
@@ -7,5 +7,7 @@
 
 LDFLAGS := -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-static \
+                             --enable-gtk-doc
+
 DEB_MAKE_CHECK_TARGET = check




More information about the pkg-gnome-commits mailing list