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

Bug#682391: unblock: wvstreams/4.6.1-5



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <drysdalepete@gmail.com>. (Closes: #674006) 
+  * Disable parallel build.
+  * Add Build-Depends: graphviz.
+
+ -- Johann Felix Soden <johfel@debian.org>  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 <packages@qa.debian.org>
-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


Reply to: