[med-svn] [mayam] 03/10: Sort out what JARs are in Debian, unfortunately there is a fair amount of not yet packaged jars left :-(
Andreas Tille
tille at debian.org
Tue Dec 26 13:08:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository mayam.
commit 10d76498750033f7e8c956df90217fdece7ce8fe
Author: Andreas Tille <tille at debian.org>
Date: Fri Mar 25 13:32:27 2011 +0000
Sort out what JARs are in Debian, unfortunately there is a fair amount of not yet packaged jars left :-(
---
debian/control | 9 ++++++---
debian/rules | 4 +++-
debian/source/format | 1 +
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index ac07fe3..0adc33c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8), python (>= 2.6)
+Build-Depends: debhelper (>= 8), javahelper (>=0.25), ant, openjdk-6-jdk,
+ libcommons-cli-java, libgetopt-java, liblog4j1.2-java, libslf4j-java,
+ libswing-layout-java, libvtk-java
Standards-Version: 3.9.1
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mayam/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mayam/trunk/
@@ -12,7 +14,7 @@ Homepage: http://www.dcm4che.org/confluence/display/OV/MAYAM
Package: mayam
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
Description: Cross-platform DICOM Viewer
A Cross-platform DICOM viewer using the dcm4che toolkit.
.
@@ -24,7 +26,8 @@ Description: Cross-platform DICOM Viewer
* Parsing DicomDir from local disk or CD
* Query compressed studies without decompressing them
* Multiple Studies viewer using Layout,Tab view
- * Export to JPEG (Study, Series, Instance level). Windowing can be applied to a single instance or series of instance while exporting
+ * Export to JPEG (Study, Series, Instance level). Windowing can be applied to a
+ single instance or series of instance while exporting
* Cine Loop & stack navigation
* Toggle for Text and Annotation Overlay
* Windowing Presets Settings (based on modality)
diff --git a/debian/rules b/debian/rules
index 0347310..4702e28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+JAVA_HOME=/usr/lib/jvm/default-java
+
%:
- dh $@
+ dh $@ --with javahelper
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mayam.git
More information about the debian-med-commit
mailing list