Skip to content
Commits on Source (6)
pixelmed (20150917+git20151209.36f3174+dfsg-2) unstable; urgency=medium
* Team upload.
* Removed the BUILDDATE file from pixelmed.jar to make the build reproducible
* Allow running with any Java 7+ runtime
* Use a unique short description for all packages
* Standards-Version updated to 4.4.0
-- Emmanuel Bourg <ebourg@apache.org> Wed, 11 Sep 2019 13:20:51 +0200
pixelmed (20150917+git20151209.36f3174+dfsg-1) unstable; urgency=medium
* New Github commit
......
......@@ -16,7 +16,7 @@ Build-Depends-Indep: default-jdk,
libpixelmed-codec-java,
libjsonp-java,
libjaxb-api-java
Standards-Version: 4.2.1
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/pixelmed
Vcs-Git: https://salsa.debian.org/med-team/pixelmed.git
Homepage: http://www.pixelmed.com
......@@ -54,12 +54,12 @@ Package: pixelmed-apps
Architecture: all
Section: utils
Depends: ${misc:Depends},
default-jre-headless,
default-jre-headless (>= 2:1.7) | java7-runtime-headless,
libpixelmed-java (= ${binary:Version}),
java-wrappers
Conflicts: pixelmed-java
Replaces: pixelmed-java
Description: DICOM implementation containing Image Viewer and a ECG Viewer - jnlp
Description: DICOM implementation containing Image Viewer and a ECG Viewer - cli
This is a stand-alone DICOM toolkit that implements code for reading
and creating DICOM data, DICOM network and file support, a database of
DICOM objects, support for display of directories, images, reports and
......@@ -85,7 +85,7 @@ Architecture: all
Section: web
Depends: ${misc:Depends},
pixelmed-webstart-apps (= ${binary:Version})
Description: DICOM implementation containing Image Viewer and a ECG Viewer - jnlp
Description: DICOM implementation containing Image Viewer and a ECG Viewer - web
This is a stand-alone DICOM toolkit that implements code for reading
and creating DICOM data, DICOM network and file support, a database of
DICOM objects, support for display of directories, images, reports and
......
Description: Add Usage
This proves usefull when generating man page (help2man)
This proves useful when generating man page (help2man)
Forwarded: not-needed
Author: Mathieu Malaterre <malat@debian.org>
......
Description: Remove the BUILDDATE file from pixelmed.jar to make the build reproducible
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/Makefile
+++ b/Makefile
@@ -370,7 +370,7 @@
(cd com/pixelmed/test; make all)
date >BUILDDATE
echo "Class-Path: jmdns.jar hsqldb.jar vecmath.jar commons-codec.jar bcprov.jar commons-net2.jar" > manifest.txt
- jar -cvfm $@ manifest.txt BUILDDATE COPYRIGHT \
+ jar -cvfm $@ manifest.txt COPYRIGHT \
com/pixelmed/display/*.class \
com/pixelmed/display/*.properties \
com/pixelmed/event/*.class \
......@@ -18,3 +18,4 @@ no_Xdiags_verbose.patch
do_not_set_bootclasspath.patch
jaxb-api.patch
ignore_javadoc_errors.patch
remove-build-date-file.patch