X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=blobdiff_plain;f=lib%2Fjavase.sh;h=6e081cd8fbeebf10f023d758983ae1e4b4768e59;hp=a98a915fa4d395ed9436ee6927783875f426c7c9;hb=d7792a6d6c5522db58950255c4f612828054712e;hpb=1c05d6f0e114cff3d49a4a32348a0c154012ac1d diff --git a/lib/javase.sh b/lib/javase.sh index a98a915..6e081cd 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 @@ -241,8 +241,10 @@ j2se_build() { fi cat << EOF -The Debian package has been created in the current directory. You can -install the package as root (e.g. dpkg -i $deb_filename). +The Debian package has been created in the current directory. +You can install the package as root with: + + dpkg -i $deb_filename EOF }