r45007 - in /desktop/unstable/gtk+2.0/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jun 7 15:43:54 UTC 2015


Author: biebl
Date: Sun Jun  7 15:43:54 2015
New Revision: 45007

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45007
Log:
Don't enable introspection and man pages for udeb build.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/rules

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=45007&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog	[utf-8] Sun Jun  7 15:43:54 2015
@@ -8,6 +8,7 @@
   * Explicitly build the man pages, upstream no longer ships them in the dist
     tarball.
   * Bump Standards-Version to 3.9.6.
+  * Don't enable introspection and man pages for udeb build.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 07 Jun 2015 17:00:08 +0200
 

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=45007&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules	[utf-8] Sun Jun  7 15:43:54 2015
@@ -127,10 +127,13 @@
 
 shared_configure_flags := $(configure_flags) \
 			--enable-shared \
-			--enable-introspection=yes \
+			--enable-introspection \
 			--enable-man \
 			--disable-static
-shared_udeb_configure_flags := $(shared_configure_flags) \
+shared_udeb_configure_flags := $(configure_flags) \
+			--enable-shared \
+			--disable-static \
+			--disable-introspection \
 			--disable-xcomposite \
 			--disable-xdamage \
 			--disable-xfixes \




More information about the pkg-gnome-commits mailing list