[med-svn] [pixelmed-codec] 02/02: remove bootclasspath and upload to unstable

Andreas Tille tille at debian.org
Thu Sep 14 17:11:06 UTC 2017


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

tille pushed a commit to branch master
in repository pixelmed-codec.

commit 71bb127d51012e0d73573ec2bab6294daee72bbd
Author: Andreas Tille <tille at debian.org>
Date:   Thu Sep 14 19:09:29 2017 +0200

    remove bootclasspath and upload to unstable
---
 debian/changelog                   |  6 ++++--
 debian/patches/set_java_home.patch | 15 ++++++++++++---
 2 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0975ee2..85370c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
-pixelmed-codec (20170512-1) UNRELEASED; urgency=medium
+pixelmed-codec (20170512-1) unstable; urgency=medium
 
   * New upstream version
   * Move packaging from SVN to Git
   * debhelper 10
   * Standards-Version: 4.1.0 (no changes needed)
+  * Do not set bootclasspath
+    Closes: #875779
 
- -- Andreas Tille <tille at debian.org>  Thu, 14 Sep 2017 18:48:09 +0200
+ -- Andreas Tille <tille at debian.org>  Thu, 14 Sep 2017 18:58:23 +0200
 
 pixelmed-codec (20141206-2) unstable; urgency=medium
 
diff --git a/debian/patches/set_java_home.patch b/debian/patches/set_java_home.patch
index 67f12b3..c91ec8a 100644
--- a/debian/patches/set_java_home.patch
+++ b/debian/patches/set_java_home.patch
@@ -1,10 +1,19 @@
 Author: Andreas Tille <tille at debian.org>
-Last-Update: Thu, 08 Oct 2015 10:39:14 +0200
-Description: Work around OSX specific way to set JAVA_HOME
+Last-Update: Thu, 14 Sep 2017 18:58:23 +0200
+Bug-Debian: https://bugs.debian.org/875779
+Description: Work around OSX specific way to set JAVA_HOME and remove bootclasspath
 
 --- a/Makefile.common.mk
 +++ b/Makefile.common.mk
-@@ -17,7 +17,7 @@ JAVACTARGETOPTIONS=-target ${JAVAVERSION
+@@ -10,14 +10,14 @@ PATHTOTESTRESULTSFROMROOT = ./testresult
+ 
+ JAVAVERSIONTARGET=1.7
+ 
+-JAVACTARGETOPTIONS=-target ${JAVAVERSIONTARGET} -source ${JAVAVERSIONTARGET} -bootclasspath $${JAVAVERSIONTARGETJARFILE}
++JAVACTARGETOPTIONS=-target ${JAVAVERSIONTARGET} -source ${JAVAVERSIONTARGET}
+ 
+ .SUFFIXES:	.class .java .ico .png
+ 
  JAVACOPTIONS = -O ${JAVACTARGETOPTIONS} -encoding "UTF8" -Xlint:deprecation
  
  .java.class:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pixelmed-codec.git



More information about the debian-med-commit mailing list