Your message dated Sun, 19 Aug 2012 13:30:53 +0200
with message-id <[email protected]>
and subject line Re: Bug#682174: unblock: z80ex/1.1.19-3
has caused the Debian Bug report #682174,
regarding unblock: z80ex/1.1.19-3
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.)
--
682174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682174
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: freeze-exception
Please unblock package z80ex
I have prepared version 1.1.19-3 to be uploaded to unstable. This
version fixes Debian bug #682018. I have successfully reproduced
the bug, made the appropriate changes to my package and verified
that my changes actually fix the bug.
The fix consists of a single dh_override_auto_configure in the
debian/rules file of the z80ex source package. I am attaching
a diff.
Cheers,
Adrian
unblock z80ex/1.1.19-3
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing'), (100, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/debian/changelog b/debian/changelog
index da531e8..b95826e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+z80ex (1.1.19-3) unstable; urgency=low
+
+ * Force calling cmake through debhelper to make sure
+ endianness is set correctly (Closes: #682018)
+
+ -- John Paul Adrian Glaubitz <[email protected]> Fri, 20 Jul 2012 01:50:57 +0200
+
z80ex (1.1.19-2) unstable; urgency=low
[ John Paul Adrian Glaubitz ]
diff --git a/debian/rules b/debian/rules
index c0b85db..9065ab8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+override_dh_auto_configure:
+ dh_auto_configure -Scmake
+
override_dh_install:
set -e; for file in libz80ex1.install libz80ex-dev.install; \
do \
--- End Message ---
--- Begin Message ---
Hello,
John Paul Adrian Glaubitz <[email protected]> (17/08/2012):
> On Fri, Aug 17, 2012 at 08:44:28AM +0200, John Paul Adrian Glaubitz wrote:
> > I will fix the Debian changelog, upload the package and let you know
> > once it's uploaded. I'm currently abroad until this evening, so it
> > might not happen before tomorrow.
>
> I have just uploaded z80ex, version 1.1.19-3 into Debian unstable.
perfect now, thanks. Unblocked.
Mraw,
KiBi.
signature.asc
Description: Digital signature
--- End Message ---