r33847 - in /desktop/unstable/libpeas/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Mar 31 06:06:13 UTC 2012


Author: biebl
Date: Sat Mar 31 06:06:12 2012
New Revision: 33847

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33847
Log:
debian/rules: Explicitly enable the plugins (vala, python, seed) for more
reliable build results.

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

Modified: desktop/unstable/libpeas/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/changelog?rev=33847&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/changelog [utf-8] (original)
+++ desktop/unstable/libpeas/debian/changelog [utf-8] Sat Mar 31 06:06:12 2012
@@ -5,8 +5,10 @@
   * Bump (Build-)Depends on libglib2.0-dev to (>= 2.31.2).
   * debian/libpeas-1.0-0.symbols: Add new symbols and remove 2 internal
     symbols which were dropped upstream.
-
- -- Michael Biebl <biebl at debian.org>  Sat, 31 Mar 2012 07:56:35 +0200
+  * debian/rules: Explicitly enable the plugins (vala, python, seed) for more
+    reliable build results.
+
+ -- Michael Biebl <biebl at debian.org>  Sat, 31 Mar 2012 08:04:34 +0200
 
 libpeas (1.2.0-2) unstable; urgency=low
 

Modified: desktop/unstable/libpeas/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/rules?rev=33847&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/rules [utf-8] (original)
+++ desktop/unstable/libpeas/debian/rules [utf-8] Sat Mar 31 06:06:12 2012
@@ -6,7 +6,11 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \
+                             --enable-vala \
+                             --enable-seed \
+                             --enable-python \
+                             --disable-gjs
 
 # We clean the test directory before running check because we need to stop
 # -Bsymbolic-functions from being used when building the tests.  Else




More information about the pkg-gnome-commits mailing list