]> git.sven.stormbind.net Git - sven/java-package.git/blobdiff - lib/javase.sh
Bumped the Standards-Version of the generated package to 3.9.5
[sven/java-package.git] / lib / javase.sh
index a98a915fa4d395ed9436ee6927783875f426c7c9..b1a1111bcb890331ca37c46f23b63fa94a0ead0b 100644 (file)
@@ -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
 }