Package: booth Version: 0.1.0-1 Severity: important Tags: patch Booth fails on some arches when -Werror=cast-align warning is enabled, according to the status page:
https://buildd.debian.org/status/package.php?p=booth&suite=sid Removing the cast-align warning from configure.ac fixes the build on those platforms -and actually is harmless anyway. Regards Konstantinos
diff -ruN booth-0.1.0/configure.ac booth-0.1.0.mine/configure.ac --- booth-0.1.0/configure.ac 2012-05-07 15:06:52.000000000 +0000 +++ booth-0.1.0.mine/configure.ac 2012-10-27 10:31:35.000867444 +0000 @@ -322,7 +322,6 @@ declaration-after-statement pointer-arith write-strings - cast-align bad-function-cast missing-format-attribute format=2