* 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
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