r10226 - /desktop/unstable/gnome-python/debian/rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Apr 22 12:49:59 UTC 2007


Author: lool
Date: Sun Apr 22 12:49:59 2007
New Revision: 10226

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10226
Log:
* Drop superfluous flag added erroneously in the previous cleanup.

Modified:
    desktop/unstable/gnome-python/debian/rules

Modified: desktop/unstable/gnome-python/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/rules?rev=10226&op=diff
==============================================================================
--- desktop/unstable/gnome-python/debian/rules (original)
+++ desktop/unstable/gnome-python/debian/rules Sun Apr 22 12:49:59 2007
@@ -9,7 +9,7 @@
 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 --enable-thread --build=$(DEB_BUILD_GNU_TYPE)
+configure_flags += --prefix=/usr --build=$(DEB_BUILD_GNU_TYPE)
 
 ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 	configure_flags += --host=$(DEB_HOST_GNU_TYPE)




More information about the pkg-gnome-commits mailing list