Your message dated Thu, 30 Mar 2017 19:50:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#859084: unblock: win32-loader/0.8.2
has caused the Debian Bug report #859084,
regarding unblock: win32-loader/0.8.2
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.)
--
859084: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859084
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock-udeb package win32-loader 0.8.2 as it fixes a FTBFS
in stretch (and is always blocked because of the manual migration to
be done by ftpmasters):
> * Fix dpkg-query calls to use source:* for Version and Package directly
> - Add Build-Dependency on dpkg (>= 1.16.2) for that support
> - Fixes the FTBFS revealed by loadlin's binNMU
> (Closes: #858104)
debdiff is attached.
ftpmaster: please copy debian/tools/win32-loader/unstable into …/testing
unblock-udeb win32-loader/0.8.2
Cheers, OdyX
diff -Nru win32-loader-0.8.1/debian/changelog
win32-loader-0.8.2/debian/changelog
--- win32-loader-0.8.1/debian/changelog 2016-12-29 20:57:22.000000000 +0100
+++ win32-loader-0.8.2/debian/changelog 2017-03-20 21:23:59.000000000 +0100
@@ -1,3 +1,14 @@
+win32-loader (0.8.2) unstable; urgency=medium
+
+ * The « Iao » release
+
+ * Fix dpkg-query calls to use source:* for Version and Package directly
+ - Add Build-Dependency on dpkg (>= 1.16.2) for that support
+ - Fixes the FTBFS revealed by loadlin's binNMU
+ (Closes: #858104)
+
+ -- Didier Raboud <[email protected]> Mon, 20 Mar 2017 21:23:59 +0100
+
win32-loader (0.8.1) unstable; urgency=medium
* The « poipoi » release
diff -Nru win32-loader-0.8.1/debian/control win32-loader-0.8.2/debian/control
--- win32-loader-0.8.1/debian/control 2016-12-29 19:06:06.000000000 +0100
+++ win32-loader-0.8.2/debian/control 2017-03-20 21:12:00.000000000 +0100
@@ -4,6 +4,7 @@
Maintainer: Debian Install System Team <[email protected]>
Uploaders: Robert Millan <[email protected]>, Didier Raboud
<[email protected]>, Christian Perrier <[email protected]>
Build-Depends:
+ dpkg (>= 1.16.2),
debhelper (>= 9),
nsis (>= 2.48), nsis-pluginapi,
mingw-w64,
diff -Nru win32-loader-0.8.1/debian/rules win32-loader-0.8.2/debian/rules
--- win32-loader-0.8.1/debian/rules 2016-12-29 20:06:05.000000000 +0100
+++ win32-loader-0.8.2/debian/rules 2017-03-20 21:10:08.000000000 +0100
@@ -13,23 +13,13 @@
PACKAGES_LIST := $(shell set -e; \
for p in ${B_D_PACKAGES}; \
do \
- if test `dpkg-query --showformat='x$${Source}x' --show $$p` =
"xx"; \
- then \
- dpkg-query --showformat='$${Package;-25}
$${Version;-25}
http://ftp.debian.org/debian/pool/main/$${Package;1}/$${Package}\\n' --show
$$p; \
- else \
- dpkg-query --showformat='$${Package;-25}
$${Version;-25}
http://ftp.debian.org/debian/pool/main/$${Source;1}/$${Source}\\n' --show $$p; \
- fi; \
+ dpkg-query --showformat='$${source:Package;-25}
$${source:Version;-25}
http://ftp.debian.org/debian/pool/main/$${source:Package;1}/$${source:Package}\\n'
--show $$p; \
done)
BUILT_USING_LIST := $(shell set -e; \
for p in ${B_D_PACKAGES}; \
do \
- if test `dpkg-query --showformat='x$${Source}x' --show $$p` =
"xx"; \
- then \
- dpkg-query --showformat='$${Package} (= $${Version}), '
--show $$p; \
- else \
- dpkg-query --showformat='$${Source} (= $${Version}), '
--show $$p; \
- fi; \
+ dpkg-query --showformat='$${source:Package} (=
$${source:Version}), ' --show $$p; \
done)
NSIS_VERSION := $(shell dpkg-query -f='$${Version}' -W nsis )
--- End Message ---
--- Begin Message ---
Didier 'OdyX' Raboud:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock-udeb package win32-loader 0.8.2 as it fixes a FTBFS
> in stretch (and is always blocked because of the manual migration to
> be done by ftpmasters):
>
>> * Fix dpkg-query calls to use source:* for Version and Package directly
>> - Add Build-Dependency on dpkg (>= 1.16.2) for that support
>> - Fixes the FTBFS revealed by loadlin's binNMU
>> (Closes: #858104)
>
> debdiff is attached.
>
> ftpmaster: please copy debian/tools/win32-loader/unstable into …/testing
>
> unblock-udeb win32-loader/0.8.2
>
> Cheers, OdyX
>
Unblocked, thanks.
~Niels
--- End Message ---