This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository otb.
commit 35de616988cb4bfaedd7694e371d6aa7172077c0 Author: Andreas Tille <[email protected]> Date: Tue Oct 7 21:21:32 2014 +0200 Override lintian error about embedded-library openjpeg since currently the available openjpeg versions in Debian are not compatible --- debian/changelog | 2 ++ debian/libotb.lintian-overrides | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4820bc8..c023df5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ otb (4.2.1-1) UNRELEASED; urgency=medium * delete unused post{inst,rm} files * Build against Debian packaged libtinyxml (thanks for the hint to Rashad M <[email protected]>) + * Override lintian error about embedded-library openjpeg since currently + the available openjpeg versions in Debian are not compatible [ Paolo Cavallini ] * New upstream release. diff --git a/debian/libotb.lintian-overrides b/debian/libotb.lintian-overrides new file mode 100644 index 0000000..804edb4 --- /dev/null +++ b/debian/libotb.lintian-overrides @@ -0,0 +1,6 @@ +# For the moment it is not possible to link against the Debian +# packaged libopenjpeg. The discussion thread about this starts +# here: +# https://lists.debian.org/debian-gis/2014/10/msg00066.html +libotb: embedded-library usr/lib/otb/libotbopenjpeg.so.1111.1.0: openjpeg + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

