X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=blobdiff_plain;f=lib%2Fjavase.sh;h=b1a1111bcb890331ca37c46f23b63fa94a0ead0b;hp=a98a915fa4d395ed9436ee6927783875f426c7c9;hb=233b7e06396530b9f7d4ec9b58bace17e945aafc;hpb=1c05d6f0e114cff3d49a4a32348a0c154012ac1d diff --git a/lib/javase.sh b/lib/javase.sh index a98a915..b1a1111 100644 --- a/lib/javase.sh +++ b/lib/javase.sh @@ -29,7 +29,7 @@ Section: non-free/devel Priority: optional Maintainer: $maintainer_name <$maintainer_email> Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.7.2 +Standards-Version: 3.9.5 EOF } @@ -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 }