Your message dated Wed, 16 Mar 2016 11:19:53 +0000
with message-id <[email protected]>
and subject line Bug#810563: fixed in bs1770gain 0.4.9-1
has caused the Debian Bug report #810563,
regarding bs1770gain: FTBFS with FFmpeg 2.9/3.0 (Werror)
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.)
--
810563: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810563
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bs1770gain
Version: 0.4.8-2
Severity: important
Tags: patch
User: [email protected]
Usertags: ffmpeg2.9
Dear Maintainer,
your package fails to build with the upcoming version
of ffmpeg, which is planned to be released this month
(and will be called 2.9 or 3.0).
This bug will become release-critical at some point when this
ffmpeg transition gets closer.
Attached is a patch removing the use of -Werror, which is
a good practice for development builds, but just causes
unnecessary build failures for release builds.
For the change in configure.ac to take effect, autoreconf
is enabled, as well.
Please apply this patch soon.
Best regards,
Andreas
diff --git a/debian/patches/no-Werror.patch b/debian/patches/no-Werror.patch
new file mode 100644
index 0000000..c814e4b
--- /dev/null
+++ b/debian/patches/no-Werror.patch
@@ -0,0 +1,45 @@
+Description: remove Werror
+ It is harmful in distributions as it causes unnecessary build failures.
+
+Author: Andreas Cadhalpun <[email protected]>
+Last-Update: <2015-01-09>
+
+--- bs1770gain-0.4.8.orig/bs1770gain/Makefile.am
++++ bs1770gain-0.4.8/bs1770gain/Makefile.am
+@@ -1,4 +1,3 @@
+-CFLAGS+=-Werror
+ CFLAGS+=-Wall
+ CFLAGS+=-Wformat
+ CFLAGS+=-Wpointer-arith
+--- bs1770gain-0.4.8.orig/configure.ac
++++ bs1770gain-0.4.8/configure.ac
+@@ -27,7 +27,7 @@
+ # AC_CHECK_LIB (library, function, [action-if-found], [action-if-not-found], [other-libraries])
+
+ AC_INIT([bs1770gain], [0.4.8], [[email protected]], [], [http://bs1770gain.sourceforge.net/])
+-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
++AM_INIT_AUTOMAKE([-Wall foreign])
+ AC_PROG_CC
+ AC_PROG_RANLIB
+
+--- bs1770gain-0.4.8.orig/lib1770-2/Makefile.am
++++ bs1770gain-0.4.8/lib1770-2/Makefile.am
+@@ -1,4 +1,3 @@
+-CFLAGS+=-Werror
+ CFLAGS+=-Wall
+ CFLAGS+=-Wformat
+ CFLAGS+=-Wpointer-arith
+--- bs1770gain-0.4.8.orig/libffsox-2/Makefile.am
++++ bs1770gain-0.4.8/libffsox-2/Makefile.am
+@@ -1,4 +1,3 @@
+-CFLAGS+=-Werror
+ CFLAGS+=-Wall
+ CFLAGS+=-Wformat
+ CFLAGS+=-Wpointer-arith
+--- bs1770gain-0.4.8.orig/libpbutil/Makefile.am
++++ bs1770gain-0.4.8/libpbutil/Makefile.am
+@@ -1,4 +1,3 @@
+-CFLAGS+=-Werror
+ CFLAGS+=-Wall
+ CFLAGS+=-Wformat
+ CFLAGS+=-Wpointer-arith
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cb2e199
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no-Werror.patch
diff --git a/debian/rules b/debian/rules
index 3c2a477..73cc9e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with=autoreconf
override_dh_strip:
dh_strip --dbg-package=bs1770gain-dbg
--- End Message ---
--- Begin Message ---
Source: bs1770gain
Source-Version: 0.4.9-1
We believe that the bug you reported is fixed in the latest version of
bs1770gain, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Petter Reinholdtsen <[email protected]> (supplier of updated bs1770gain package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 16 Mar 2016 11:34:12 +0100
Source: bs1770gain
Binary: bs1770gain bs1770gain-dbg
Architecture: source
Version: 0.4.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Team
<[email protected]>
Changed-By: Petter Reinholdtsen <[email protected]>
Description:
bs1770gain - measure and adjust audio and video sound loudness
bs1770gain-dbg - measure and adjust audio and video sound loudness (debug
symbols)
Closes: 810563 811955
Changes:
bs1770gain (0.4.9-1) unstable; urgency=medium
.
* New upstream version 0.4.9.
- Fixes build error with newer ffmpeg (Closes: #810563).
- Fixes build error with GCC 6 (Closes: #811955).
* Corrected d/watch to match new upstream file names.
* Updated Standards-Version from 3.9.6 to 3.9.7.
* Changed vcs links to more secure versions.
Checksums-Sha1:
414e50970233c2a7190f44dc6a6975d120d051a3 2100 bs1770gain_0.4.9-1.dsc
fb701735fc6bf48448e4a1e110d84860561817b8 165602 bs1770gain_0.4.9.orig.tar.gz
3ee328001a2ca9349a66067f53efd786d5201ab3 518736
bs1770gain_0.4.9-1.debian.tar.xz
Checksums-Sha256:
90bc2b37ba48fed2d59455869aaebe0e4aa325d27a2b7efefe00495554368880 2100
bs1770gain_0.4.9-1.dsc
d839cc429c371b06589974bf5f54585d265ca2309b07d6cac07b2687a9b6499b 165602
bs1770gain_0.4.9.orig.tar.gz
0ea85fadac061438940cead640aa449c4681ada61fca058f6be583aa6608d1c9 518736
bs1770gain_0.4.9-1.debian.tar.xz
Files:
c4482b3b534cca437949f0f695902a18 2100 sound optional bs1770gain_0.4.9-1.dsc
5faf05343f9e03a01fe3512975c44e7d 165602 sound optional
bs1770gain_0.4.9.orig.tar.gz
f8e3953c528b50e3ad102b387f843531 518736 sound optional
bs1770gain_0.4.9-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJW6TbfAAoJEIEoCqCHuvsOCFEP/iAu5zGgJ6XC+tdq1l5nt+0E
aZPhF1SR5nqecb3Y3GpwnUm7ujjcINfgktX3mNvBS5RbVmpxBui1LHKs8XqhH/yP
xjsgb92+vO5ei5hcAgnUzvAylkksUjiW/T/xL1OFEWnknJ4kCsf1NWf//knX9SUG
+5VWHe/PnpGOZ9nnCXq2eCk8pNaZDDmewQ+EA4TKkhHdZe4qjpKzpEvHKVMTWAMj
5jHjJ00w6ckNL9oIXoPFjO9RuwJoYpQuHoOQVLFDqDzV35URHyVQVNPiLlvVZTyg
SSBfBQXF3ZrxMXyOwTRaSLxZf/DU8Ae4spm9Dx8VYiaTnelUWLbVCB2sj0rO667R
0ROammzYn5FS2lYw1esJlVf3nEnUyXGmBwFLB4jkGEzqq5aksibnzyNSIZkdcOni
kF4cYLl8x3ducwljl9aK0zIB0/6zLfXGngWuTQZ15RAtZac65P3Obtr0BhK1nbNz
566rbvhbTdlF5FaV+UA5b8txAd6mMbbhha4r4Sj533Dw5i4EMXmU8P+kWT3CmWoX
zwJBCk3rOeS0Z/fYyrpHl6pLpCUCnO7LzeNtsuaA7MKH2+dJljx0+27AF62P9xnb
zolV3IkLCsCpSImL6xTRpRH0qHgWZnIWPGwhoPJuOkJIqy1BYhCaCkw1upS8V6q4
czF8FpL8f9MoyQvY8YcO
=JcSF
-----END PGP SIGNATURE-----
--- End Message ---