tags 643339 + patch
tags 643339 + pending
thanks

Dear maintainer,

I've prepared an NMU for most (versioned as 5.0.0a-2.1) and uploaded it to
DELAYED/2.

Please feel free to tell me if I should delay it longer.

Regards.

-- 
Simon Paillard
diffstat for most_5.0.0a-2 most_5.0.0a-2.1

 changelog |    8 ++++++++
 rules     |    3 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff -u most-5.0.0a/debian/rules most-5.0.0a/debian/rules
--- most-5.0.0a/debian/rules
+++ most-5.0.0a/debian/rules
@@ -14,6 +14,7 @@
 
 # This is the debhelper compatibility version to use.
 # export DH_COMPAT=4
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 CC = gcc
 CFLAGS = -O2 -g -Wall -DUTF8
@@ -28,7 +29,7 @@
 build-stamp:
 	dh_testdir
 	@echo "Building the binaries ..."
-	CC="$(CC)" CFLAGS="$(CFLAGS)" ./configure
+	CC="$(CC)" CFLAGS="$(CFLAGS)" ./configure --with-slanglib=/usr/lib/"$(DEB_HOST_MULTIARCH)"
 	$(MAKE) SYS_INITFILE=/etc/most.conf
 	touch $@
 
diff -u most-5.0.0a/debian/changelog most-5.0.0a/debian/changelog
--- most-5.0.0a/debian/changelog
+++ most-5.0.0a/debian/changelog
@@ -1,3 +1,11 @@
+most (5.0.0a-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS: multiarch support of slang2, thanks Daniel T Chen.
+    Closes: #643339
+
+ -- Simon Paillard <spaill...@debian.org>  Wed, 16 Nov 2011 23:55:09 +0100
+
 most (5.0.0a-2) unstable; urgency=low
 
   * Lots of improvements to documentation.

Reply via email to