r50991 - in /desktop/unstable/libcroco/debian: changelog control control.in libcroco3-dev.install rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 21 02:15:20 UTC 2016


Author: biebl
Date: Wed Sep 21 02:15:20 2016
New Revision: 50991

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50991
Log:
Enable gtk-doc API documentation and install it in libcroco3-dev.

Modified:
    desktop/unstable/libcroco/debian/changelog
    desktop/unstable/libcroco/debian/control
    desktop/unstable/libcroco/debian/control.in
    desktop/unstable/libcroco/debian/libcroco3-dev.install
    desktop/unstable/libcroco/debian/rules

Modified: desktop/unstable/libcroco/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/changelog?rev=50991&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libcroco/debian/changelog	[utf-8] Wed Sep 21 02:15:20 2016
@@ -3,6 +3,7 @@
   * Convert from cdbs to dh.
   * Bump debhelper compat level to 10.
   * Enable all hardening build flags.
+  * Enable gtk-doc API documentation and install it in libcroco3-dev.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 21 Sep 2016 04:05:20 +0200
 

Modified: desktop/unstable/libcroco/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/control?rev=50991&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/control	[utf-8] (original)
+++ desktop/unstable/libcroco/debian/control	[utf-8] Wed Sep 21 02:15:20 2016
@@ -12,6 +12,7 @@
                gnome-pkg-tools (>= 0.7),
                libxml2-dev (>= 2.4.23),
                libglib2.0-dev (>= 2.0),
+               libglib2.0-doc,
                zlib1g-dev
 Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libcroco

Modified: desktop/unstable/libcroco/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/control.in?rev=50991&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/control.in	[utf-8] (original)
+++ desktop/unstable/libcroco/debian/control.in	[utf-8] Wed Sep 21 02:15:20 2016
@@ -8,6 +8,7 @@
                gnome-pkg-tools (>= 0.7),
                libxml2-dev (>= 2.4.23),
                libglib2.0-dev (>= 2.0),
+               libglib2.0-doc,
                zlib1g-dev
 Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libcroco

Modified: desktop/unstable/libcroco/debian/libcroco3-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/libcroco3-dev.install?rev=50991&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/libcroco3-dev.install	[utf-8] (original)
+++ desktop/unstable/libcroco/debian/libcroco3-dev.install	[utf-8] Wed Sep 21 02:15:20 2016
@@ -2,3 +2,4 @@
 usr/lib/*/pkgconfig
 usr/lib/*/*.so
 usr/lib/*/*.a
+usr/share/gtk-doc

Modified: desktop/unstable/libcroco/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/rules?rev=50991&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/rules	[utf-8] (original)
+++ desktop/unstable/libcroco/debian/rules	[utf-8] Wed Sep 21 02:15:20 2016
@@ -9,4 +9,4 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--disable-gtk-doc
+		--enable-gtk-doc




More information about the pkg-gnome-commits mailing list