[openjdk-8] 01/02: Removed the embedded copies of libpng, libgif and liblcms2

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 2 08:40:48 UTC 2014


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

ebourg-guest pushed a commit to branch master
in repository openjdk-8.

commit a5247513e07e2083c964f82c57d9e94706e5ca39
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jul 2 02:08:30 2014 +0200

    Removed the embedded copies of libpng, libgif and liblcms2
---
 debian/generate_source_tarball.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/debian/generate_source_tarball.sh b/debian/generate_source_tarball.sh
index 848c993..1632376 100755
--- a/debian/generate_source_tarball.sh
+++ b/debian/generate_source_tarball.sh
@@ -59,6 +59,16 @@ done
 echo "Removing the embedded copy of libjpeg..."
 find jdk/src/share/native/sun/awt/image/jpeg ! -name imageioJPEG.c ! -name jpegdecoder.c -type f -delete
 
+echo "Removing the embedded copy of libpng..."
+rm -vr jdk/src/share/native/sun/awt/libpng/*
+
+echo "Removing the embedded copy of libgif..."
+rm -vr jdk/src/share/native/sun/awt/giflib/*
+
+echo "Removing the embedded copy of liblcms2..."
+rm -vr jdk/src/share/native/sun/java2d/cmm/lcms/cms*
+rm -vr jdk/src/share/native/sun/java2d/cmm/lcms/lcms2*
+
 popd
 
 echo "Building tarball ${REPO_NAME}-${TAG}.tar.xz..."

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



More information about the pkg-java-commits mailing list