Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
6
Removed the BUILDDATE file from pixelmed.jar to make the build reproducible
· 595b4ff8
Emmanuel Bourg
authored
Sep 11, 2019
595b4ff8
Fixed a typo in a patch description
· c2a16ee3
Emmanuel Bourg
authored
Sep 11, 2019
c2a16ee3
Standards-Version updated to 4.4.0
· 4502e172
Emmanuel Bourg
authored
Sep 11, 2019
4502e172
Allow running with any Java 7+ runtime
· 4c7f1916
Emmanuel Bourg
authored
Sep 11, 2019
4c7f1916
Use a unique short description for all packages
· ec5dc8f3
Emmanuel Bourg
authored
Sep 11, 2019
ec5dc8f3
Upload to unstable
· 351ef2ad
Emmanuel Bourg
authored
Sep 11, 2019
351ef2ad
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
351ef2ad
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
...
...
debian/control
View file @
351ef2ad
...
...
@@ -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
...
...
debian/patches/add_usage.patch
View file @
351ef2ad
Description: Add Usage
This proves useful
l
when generating man page (help2man)
This proves useful when generating man page (help2man)
Forwarded: not-needed
Author: Mathieu Malaterre <malat@debian.org>
...
...
debian/patches/remove-build-date-file.patch
0 → 100644
View file @
351ef2ad
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 \
debian/patches/series
View file @
351ef2ad
...
...
@@ -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