[Debian-ha-maintainers] Bug#691574: NMU booth 0.1.0-1.1 debdiff
Aníbal Monsalve Salazar
anibal at debian.org
Sat Feb 15 12:56:45 UTC 2014
debdiff booth_0.1.0-1.dsc booth_0.1.0-1.1.dsc
diff -Nru booth-0.1.0/debian/changelog booth-0.1.0/debian/changelog
--- booth-0.1.0/debian/changelog 2012-05-27 19:05:42.000000000 +0100
+++ booth-0.1.0/debian/changelog 2014-02-15 12:25:51.000000000 +0000
@@ -1,3 +1,12 @@
+booth (0.1.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "FTBFS on some arches due to -Werror=cast-align"
+ Patch by Konstantinos Margaritis
+ Closes: #691574
+
+ -- Anibal Monsalve Salazar <anibal at debian.org> Sat, 15 Feb 2014 12:25:41 +0000
+
booth (0.1.0-1) unstable; urgency=low
* Initial release. (Closes: #674284)
diff -Nru booth-0.1.0/debian/patches/cast-align.patch booth-0.1.0/debian/patches/cast-align.patch
--- booth-0.1.0/debian/patches/cast-align.patch 1970-01-01 01:00:00.000000000 +0100
+++ booth-0.1.0/debian/patches/cast-align.patch 2014-02-15 12:20:23.000000000 +0000
@@ -0,0 +1,20 @@
+Author: Konstantinos Margaritis <konstantinos.margaritis at freevec.org>
+
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691574
+https://github.com/ClusterLabs/booth/commit/03a34c6f06a0606b8e89c6b9af2eeb1a15c1d149
+
+Booth fails on some arches when -Werror=cast-align warning is enabled.
+
+Removing the cast-align warning from configure.ac fixes the build on
+those platforms -and actually is harmless anyway.
+
+--- a/configure.ac 2012-05-07 16:06:52.000000000 +0100
++++ b/configure.ac 2014-02-15 12:16:13.326616634 +0000
+@@ -322,7 +322,6 @@ WARNLIST="
+ declaration-after-statement
+ pointer-arith
+ write-strings
+- cast-align
+ bad-function-cast
+ missing-format-attribute
+ format=2
diff -Nru booth-0.1.0/debian/patches/series booth-0.1.0/debian/patches/series
--- booth-0.1.0/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ booth-0.1.0/debian/patches/series 2014-02-15 12:22:25.000000000 +0000
@@ -0,0 +1 @@
+cast-align.patch
More information about the Debian-ha-maintainers
mailing list