Package: soundscaperenderer / 0.4.2~dfsg-2

Metadata

Package Version Patches format
soundscaperenderer 0.4.2~dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstreamversion.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix upstream-version in configure
 upstream uses git-magic to set the version in AC_INIT().
 since we are only dealing with "releases", we want to have proper version
 numbers. since we don't want to update the patch for each new upstream-
 release, we parse debian/changelog to extract the upstream version number.
exclude_pdf.patch | (download)

data/Makefile.am | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't install the non-existing pdf
g++hack_vararg_template.patch | (download)

apf/apf/misc.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix ftbfs with g++ due to variadic templats
 it seems like g++-4.9 has a bug when expanding templated classes with varargs.
 the workaround is to replace the braces with parentheses in the ctor
 initialization.
 .
 g++-4.8 is not affected, neither is clang++-3.5