[java-package] 01/02: add dependences needed run make-jpkg (Closes: #782132)

Tony Mancill tmancill at moszumanska.debian.org
Sat May 16 21:59:39 UTC 2015


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

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

commit 47415eeef5add830bcc40cb82699f6599dd22838
Author: tony mancill <tmancill at debian.org>
Date:   Sat May 16 14:39:24 2015 -0700

    add dependences needed run make-jpkg (Closes: #782132)
    
    tested the following builds in a clean jessie chroot:
    
     make-jpkg jdk-8u45-linux-x64.tar.gz
     make-jpkg jre-8u45-linux-x64.tar.gz
     make-jpkg jdk-7u80-linux-x64.tar.gz
     make-jpkg jre-7u80-linux-x64.tar.gz
---
 debian/changelog | 11 +++++++++++
 debian/control   |  6 ++++++
 2 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 56bcc0b..6a46a27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+java-package (0.59) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Upload to unstable.
+  * Add following dependencies to address build failures for dpkg-shlibdeps
+    errors during make-jpkg of JDK/JRE:
+    libgl1-mesa-glx libfontconfig1 libxslt1.1 libxtst6 libxxf86vm1 libgtk2.0-0
+    (Closes: #782132)
+
+ -- tony mancill <tmancill at debian.org>  Sat, 16 May 2015 13:46:27 -0700
+
 java-package (0.58) experimental; urgency=medium
 
   [ Francesc Zacarias ]
diff --git a/debian/control b/debian/control
index 905db20..ad4dcbe 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,13 @@ Depends: debhelper (>= 9),
          dpkg-dev,
          fakeroot,
          libasound2,
+         libfontconfig1,
+         libgl1-mesa-glx,
+         libgtk2.0-0,
          libx11-6,
+         libxslt1.1,
+         libxtst6,
+         libxxf86vm1,
          unzip,
          ${misc:Depends}
 Recommends: gcc

-- 
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