r9813 - in /desktop/experimental/pyorbit/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Apr 12 13:20:45 UTC 2007


Author: lool
Date: Thu Apr 12 13:20:44 2007
New Revision: 9813

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9813
Log:
* Honor CFLAGS we set in rules, doh!

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

Modified: desktop/experimental/pyorbit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pyorbit/debian/changelog?rev=9813&op=diff
==============================================================================
--- desktop/experimental/pyorbit/debian/changelog (original)
+++ desktop/experimental/pyorbit/debian/changelog Thu Apr 12 13:20:44 2007
@@ -1,3 +1,9 @@
+pyorbit (2.14.2-2) UNRELEASED; urgency=low
+
+  * Honor CFLAGS we set in rules, doh!
+
+ -- Loic Minier <lool at dooz.org>  Thu, 12 Apr 2007 15:20:05 +0200
+
 pyorbit (2.14.2-1) experimental; urgency=high
 
   * Add a get-orig-source target to retrieve the upstream tarball.

Modified: desktop/experimental/pyorbit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pyorbit/debian/rules?rev=9813&op=diff
==============================================================================
--- desktop/experimental/pyorbit/debian/rules (original)
+++ desktop/experimental/pyorbit/debian/rules Thu Apr 12 13:20:44 2007
@@ -24,10 +24,11 @@
 build-%/configure-stamp: configure
 	dh_testdir
 	mkdir -p build-$*
-	cd build-$* && PYTHON=`which python$*` \
-		../configure --host=$(DEB_HOST_GNU_TYPE) 	\
-			--build=$(DEB_BUILD_GNU_TYPE) 		\
-			--prefix=/usr
+	cd build-$* && \
+		PYTHON=`which python$*` CFLAGS="$(CFLAGS)" \
+			$(CURDIR)/configure --host=$(DEB_HOST_GNU_TYPE) \
+				--build=$(DEB_BUILD_GNU_TYPE) \
+				--prefix=/usr
 	touch $@
 
 build-%/build-stamp: build-%/configure-stamp




More information about the pkg-gnome-commits mailing list