diff -Nru booth-0.1.0/debian/changelog booth-0.1.0/debian/changelog --- booth-0.1.0/debian/changelog 2013-03-12 18:01:27.000000000 +0000 +++ booth-0.1.0/debian/changelog 2014-02-15 12:25:51.000000000 +0000 @@ -1,14 +1,11 @@ -booth (0.1.0-1ubuntu2) raring; urgency=low +booth (0.1.0-1.1) unstable; urgency=medium - * Applied patch from BTS#691574 to fix FTBFS on armhf. + * Non-maintainer upload. + * Fix "FTBFS on some arches due to -Werror=cast-align" + Patch by Konstantinos Margaritis + Closes: #691574 - -- Daniel T Chen Tue, 12 Mar 2013 14:00:27 -0400 - -booth (0.1.0-1ubuntu1) quantal; urgency=low - - * Configure with --disable-fatal-warnings to fix build failure on arm. - - -- Matthias Klose Thu, 11 Oct 2012 18:07:44 +0200 + -- Anibal Monsalve Salazar Sat, 15 Feb 2014 12:25:41 +0000 booth (0.1.0-1) unstable; urgency=low diff -Nru booth-0.1.0/debian/control booth-0.1.0/debian/control --- booth-0.1.0/debian/control 2013-03-12 18:00:12.000000000 +0000 +++ booth-0.1.0/debian/control 2012-05-27 18:14:26.000000000 +0000 @@ -1,8 +1,7 @@ Source: booth Section: admin Priority: extra -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian HA Maintainers +Maintainer: Debian HA Maintainers Uploaders: Martin Loschwitz Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, help2man, pkg-config, libglib2.0-dev, cluster-glue-dev, libplumb2-dev Standards-Version: 3.9.3 diff -Nru booth-0.1.0/debian/patches/bts691574_fix_ftbfs.patch booth-0.1.0/debian/patches/bts691574_fix_ftbfs.patch --- booth-0.1.0/debian/patches/bts691574_fix_ftbfs.patch 2013-03-12 17:59:42.000000000 +0000 +++ booth-0.1.0/debian/patches/bts691574_fix_ftbfs.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -Index: booth-0.1.0/configure.ac -=================================================================== ---- booth-0.1.0.orig/configure.ac 2012-05-07 11:06:52.000000000 -0400 -+++ booth-0.1.0/configure.ac 2013-03-12 13:59:38.758325976 -0400 -@@ -322,7 +322,6 @@ - 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/cast-align.patch booth-0.1.0/debian/patches/cast-align.patch --- booth-0.1.0/debian/patches/cast-align.patch 1970-01-01 00:00:00.000000000 +0000 +++ booth-0.1.0/debian/patches/cast-align.patch 2014-02-15 12:20:23.000000000 +0000 @@ -0,0 +1,20 @@ +Author: Konstantinos Margaritis + +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 2013-03-12 17:59:29.000000000 +0000 +++ booth-0.1.0/debian/patches/series 2014-02-15 12:22:25.000000000 +0000 @@ -1 +1 @@ -bts691574_fix_ftbfs.patch +cast-align.patch diff -Nru booth-0.1.0/debian/rules booth-0.1.0/debian/rules --- booth-0.1.0/debian/rules 2012-10-11 16:07:40.000000000 +0000 +++ booth-0.1.0/debian/rules 2012-05-27 17:58:43.000000000 +0000 @@ -3,9 +3,6 @@ export DH_VERBOSE=1 -override_dh_auto_configure: - dh_auto_configure -- --disable-fatal-warnings - override_dh_auto_test: