Source: tnftp
Version: 0.0.20-2
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package tnftp fails to build on ppc64le, because of changes
required in config.{guess,sub}. This patch includes autotools-dev
to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

--- tnftp-20130505.orig/debian/control  2014-09-19 15:56:57.000000000 +0000
+++ tnftp-20130505/debian/control       2014-09-19 15:59:54.000000000 +0000
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
-Build-Depends: debhelper (>= 7), hardening-wrapper, libncurses5-dev, libssl-dev
+Build-Depends: debhelper (>= 7), hardening-wrapper, libncurses5-dev, 
libssl-dev, autotools-dev
 Standards-Version: 3.9.4
 Homepage: http://en.wikipedia.org/wiki/Tnftp
 
--- tnftp-20130505.orig/debian/rules    2014-09-19 15:57:05.000000000 +0000
+++ tnftp-20130505/debian/rules 2014-09-19 15:57:42.000000000 +0000
@@ -13,6 +13,7 @@
 build: build-stamp
 build-stamp:
        dh_testdir
+       dh_autotools-dev_updateconfig
        ./configure --prefix=/usr --mandir=\$${prefix}/share/man
        $(MAKE)
        touch build-stamp
@@ -22,6 +23,7 @@
        dh_testroot
        rm -f build-stamp
        [ ! -f Makefile ] || $(MAKE) distclean
+       dh_autotools-dev_restoreconfig
        dh_clean
 
 install: build

Reply via email to