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 <[email protected]>  Wed, 31 Jul 2019 21:22:28 -0700
+  [ Hans-Christoph Steiner ]
+  * use a fixed timestamp to support reproducible builds
+
+ -- Hans-Christoph Steiner <[email protected]>  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.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to