[med-svn] [king] 07/07: Patch to not request availability of rdcvis.jar
Andreas Tille
tille at debian.org
Sun Dec 4 13:23:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository king.
commit d76a427d41734a5af903734ed5b1314f66c9ebc5
Author: Andreas Tille <tille at debian.org>
Date: Sun Dec 4 14:23:22 2016 +0100
Patch to not request availability of rdcvis.jar
---
debian/changelog | 1 +
debian/patches/ignore_rdcvis.jar.patch | 14 ++++++++++++++
debian/patches/series | 1 +
3 files changed, 16 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8cef7a7..5b8da26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ king (2.23.161103+dfsg1-1) UNRELEASED; urgency=medium
* cme fix dpkg-control
* debhelper 10
* README.Debian explaining connection to RDCvis
+ * Patch to not request availability of rdcvis.jar
-- Andreas Tille <tille at debian.org> Fri, 02 Dec 2016 13:24:23 +0100
diff --git a/debian/patches/ignore_rdcvis.jar.patch b/debian/patches/ignore_rdcvis.jar.patch
new file mode 100644
index 0000000..067a162
--- /dev/null
+++ b/debian/patches/ignore_rdcvis.jar.patch
@@ -0,0 +1,14 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Updated: Fri, 02 Dec 2016 13:24:23 +0100
+Description: rdcvis is not packaged (see README.Debian)
+
+--- a/king/build.xml
++++ b/king/build.xml
+@@ -178,7 +178,6 @@
+ <target name="dist-exe" depends="init,build">
+ <copy file="${javadev}/chiropraxis/chiropraxis.jar" todir="plugins/" preservelastmodified="true"/>
+ <copy file="${javadev}/extratools/extratools.jar" todir="plugins/" preservelastmodified="true"/>
+- <copy file="${javadev}/rdcvis/rdcvis.jar" todir="plugins/" preservelastmodified="true"/>
+
+ <mkdir dir="${dist}/${ant.project.name}-${version}"/>
+ <copy todir="${dist}/${ant.project.name}-${version}" preservelastmodified="true">
diff --git a/debian/patches/series b/debian/patches/series
index 57bca88..6baac8a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ use_debian_packaged_jars.patch
java7-compat.patch
## use_jogl2.patch - fails to build
ignore_appbundler.patch
+ignore_rdcvis.jar.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/king.git
More information about the debian-med-commit
mailing list