r27240 - in /desktop/experimental/vte/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Mar 31 05:37:24 UTC 2011


Author: joss
Date: Thu Mar 31 05:37:22 2011
New Revision: 27240

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27240
Log:
Pass PYTHON= as configure argument instead of environment, so that 
it doesn’t get lost when dh-autoreconf goes mad.

Modified:
    desktop/experimental/vte/debian/changelog
    desktop/experimental/vte/debian/rules

Modified: desktop/experimental/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte/debian/changelog?rev=27240&op=diff
==============================================================================
--- desktop/experimental/vte/debian/changelog [utf-8] (original)
+++ desktop/experimental/vte/debian/changelog [utf-8] Thu Mar 31 05:37:22 2011
@@ -4,6 +4,8 @@
   * Force the upgrade of libvte-common for the new termcap definitions.
   * New upstream pre-release.
   * Use dh-autoreconf; drop 90_autoreconf.patch.
+  * Pass PYTHON= as configure argument instead of environment, so that 
+    it doesn’t get lost when dh-autoreconf goes mad.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 31 Mar 2011 10:34:47 +0530
 

Modified: desktop/experimental/vte/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte/debian/rules?rev=27240&op=diff
==============================================================================
--- desktop/experimental/vte/debian/rules [utf-8] (original)
+++ desktop/experimental/vte/debian/rules [utf-8] Thu Mar 31 05:37:22 2011
@@ -18,7 +18,7 @@
 DEB_FIXPERMS_EXCLUDE += gnome-pty-helper
 DEB_DH_MAKESHLIBS_ARGS_$(libvteN) += -V '$(libvteN) (>= 1:0.24.0)' --add-udeb=$(udeb)
 
-DEB_CONFIGURE_SCRIPT_ENV = PYTHON="/usr/bin/$(cdbs_make_curflavor)"
+DEB_CONFIGURE_EXTRA_FLAGS += PYTHON="/usr/bin/$(cdbs_make_curflavor)"
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--enable-glade-catalogue




More information about the pkg-gnome-commits mailing list