Your message dated Mon, 27 May 2019 05:39:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#929572: unblock: dpkg-cross/2.6.15-2.1
has caused the Debian Bug report #929572,
regarding unblock: dpkg-cross/2.6.15-2.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.)


-- 
929572: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929572
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 dpkg-cross

I've applied the patch supplied by Helmut in bug #868483
and I've left further optimisations to be done during the
bullseye cycle.

dpkg-cross-868483.diff is attached.

I've uploaded this small change with --delayed 1

Thanks.

unblock dpkg-cross/2.6.15-2.1

-- System Information:
Debian Release: 10.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE=en_GB:en 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diffstat for dpkg-cross-2.6.15 dpkg-cross-2.6.15

 config/cross-config.alpha    |    1 +
 config/cross-config.amd64    |    1 +
 config/cross-config.hppa     |    1 +
 config/cross-config.m68k     |    1 +
 config/cross-config.mips64el |    1 +
 config/cross-config.ppc64el  |    1 +
 config/cross-config.s390x    |    1 +
 debian/changelog             |    9 +++++++++
 8 files changed, 16 insertions(+)

diff -Nru dpkg-cross-2.6.15/config/cross-config.alpha 
dpkg-cross-2.6.15/config/cross-config.alpha
--- dpkg-cross-2.6.15/config/cross-config.alpha 2015-01-22 19:16:37.000000000 
+0000
+++ dpkg-cross-2.6.15/config/cross-config.alpha 2019-05-26 11:54:08.000000000 
+0100
@@ -1,3 +1,4 @@
+. `dirname $ac_site_file`/cross-config.cache
 #
 # alpha specific configure variables
 #
diff -Nru dpkg-cross-2.6.15/config/cross-config.amd64 
dpkg-cross-2.6.15/config/cross-config.amd64
--- dpkg-cross-2.6.15/config/cross-config.amd64 2011-03-27 07:14:10.000000000 
+0100
+++ dpkg-cross-2.6.15/config/cross-config.amd64 2019-05-26 11:54:08.000000000 
+0100
@@ -1,3 +1,4 @@
+. `dirname $ac_site_file`/cross-config.cache
 #
 # amd64-specific configuration variables
 #
diff -Nru dpkg-cross-2.6.15/config/cross-config.hppa 
dpkg-cross-2.6.15/config/cross-config.hppa
--- dpkg-cross-2.6.15/config/cross-config.hppa  2011-03-27 07:14:10.000000000 
+0100
+++ dpkg-cross-2.6.15/config/cross-config.hppa  2019-05-26 11:54:08.000000000 
+0100
@@ -1,3 +1,4 @@
+. `dirname $ac_site_file`/cross-config.cache
 #
 # hppa specific configure variables
 #
diff -Nru dpkg-cross-2.6.15/config/cross-config.m68k 
dpkg-cross-2.6.15/config/cross-config.m68k
--- dpkg-cross-2.6.15/config/cross-config.m68k  2011-03-27 07:14:10.000000000 
+0100
+++ dpkg-cross-2.6.15/config/cross-config.m68k  2019-05-26 11:54:08.000000000 
+0100
@@ -1,3 +1,4 @@
+. `dirname $ac_site_file`/cross-config.cache
 #
 # m68k specific configure variables
 #
diff -Nru dpkg-cross-2.6.15/config/cross-config.mips64el 
dpkg-cross-2.6.15/config/cross-config.mips64el
--- dpkg-cross-2.6.15/config/cross-config.mips64el      1970-01-01 
01:00:00.000000000 +0100
+++ dpkg-cross-2.6.15/config/cross-config.mips64el      2019-05-26 
11:54:08.000000000 +0100
@@ -0,0 +1 @@
+. `dirname $ac_site_file`/cross-config.cache
diff -Nru dpkg-cross-2.6.15/config/cross-config.ppc64el 
dpkg-cross-2.6.15/config/cross-config.ppc64el
--- dpkg-cross-2.6.15/config/cross-config.ppc64el       1970-01-01 
01:00:00.000000000 +0100
+++ dpkg-cross-2.6.15/config/cross-config.ppc64el       2019-05-26 
11:54:08.000000000 +0100
@@ -0,0 +1 @@
+. `dirname $ac_site_file`/cross-config.cache
diff -Nru dpkg-cross-2.6.15/config/cross-config.s390x 
dpkg-cross-2.6.15/config/cross-config.s390x
--- dpkg-cross-2.6.15/config/cross-config.s390x 1970-01-01 01:00:00.000000000 
+0100
+++ dpkg-cross-2.6.15/config/cross-config.s390x 2019-05-26 11:54:08.000000000 
+0100
@@ -0,0 +1 @@
+. `dirname $ac_site_file`/cross-config.cache
diff -Nru dpkg-cross-2.6.15/debian/changelog dpkg-cross-2.6.15/debian/changelog
--- dpkg-cross-2.6.15/debian/changelog  2017-07-24 17:09:56.000000000 +0100
+++ dpkg-cross-2.6.15/debian/changelog  2019-05-26 11:54:15.000000000 +0100
@@ -1,3 +1,12 @@
+dpkg-cross (2.6.15-2.1) unstable; urgency=medium
+
+  [ Helmut Grohne ]
+  * Non-maintainer upload.
+  * cross-config: Ensure that every release arch uses the common file.
+    (Closes: #868483)
+
+ -- Neil Williams <[email protected]>  Sun, 26 May 2019 11:54:15 +0100
+
 dpkg-cross (2.6.15-2) unstable; urgency=medium
 
   * Make code perl 5.26-compatible (escape left braces in regexps).

--- End Message ---
--- Begin Message ---
Neil Williams:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
> 
> Please unblock package dpkg-cross
> 
> I've applied the patch supplied by Helmut in bug #868483
> and I've left further optimisations to be done during the
> bullseye cycle.
> 
> dpkg-cross-868483.diff is attached.
> 
> I've uploaded this small change with --delayed 1
> 
> Thanks.
> 
> unblock dpkg-cross/2.6.15-2.1
> 
> [...]

Unblocked (as dpkg-cross/2.6.15-3), thanks.
~Niels

--- End Message ---

Reply via email to