[gradle] 02/02: Rename removeTimestampsInManifest.patch to remove_timestamps since Gradle upstream fixed it for manifests and this patch only deals with the build reciept
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Thu Nov 3 10:28:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository gradle.
commit 76709df16faa1f539674fe68797f1857f614aeaa
Author: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
Date: Thu Nov 3 18:08:54 2016 +0800
Rename removeTimestampsInManifest.patch to remove_timestamps since Gradle upstream fixed it for manifests and this patch only deals with the build reciept
---
.../{removeTimestampInManifest.patch => remove_timestamps.patch} | 8 ++------
debian/patches/series | 2 +-
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/debian/patches/removeTimestampInManifest.patch b/debian/patches/remove_timestamps.patch
similarity index 74%
rename from debian/patches/removeTimestampInManifest.patch
rename to debian/patches/remove_timestamps.patch
index 5ad61f7..08e7355 100644
--- a/debian/patches/removeTimestampInManifest.patch
+++ b/debian/patches/remove_timestamps.patch
@@ -1,12 +1,8 @@
Author: Kai-Chung Yan (殷啟聰)
Last-Update: 2016-10-20
Forwarded: no
-Description: Remove timetamps in manefest files
- java.util.Properties writes timestamps to the output file but this feature
- can't be turned off. In order to improve reproducibility, this patch manually
- outputs the manifest files.
- .
- This patch also manually sets the timestamps and other dynamic strings that
+Description: Remove timetamps
+ This patch manually sets the timestamps and other dynamic strings that
breaks the reproducibility.
--- a/gradle/buildReceipt.gradle
+++ b/gradle/buildReceipt.gradle
diff --git a/debian/patches/series b/debian/patches/series
index 0f4321e..5a12c29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,7 +13,7 @@ ivy-2.4.0.patch
maven-3.3-compatibility.patch
groovy-jar.patch
upgrade-to-jetty9.patch
-removeTimestampInManifest.patch
+remove_timestamps.patch
drop_http-builder.patch
new_APIs_in_3.0.patch
disable_Kotlin.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle.git
More information about the pkg-java-commits
mailing list