Control: tag -1 + patch

On Sat, 18 May 2013 23:07:03 +0100, Dominic Hargreaves wrote:

> This package FTBFS in a clean sbuild session:
> 
> configure: error: No terminfo found for this system
> Adding perl LDFLAGS -fstack-protector -L/usr/local/lib 
> -L/usr/lib/perl/5.14/CORE -lperl -ldl -lm -lpthread -lc -lcrypt
> checking for /usr/share/terminfo... no
> checking for /usr/share/lib/terminfo... no
> make: *** [config.status] Error 1

Adding a build dependency on ncurses-term seems to be enough.

Trivial patch attached.

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Various Artists: Summerfly
diff -u owl-2.2.2/debian/control owl-2.2.2/debian/control
--- owl-2.2.2/debian/control
+++ owl-2.2.2/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Mark W. Eichin <eic...@thok.org>
-Build-Depends: debhelper (>> 7), libzephyr-dev (>= 3.0~beta), libncurses5-dev, libkrb5-dev, libperl-dev, libssl-dev, libglib2.0-dev
+Build-Depends: debhelper (>> 7), libzephyr-dev (>= 3.0~beta), libncurses5-dev, libkrb5-dev, libperl-dev, libssl-dev, libglib2.0-dev, ncurses-term
 Standards-Version: 3.8.0
 
 Package: owl
diff -u owl-2.2.2/debian/changelog owl-2.2.2/debian/changelog
--- owl-2.2.2/debian/changelog
+++ owl-2.2.2/debian/changelog
@@ -1,3 +1,12 @@
+owl (2.2.2-1.2) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: configure: error: No terminfo found for this system":
+    add build dependency on ncurses-term.
+    (Closes: #708840)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 19 May 2013 15:16:35 +0200
+
 owl (2.2.2-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Attachment: signature.asc
Description: Digital signature

Reply via email to