Your message dated Wed, 25 Jul 2012 23:51:53 +0200
with message-id <[email protected]>
and subject line Re: Bug#682391: unblock: wvstreams/4.6.1-5
has caused the Debian Bug report #682391,
regarding unblock: wvstreams/4.6.1-5
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.)


-- 
682391: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682391
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock

Please unblock wvstreams/4.6.1-5. The QA upload fixes a RC bug and not
yet reported FTBFS.

Changes:

  * Disable some gcc-4.7 optimization flags to fix wrong magic_number bug.
    (Closes: #674006) 
  * Disable parallel build.
  * Add Build-Depends: graphviz.

The full debdiff is attached.

unblock wvstreams/4.6.1-5

Thanks!

Regards,
 Johann Felix Soden

diff -Nru wvstreams-4.6.1/debian/changelog wvstreams-4.6.1/debian/changelog
--- wvstreams-4.6.1/debian/changelog	2012-05-18 21:53:09.000000000 +0200
+++ wvstreams-4.6.1/debian/changelog	2012-07-13 01:22:53.000000000 +0200
@@ -1,3 +1,13 @@
+wvstreams (4.6.1-5) unstable; urgency=low
+
+  * QA upload.
+  * Disable some gcc-4.7 optimization flags to fix wrong magic_number bug.
+    Thanks to Peter Drysdale <[email protected]>. (Closes: #674006) 
+  * Disable parallel build.
+  * Add Build-Depends: graphviz.
+
+ -- Johann Felix Soden <[email protected]>  Fri, 13 Jul 2012 00:39:24 +0200
+
 wvstreams (4.6.1-4) unstable; urgency=low
 
   * QA upload.
diff -Nru wvstreams-4.6.1/debian/control wvstreams-4.6.1/debian/control
--- wvstreams-4.6.1/debian/control	2012-05-18 21:39:55.000000000 +0200
+++ wvstreams-4.6.1/debian/control	2012-07-13 00:54:27.000000000 +0200
@@ -2,7 +2,9 @@
 Section: libs
 Priority: optional
 Maintainer: Debian QA Group <[email protected]>
-Build-Depends: debhelper (>> 5.0.0), autotools-dev, libdb-dev, libpam0g-dev, libssl-dev, libxplc0.3.13-dev, libpopt-dev, zlib1g-dev, doxygen, libdbus-1-dev
+Build-Depends: debhelper (>> 5.0.0), autotools-dev, libdb-dev, libpam0g-dev,
+ libssl-dev, libxplc0.3.13-dev, libpopt-dev, zlib1g-dev, doxygen, libdbus-1-dev,
+ graphviz
 Build-Conflicts: valgrind
 Standards-Version: 3.9.2
 Homepage: http://alumnit.ca
diff -Nru wvstreams-4.6.1/debian/rules wvstreams-4.6.1/debian/rules
--- wvstreams-4.6.1/debian/rules	2012-05-18 21:40:45.000000000 +0200
+++ wvstreams-4.6.1/debian/rules	2012-07-13 01:04:47.000000000 +0200
@@ -34,12 +34,14 @@
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
 else
-	CFLAGS += -O2
+	CFLAGS += -O2 -fno-tree-dce -fno-optimize-sibling-calls
 endif
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	INSTALL_PROGRAM += -s
 endif
 
+MAKEFLAGS += -j1 # parallel build broken
+
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
@@ -66,7 +68,7 @@
 build-arch-stamp: config.status
 
 	# Add here commands to compile the arch part of the package.
-	$(MAKE) VERBOSE=1 CXXOPTS="-fPIC -DPIC" COPTS="-fPIC -DPIC"
+	$(MAKE) VERBOSE=1 CXXOPTS="-fPIC -DPIC -fno-tree-dce -fno-optimize-sibling-calls" COPTS="-fPIC -DPIC"
 	$(MAKE) VERBOSE=1 CXXOPTS="-fPIC -DPIC" COPTS="-fPIC -DPIC" uniconf/tests/uni
 	touch build-arch-stamp
 

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
On 2012-07-22 13:24, Johann Felix Soden wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
> 
> Please unblock wvstreams/4.6.1-5. The QA upload fixes a RC bug and not
> yet reported FTBFS.
> 
> Changes:
> 
>   * Disable some gcc-4.7 optimization flags to fix wrong magic_number bug.
>     (Closes: #674006) 
>   * Disable parallel build.
>   * Add Build-Depends: graphviz.
> 
> The full debdiff is attached.
> 
> unblock wvstreams/4.6.1-5
> 
> Thanks!
> 
> Regards,
>  Johann Felix Soden
> 

Unblocked, thanks.

~Niels

--- End Message ---

Reply via email to