From: Emmanuel Bourg Date: Fri, 30 Aug 2013 23:18:43 +0000 (+0200) Subject: Excluded the fxavcodecplugin libraries used by JavaFX from the dependency calculation... X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=commitdiff_plain;h=a3c39ab91277313d3890aa70b4fccf503b6d5c6e Excluded the fxavcodecplugin libraries used by JavaFX from the dependency calculation performed by dh_shlibdeps to avoid errors (Closes: #687075) --- diff --git a/debian/changelog b/debian/changelog index 0dc86f4..1c37974 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ java-package (0.53) UNRELEASED; urgency=low * Team upload. * Added support for early access releases (Closes: #721136) * Added support for GA and FCS releases + * Excluded the fxavcodecplugin libraries used by JavaFX from the dependency + calculation performed by dh_shlibdeps to avoid errors (Closes: #687075) * Updated the package description and debian/README.Debian: - no longer recommend openjdk-6 - mention the compatibility with Java 8 diff --git a/lib/javase.sh b/lib/javase.sh index a98a915..8e0d0f5 100644 --- a/lib/javase.sh +++ b/lib/javase.sh @@ -221,7 +221,7 @@ j2se_build() { fi done # suppress some warnings - dh_shlibdeps -l"$ldpath" 2>&1 | + dh_shlibdeps --exclude=fxavcodecplugin -l"$ldpath" 2>&1 | { grep -v "warning: format of \`NEEDED lib.*\.so' not recognized" >&2 || true; } echo " dh_gencontrol" dh_gencontrol