Package: lft
Version: 2.2-4
Severity: normal
Tags: patch

Dear Maintainer,

While trying to build lft on ppc64el, it failed, due to config.{sub,guess} files not being updated.
Please consider this patch, which uses autotools-dev to fulfill that need.

Thanks!
Erwan.

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

Kernel: Linux 3.13-1-powerpc64le (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
+	dh_autotools-dev_updateconfig
 	./configure
 	$(MAKE)
 	touch $@
@@ -18,6 +19,7 @@
 	rm -f config.status
 	rm -f lft
 	rm -f *.o
+	dh_autotools-dev_restoreconfig
 	dh_clean
 
 install: build
--- a/debian/control	
+++ b/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Homepage: http://www.mainnerve.com/lft/index.html
 Maintainer: Vince Mulhollon <v...@debian.org>
-Build-Depends: debhelper (>= 8), libpcap-dev
+Build-Depends: debhelper (>= 8), libpcap-dev, autotools-dev
 Standards-Version: 3.9.1.0
 
 Package: lft

Reply via email to