[med-svn] [Git][med-team/pixelmed][master] 6 commits: Removed the BUILDDATE file from pixelmed.jar to make the build reproducible

Emmanuel Bourg gitlab at salsa.debian.org
Wed Sep 11 12:27:37 BST 2019



Emmanuel Bourg pushed to branch master at Debian Med / pixelmed


Commits:
595b4ff8 by Emmanuel Bourg at 2019-09-11T10:48:58Z
Removed the BUILDDATE file from pixelmed.jar to make the build reproducible

- - - - -
c2a16ee3 by Emmanuel Bourg at 2019-09-11T10:49:22Z
Fixed a typo in a patch description

- - - - -
4502e172 by Emmanuel Bourg at 2019-09-11T10:49:34Z
Standards-Version updated to 4.4.0

- - - - -
4c7f1916 by Emmanuel Bourg at 2019-09-11T10:56:38Z
Allow running with any Java 7+ runtime

- - - - -
ec5dc8f3 by Emmanuel Bourg at 2019-09-11T11:19:26Z
Use a unique short description for all packages

- - - - -
351ef2ad by Emmanuel Bourg at 2019-09-11T11:20:58Z
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/patches/add_usage.patch
- + debian/patches/remove-build-date-file.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+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 at apache.org>  Wed, 11 Sep 2019 13:20:51 +0200
+
 pixelmed (20150917+git20151209.36f3174+dfsg-1) unstable; urgency=medium
 
   * New Github commit


=====================================
debian/control
=====================================
@@ -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
=====================================
@@ -1,5 +1,5 @@
 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 at debian.org>
 


=====================================
debian/patches/remove-build-date-file.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Remove the BUILDDATE file from pixelmed.jar to make the build reproducible
+Author: Emmanuel Bourg <ebourg at 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
=====================================
@@ -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



View it on GitLab: https://salsa.debian.org/med-team/pixelmed/compare/d921fda310ab97d31b01bf691038bc89b4927f43...351ef2addfafff515a417afc71d31780c8da286e

-- 
View it on GitLab: https://salsa.debian.org/med-team/pixelmed/compare/d921fda310ab97d31b01bf691038bc89b4927f43...351ef2addfafff515a417afc71d31780c8da286e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190911/e5e13989/attachment-0001.html>


More information about the debian-med-commit mailing list