r33468 - in /desktop/experimental/vte3/debian: changelog rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Wed Mar 21 12:12:11 UTC 2012


Author: mpitt
Date: Wed Mar 21 12:12:11 2012
New Revision: 33468

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33468
Log:
debian/rules: Explicitly configure with --enable-gtk-doc, it's disabled
now by default.

Modified:
    desktop/experimental/vte3/debian/changelog
    desktop/experimental/vte3/debian/rules

Modified: desktop/experimental/vte3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte3/debian/changelog?rev=33468&op=diff
==============================================================================
--- desktop/experimental/vte3/debian/changelog [utf-8] (original)
+++ desktop/experimental/vte3/debian/changelog [utf-8] Wed Mar 21 12:12:11 2012
@@ -13,6 +13,8 @@
     Works around GNOME #672541.
   * debian/libvte-2.90-common.install: Drop termcap file, it's built in using
     GResource now.
+  * debian/rules: Explicitly configure with --enable-gtk-doc, it's disabled
+    now by default.
 
  -- Martin Pitt <mpitt at debian.org>  Wed, 21 Mar 2012 10:24:18 +0100
 

Modified: desktop/experimental/vte3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte3/debian/rules?rev=33468&op=diff
==============================================================================
--- desktop/experimental/vte3/debian/rules [utf-8] (original)
+++ desktop/experimental/vte3/debian/rules [utf-8] Wed Mar 21 12:12:11 2012
@@ -20,6 +20,7 @@
 
 DEB_CONFIGURE_FLAGS_main += \
 	--enable-glade-catalogue \
+	--enable-gtk-doc \
 	--enable-introspection
 
 DEB_CONFIGURE_FLAGS_udeb += \




More information about the pkg-gnome-commits mailing list