[Git][java-team/groovy][master] 2 commits: use a fixed timestamp to support reproducible builds

Hans-Christoph Steiner gitlab at salsa.debian.org
Fri Dec 6 00:20:19 GMT 2019



Hans-Christoph Steiner pushed to branch master at Debian Java Maintainers / groovy


Commits:
63a903e4 by Hans-Christoph Steiner at 2019-12-05T23:56:52Z
use a fixed timestamp to support reproducible builds

- - - - -
e3b5509f by Hans-Christoph Steiner at 2019-12-06T00:07:32Z
update debian/changelog for upload

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/00_reproducible_timestamp.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,14 @@
-groovy (2.4.17-3) UNRELEASED; urgency=medium
+groovy (2.4.17-3) unstable; urgency=medium
 
+  [ tony mancill ]
   * Team upload.
   * Use debhelper 12
   * Update debian/watch
 
- -- tony mancill <tmancill at debian.org>  Wed, 31 Jul 2019 21:22:28 -0700
+  [ Hans-Christoph Steiner ]
+  * use a fixed timestamp to support reproducible builds
+
+ -- Hans-Christoph Steiner <hans at eds.org>  Fri, 06 Dec 2019 01:06:55 +0100
 
 groovy (2.4.17-2) unstable; urgency=medium
 


=====================================
debian/patches/00_reproducible_timestamp.patch
=====================================
@@ -0,0 +1,11 @@
+--- a/gradle/filter.gradle
++++ b/gradle/filter.gradle
+@@ -18,7 +18,7 @@
+  */
+ import java.text.SimpleDateFormat
+ 
+-ext.buildTime = new Date()
++ext.buildTime = new Date(1575590041000L)
+ 
+ ext.propertiesFilter = [
+         beginToken: '#',


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
+00_reproducible_timestamp.patch
 01_fix_doc_gradle.diff
 02_fix_start_script.diff
 03_ignore_reporting_tools.diff



View it on GitLab: https://salsa.debian.org/java-team/groovy/compare/30b5654504fc03d2e5acd9fbd29bd2142dc99cd3...e3b5509f8625316a8686bcd3f342cd1824f78236

-- 
View it on GitLab: https://salsa.debian.org/java-team/groovy/compare/30b5654504fc03d2e5acd9fbd29bd2142dc99cd3...e3b5509f8625316a8686bcd3f342cd1824f78236
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/pkg-java-commits/attachments/20191206/8f8ec601/attachment.html>


More information about the pkg-java-commits mailing list