tags 641387 + pending
thanks

Dear maintainer,

I've prepared an NMU for geos (versioned as 3.2.2-3.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

Konstantinos
diff -Nru geos-3.2.2/debian/changelog geos-3.2.2/debian/changelog
--- geos-3.2.2/debian/changelog	2011-07-18 11:55:44.000000000 +0000
+++ geos-3.2.2/debian/changelog	2012-01-11 16:11:37.000000000 +0000
@@ -1,3 +1,9 @@
+geos (3.2.2-3.1) unstable; urgency=low
+
+  * NMU, fix FTBFS for armhf (Closes: #641387)
+
+ -- Konstantinos Margaritis <mar...@genesi-usa.com>  Wed, 11 Jan 2012 16:10:30 +0000
+
 geos (3.2.2-3) unstable; urgency=low
 
   * New patch: swig. Fixed for strong version detection in ac_pkg_swig.m4.
diff -Nru geos-3.2.2/debian/rules geos-3.2.2/debian/rules
--- geos-3.2.2/debian/rules	2011-07-18 11:55:44.000000000 +0000
+++ geos-3.2.2/debian/rules	2012-01-11 16:10:14.000000000 +0000
@@ -36,7 +36,8 @@
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	INSTALL_PROGRAM += -s
 endif
-ifeq ($(DEB_HOST_GNU_TYPE),arm-linux-gnueabi)
+# catch both armel and armhf 
+ifneq (,$(findstring arm-linux-gnueabi,$(DEB_HOST_GNU_TYPE)))
        CONFFLAGS += --disable-inline
 endif
 

Reply via email to