[med-svn] [amap-align] 01/02: Document how the JAR could be created (but both, the original one and the recreated one are segfaulting)
Andreas Tille
tille at debian.org
Fri Aug 5 07:17:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository amap-align.
commit 0e0e7c905354e8004ae612d9a821c746a606c9ad
Author: Andreas Tille <tille at debian.org>
Date: Fri Aug 5 09:11:16 2016 +0200
Document how the JAR could be created (but both, the original one and the recreated one are segfaulting)
---
debian/changelog | 7 +++++++
debian/rules | 8 ++++++++
2 files changed, 15 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8fd3acd..ed20b8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+amap-align (2.2-7) UNRELEASED; urgency=medium
+
+ * debian/rules: Add code to re-build display/AmapDisplay.jar but do not
+ execute since the example using the JAR is segfaulting
+
+ -- Andreas Tille <tille at debian.org> Fri, 05 Aug 2016 09:12:43 +0200
+
amap-align (2.2-6) unstable; urgency=medium
* Team upload
diff --git a/debian/rules b/debian/rules
index 48bc935..94e3fcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,14 @@ SRCDIR=align
%:
dh $@ --sourcedirectory=$(SRCDIR) --parallel
+override_dh_auto_build:
+ dh_auto_build
+ #### This is how the *.jar can be recreated
+ # cd display && mkdir -p lib && ant jar
+ #### Unfortunately the command suggested in readme
+ ## java -jar display/AmapDisplay.jar examples/BB12020.tfa.out
+ #### segfaults. So currently this display function is not supported
+
override_dh_installexamples:
dh_installexamples
chmod 644 debian/$(pkg)/usr/share/doc/$(pkg)/examples/BB12020.tfa
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/amap-align.git
More information about the debian-med-commit
mailing list