Package: soundscaperenderer / 0.6.1+dfsg-2

Metadata

Package Version Patches format
soundscaperenderer 0.6.1+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.
dont_build_excluded.patch | (download)

data/Makefile.am | 2 0 + 2 - 0 !
src/Makefile.am | 5 3 + 2 - 0 !
2 files changed, 3 insertions(+), 4 deletions(-)

 don't build/install the non-existing files
 For Debian, some files get removed during import, so we must not use them
 in the build process...
sphinx.patch | (download)

doc/manual/conf.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 don't use unpackaged sphinx modules/themese
html_navigation.patch | (download)

doc/manual/index.rst | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove navigation hints from html docs
 since we are not using the 'insipid' theme, these hints are just wrong