--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package lft
unblock lft/2.2-5
The config.{sub,guess} changes in the diffstat are caused by
removing an older manual update of these files.
config.guess | 990 ++++++++++++++++++-----------------------------
config.sub | 501 ++++++-----------------
lft-2.2/acconfig.h | 2
lft-2.2/debian/changelog | 9
lft-2.2/debian/control | 4
lft-2.2/debian/rules | 4
6 files changed, 540 insertions(+), 970 deletions(-)
diff -Nru --exclude '*config*' lft-2.2/debian/changelog lft-2.2/debian/changelog
--- lft-2.2/debian/changelog 2017-03-20 17:12:29.000000000 +0200
+++ lft-2.2/debian/changelog 2017-03-20 17:12:29.000000000 +0200
@@ -1,3 +1,12 @@
+lft (2.2-5) unstable; urgency=medium
+
+ * QA upload.
+ * Set maintainer to Debian QA Group. (see #848570)
+ * Use autotools-dev to update config.{sub,guess} to fix
+ FTBFS on arm64 and ppc64el. (Closes: #755790)
+
+ -- Adrian Bunk <bunk@debian.org> Mon, 20 Mar 2017 17:02:59 +0200
+
lft (2.2-4) unstable; urgency=low
* Moved homepage from description to regular control file field.
diff -Nru --exclude '*config*' lft-2.2/debian/control lft-2.2/debian/control
--- lft-2.2/debian/control 2017-03-20 17:12:29.000000000 +0200
+++ lft-2.2/debian/control 2017-03-20 17:12:29.000000000 +0200
@@ -2,8 +2,8 @@
Section: net
Priority: optional
Homepage: http://www.mainnerve.com/lft/index.html
-Maintainer: Vince Mulhollon <vlm@debian.org>
-Build-Depends: debhelper (>= 8), libpcap-dev
+Maintainer: Debian QA Group <packages@qa.debian.org>
+Build-Depends: debhelper (>= 8), autotools-dev, libpcap-dev
Standards-Version: 3.9.1.0
Package: lft
diff -Nru --exclude '*config*' lft-2.2/debian/rules lft-2.2/debian/rules
--- lft-2.2/debian/rules 2017-03-20 17:12:29.000000000 +0200
+++ lft-2.2/debian/rules 2017-03-20 17:12:29.000000000 +0200
@@ -6,6 +6,8 @@
build: build-stamp
build-stamp:
dh_testdir
+ cp -a /usr/share/misc/config.guess .
+ cp -a /usr/share/misc/config.sub .
./configure
$(MAKE)
touch $@
@@ -16,6 +18,8 @@
rm -f build-stamp
rm -f config.log
rm -f config.status
+ rm -f config.guess
+ rm -f config.sub
rm -f lft
rm -f *.o
dh_clean
--- End Message ---