tags 591417 + patch
tags 591417 + pending
thanks

Dear maintainer,

I've prepared an NMU for ziproxy (versioned as 3.1.1-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Mehdi Dogguy
diff -Nru ziproxy-3.1.1/debian/changelog ziproxy-3.1.1/debian/changelog
--- ziproxy-3.1.1/debian/changelog	2010-06-26 04:19:59.000000000 +0200
+++ ziproxy-3.1.1/debian/changelog	2010-08-14 18:49:32.000000000 +0200
@@ -1,3 +1,10 @@
+ziproxy (3.1.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Disable optimizations on arm* (Closes: #591417).
+
+ -- Mehdi Dogguy <me...@debian.org>  Sat, 14 Aug 2010 16:23:12 +0000
+
 ziproxy (3.1.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #587039) [CVE-2010-2350] 
diff -Nru ziproxy-3.1.1/debian/rules ziproxy-3.1.1/debian/rules
--- ziproxy-3.1.1/debian/rules	2010-06-26 02:53:29.000000000 +0200
+++ ziproxy-3.1.1/debian/rules	2010-08-14 18:48:25.000000000 +0200
@@ -1,5 +1,10 @@
 #!/usr/bin/make -f
 
+# Hack to workaround a GCC bug on arm*
+ifeq ($(DEB_HOST_ARCH_CPU), arm)
+CFLAGS += -O0
+endif
+
 %:
 	dh $@ --with autotools_dev
 

Reply via email to