[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#858277: marked as done (unblock: lft/2.2-5)



Your message dated Mon, 20 Mar 2017 21:31:33 +0000
with message-id <E1cq4tp-0001A8-PO@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 owner@bugs.debian.org
immediately.)


-- 
858277: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858277
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- 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 ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: