[med-svn] [pixelmed] 01/12: Do not set bootclasspath
Andreas Tille
tille at debian.org
Fri Sep 15 11:19:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository pixelmed.
commit 72892d540eab044004484614140efa8fe1bcb9a4
Author: Andreas Tille <tille at debian.org>
Date: Fri Sep 15 11:53:16 2017 +0200
Do not set bootclasspath
---
debian/changelog | 2 ++
debian/patches/do_not_set_bootclasspath.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 19 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a36f3a9..ba9d78f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ pixelmed (20150917-2) UNRELEASED; urgency=medium
[ Andreas Tille ]
* Move packaging from SVN to Git
+ * Do not set bootclasspath
+ Closes: #874150
-- Andreas Tille <tille at debian.org> Fri, 15 Sep 2017 11:15:57 +0200
diff --git a/debian/patches/do_not_set_bootclasspath.patch b/debian/patches/do_not_set_bootclasspath.patch
new file mode 100644
index 0000000..3d52043
--- /dev/null
+++ b/debian/patches/do_not_set_bootclasspath.patch
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Fri, 15 Sep 2017 11:15:57 +0200
+Bug-Debian: https://bugs.debian.org/874150
+Description: Do not set bootclasspath
+
+--- a/Makefile.common.mk
++++ b/Makefile.common.mk
+@@ -53,7 +53,7 @@ JPEGBLOCKREDACTIONJAR = ${PATHTOADDITION
+
+ JAVAVERSIONTARGET=1.7
+
+-JAVACTARGETOPTIONS=-target ${JAVAVERSIONTARGET} -source ${JAVAVERSIONTARGET} -bootclasspath $${JAVAVERSIONTARGETJARFILE}
++JAVACTARGETOPTIONS=-target ${JAVAVERSIONTARGET} -source ${JAVAVERSIONTARGET}
+
+ .SUFFIXES: .class .java .ico .png
+
diff --git a/debian/patches/series b/debian/patches/series
index aa65f92..10286d4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -15,3 +15,4 @@ illegalchar.patch
set_java_home.patch
imageio.patch
no_Xdiags_verbose.patch
+do_not_set_bootclasspath.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pixelmed.git
More information about the debian-med-commit
mailing list