Your message dated Mon, 20 Mar 2017 21:31:33 +0000
with message-id <e1cq4tp-0001a8...@respighi.debian.org>
and subject line unblock lft
has caused the Debian Bug report #858277,
regarding unblock: lft/2.2-5
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
858277: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858277
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@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 <b...@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 <v...@debian.org>
-Build-Depends: debhelper (>= 8), libpcap-dev
+Maintainer: Debian QA Group <packa...@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 ---
--- Begin Message ---
Unblocked.
--- End Message ---