r18705 - in /desktop/unstable/pango1.0/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Mar 5 11:07:38 UTC 2009


Author: lool
Date: Thu Mar  5 11:07:38 2009
New Revision: 18705

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18705
Log:
Drop useless --disable-static and --enable-shared flags to simplify
configure flags.

Modified:
    desktop/unstable/pango1.0/debian/changelog
    desktop/unstable/pango1.0/debian/rules

Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=18705&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog (original)
+++ desktop/unstable/pango1.0/debian/changelog Thu Mar  5 11:07:38 2009
@@ -1,3 +1,10 @@
+pango1.0 (1.22.4-3) UNRELEASED; urgency=low
+
+  * Drop useless --disable-static and --enable-shared flags to simplify
+    configure flags.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 05 Mar 2009 12:07:11 +0100
+
 pango1.0 (1.22.4-2) unstable; urgency=low
 
   * Upload to unstable, remove check-dist.mk include.

Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=18705&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules (original)
+++ desktop/unstable/pango1.0/debian/rules Thu Mar  5 11:07:38 2009
@@ -102,16 +102,14 @@
 	common_configure_flags += --host=$(DEB_HOST_GNU_TYPE)
 endif
 
-shared_configure_flags := $(common_configure_flags) \
-			--enable-shared \
-			--disable-static
+# default is to enable shared and disable static
+shared_configure_flags := $(common_configure_flags)
 static_configure_flags := $(common_configure_flags) \
 			--disable-shared \
 			--with-included-modules \
 			--enable-static
 udeb_configure_flags := $(common_configure_flags) \
 			--without-x \
-			--enable-shared \
 			--disable-debug
 
 # macro computing the list of 'debian/<pkg>.*" files which have a corresponding




More information about the pkg-gnome-commits mailing list