r9925 - in /desktop/unstable/pyorbit/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Apr 14 11:28:49 UTC 2007


Author: lool
Date: Sat Apr 14 11:28:49 2007
New Revision: 9925

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9925
Log:
* Use a safer order for configure_flags / DEB_BUILD_GNU_TYPE.

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

Modified: desktop/unstable/pyorbit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pyorbit/debian/changelog?rev=9925&op=diff
==============================================================================
--- desktop/unstable/pyorbit/debian/changelog (original)
+++ desktop/unstable/pyorbit/debian/changelog Sat Apr 14 11:28:49 2007
@@ -1,3 +1,9 @@
+pyorbit (2.14.2-3) UNRELEASED; urgency=low
+
+  * Use a safer order for configure_flags / DEB_BUILD_GNU_TYPE.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 14 Apr 2007 13:27:47 +0200
+
 pyorbit (2.14.2-2) unstable; urgency=low
 
   * Honor CFLAGS we set in rules, doh!

Modified: desktop/unstable/pyorbit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pyorbit/debian/rules?rev=9925&op=diff
==============================================================================
--- desktop/unstable/pyorbit/debian/rules (original)
+++ desktop/unstable/pyorbit/debian/rules Sat Apr 14 11:28:49 2007
@@ -3,10 +3,11 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
 configure_flags += --prefix=/usr --build=$(DEB_BUILD_GNU_TYPE)
 
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 	configure_flags += --host=$(DEB_HOST_GNU_TYPE)
 endif




More information about the pkg-gnome-commits mailing list