r29016 - in /packages/unstable/libpeas/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Jul 21 22:02:47 UTC 2011


Author: biebl
Date: Thu Jul 21 22:02:47 2011
New Revision: 29016

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

Modified:
    packages/unstable/libpeas/debian/changelog
    packages/unstable/libpeas/debian/rules

Modified: packages/unstable/libpeas/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libpeas/debian/changelog?rev=29016&op=diff
==============================================================================
--- packages/unstable/libpeas/debian/changelog [utf-8] (original)
+++ packages/unstable/libpeas/debian/changelog [utf-8] Thu Jul 21 22:02:47 2011
@@ -2,6 +2,8 @@
 
   * New upstream release.
   * Update debian/libpeas-1.0-0.symbols.
+  * debian/rules:
+    - Build gtk-doc documentation.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 21 Jul 2011 23:27:52 +0200
 

Modified: packages/unstable/libpeas/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libpeas/debian/rules?rev=29016&op=diff
==============================================================================
--- packages/unstable/libpeas/debian/rules [utf-8] (original)
+++ packages/unstable/libpeas/debian/rules [utf-8] Thu Jul 21 22:02:47 2011
@@ -6,9 +6,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-common-post-build-arch::
-	# build vapi interface from gir
-	cd libpeas; vapigen --library peas-1.0 Peas-1.0.gir
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
 
 # We clean the test directory before running check because we need to stop
 # -Bsymbolic-functions from being used when building the tests.  Else
@@ -16,3 +14,8 @@
 DEB_MAKE_CHECK_TARGET = -C tests clean check LDFLAGS=""
 
 DEB_DH_MAKESHLIBS_ARGS_libpeas-1.0-0 += -X/usr/lib/libpeas-1.0/
+
+common-post-build-arch::
+	# build vapi interface from gir
+	cd libpeas; vapigen --library peas-1.0 Peas-1.0.gir
+




More information about the pkg-gnome-commits mailing list