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 <ani...@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

Attachment: signature.asc
Description: Digital signature

Reply via email to