tags 640686 + patch tags 640686 + pending thanks Dear maintainer,
I've prepared an NMU for slhist (versioned as 0.3.2a-3.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- Simon Paillard
diff -Nru slhist-0.3.2a/debian/changelog slhist-0.3.2a/debian/changelog --- slhist-0.3.2a/debian/changelog 2011-12-17 10:49:37.000000000 +0100 +++ slhist-0.3.2a/debian/changelog 2011-12-17 10:49:38.000000000 +0100 @@ -1,3 +1,10 @@ +slhist (0.3.2a-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS: use --with-slanglig multiarch path (Closes: #640686) + + -- Simon Paillard <spaill...@debian.org> Sat, 17 Dec 2011 10:45:05 +0100 + slhist (0.3.2a-3) unstable; urgency=low * debian/control: diff -Nru slhist-0.3.2a/debian/rules slhist-0.3.2a/debian/rules --- slhist-0.3.2a/debian/rules 2011-12-17 10:49:37.000000000 +0100 +++ slhist-0.3.2a/debian/rules 2011-12-17 10:49:38.000000000 +0100 @@ -3,8 +3,9 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk +DEB_CONFIGURE_EXTRA_FLAGS += --with-slanglib=/usr/lib/$(DEB_HOST_MULTIARCH) DEB_COMPRESS_EXCLUDE := .sl evt2img DEB_MAKE_BUILD_TARGET := all RPATH= DEB_MAKE_CHECK_TARGET := test DEB_MAKE_INSTALL_TARGET := install DOC_FILES=../doc/index.html \ - DESTDIR=$(CURDIR)/debian/slang-histogram \ No newline at end of file + DESTDIR=$(CURDIR)/debian/slang-histogram