r16514 - /desktop/unstable/vte/debian/rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Jul 11 15:50:14 UTC 2008


Author: lool
Date: Fri Jul 11 15:50:14 2008
New Revision: 16514

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16514
Log:
Rename udeb_configure_flags to UDEB_CONFIGURE_EXTRA_FLAGS and keep cdbs_configure_flags.

Modified:
    desktop/unstable/vte/debian/rules

Modified: desktop/unstable/vte/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/rules?rev=16514&op=diff
==============================================================================
--- desktop/unstable/vte/debian/rules (original)
+++ desktop/unstable/vte/debian/rules Fri Jul 11 15:50:14 2008
@@ -20,15 +20,16 @@
 DEB_FIXPERMS_EXCLUDE := gnome-pty-helper
 DEB_DH_MAKESHLIBS_ARGS_ALL = -V '$(libvteN) (>= 1:0.16.9)' --add-udeb=$(udeb)
 
-udeb_configure_flags := --disable-python \
-			--disable-gnome-pty-helper \
-			--disable-gtk-doc \
-			--without-x \
-			--without-xft2 \
-			--without-ft2 \
-			--without-pangox \
-			--without-glX \
-			--with-static-ncurses
+UDEB_CONFIGURE_EXTRA_FLAGS += \
+	--disable-python \
+	--disable-gnome-pty-helper \
+	--disable-gtk-doc \
+	--without-x \
+	--without-xft2 \
+	--without-ft2 \
+	--without-pangox \
+	--without-glX \
+	--with-static-ncurses
 
 DEB_DESTDIR := $(CURDIR)/debian/tmp/main
 DEB_DESTDIR_$(udeb) := $(CURDIR)/debian/tmp/udeb
@@ -53,8 +54,9 @@
 		$(DEB_CONFIGURE_SCRIPT_ENV) \
 			$(DEB_CONFIGURE_SCRIPT) \
 				$(DEB_CONFIGURE_NORMAL_ARGS) \
-				$(udeb_configure_flags) \
+				$(cdbs_configure_flags) \
 				$(DEB_CONFIGURE_EXTRA_FLAGS) \
+				$(UDEB_CONFIGURE_EXTRA_FLAGS) \
 				$(DEB_CONFIGURE_USER_FLAGS)
 
 build/$(udeb)::




More information about the pkg-gnome-commits mailing list