Bug#736481: nettoe: FTBFS due to test suite failures
Aníbal Monsalve Salazar
anibal at debian.org
Wed Mar 26 13:39:16 UTC 2014
On Tue, 2014-03-25 13:53:26 +0000, Dejan Latinovic wrote:
> Could you consider applying this patch?
NMU patch for nettoe 1.5-1.1 is below.
debdiff nettoe_1.5-1.dsc nettoe_1.5-1.1.dsc
diff -Nru nettoe-1.5/debian/changelog nettoe-1.5/debian/changelog
--- nettoe-1.5/debian/changelog 2014-01-10 11:39:53.000000000 +0000
+++ nettoe-1.5/debian/changelog 2014-03-25 12:39:27.000000000 +0000
@@ -1,3 +1,12 @@
+nettoe (1.5-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * If TERM isn't defined, pass --without-terminfo to configure
+ Patch by Dejan Latinovic
+ Closes: #736481
+
+ -- Anibal Monsalve Salazar <anibal at debian.org> Tue, 25 Mar 2014 12:38:31 +0000
+
nettoe (1.5-1) unstable; urgency=low
* New upstream release.
diff -Nru nettoe-1.5/debian/rules nettoe-1.5/debian/rules
--- nettoe-1.5/debian/rules 2013-11-29 16:26:18.000000000 +0000
+++ nettoe-1.5/debian/rules 2014-03-25 12:17:47.000000000 +0000
@@ -4,11 +4,16 @@
include /usr/share/dpkg/buildflags.mk
+ifndef TERM
+CONFIG_EXTRA=--without-terminfo
+endif
+
%:
dh $@ --with autoreconf
override_dh_auto_configure:
- ./configure --prefix=/usr \
+ ./configure $(CONFIG_EXTRA) \
+ --prefix=/usr \
--bindir=/usr/games \
--mandir=/usr/share/man \
--enable-desktop
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-games-devel/attachments/20140327/efcefb46/attachment.sig>
More information about the Pkg-games-devel
mailing list