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

Bug#682174: unblock: z80ex/1.1.19-3



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <glaubitz@physik.fu-berlin.de>  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 \

Reply to: