Your message dated Sun, 12 Feb 2017 19:28:35 +0000
with message-id <[email protected]>
and subject line unblock ftpcopy
has caused the Debian Bug report #854944,
regarding unblock: ftpcopy/0.6.7-3.1
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 [email protected]
immediately.)
--
854944: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854944
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package ftpcopy.
The 0.6.7-3.1 NMU contains a fix for an FTBFS bug (#854512), because
dpkg-shlibdeps was called on a shell script, which is fatal in recent
dpkg versions.
Regards,
Reiner
unblock ftpcopy/0.6.7-3.1
diff -u ftpcopy-0.6.7/debian/changelog ftpcopy-0.6.7/debian/changelog
--- ftpcopy-0.6.7/debian/changelog
+++ ftpcopy-0.6.7/debian/changelog
@@ -1,3 +1,11 @@
+ftpcopy (0.6.7-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS by calling dpkg-shlibdeps only for binaries and not
+ the ftpcp shell script (Closes: #854512).
+
+ -- Reiner Herrmann <[email protected]> Wed, 08 Feb 2017 18:57:50 +0100
+
ftpcopy (0.6.7-3) unstable; urgency=medium
* debian/diff/disable--html-option.diff: the --html option is no
diff -u ftpcopy-0.6.7/debian/rules ftpcopy-0.6.7/debian/rules
--- ftpcopy-0.6.7/debian/rules
+++ ftpcopy-0.6.7/debian/rules
@@ -69,7 +69,7 @@
install-indep: deb-checkdir deb-checkuid build-indep-stamp
binary-arch: deb-checkdir deb-checkuid install-arch ftpcopy.deb
- test '$(DIET)' -ne 0 || dpkg-shlibdeps '$(DIR)'/usr/bin/*
+ test '$(DIET)' -ne 0 || dpkg-shlibdeps '$(DIR)'/usr/bin/ftpcopy
'$(DIR)'/usr/bin/ftpls
dpkg-gencontrol -isp -pftpcopy -P'$(DIR)'
dpkg -b '$(DIR)' ..
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---