[java-package] 09/11: Excluded the fxavcodecplugin libraries used by JavaFX from the dependency calculation performed by dh_shlibdeps to avoid errors (Closes: #687075)

Emmanuel Bourg ebourg-guest at alioth.debian.org
Fri Aug 30 23:45:57 UTC 2013


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository java-package.

commit a3c39ab91277313d3890aa70b4fccf503b6d5c6e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sat Aug 31 01:18:43 2013 +0200

    Excluded the fxavcodecplugin libraries used by JavaFX from the dependency calculation performed by dh_shlibdeps to avoid errors (Closes: #687075)
---
 debian/changelog |    2 ++
 lib/javase.sh    |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-package.git



More information about the pkg-java-commits mailing list