[Git][java-team/aspectj][master] Improved the reproducibility by using an UTC timestamp in Version.java
Emmanuel Bourg
gitlab at salsa.debian.org
Fri Sep 20 12:13:32 BST 2019
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / aspectj
Commits:
1e6826f7 by Emmanuel Bourg at 2019-09-20T11:13:18Z
Improved the reproducibility by using an UTC timestamp in Version.java
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+aspectj (1.9.2-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Improved the reproducibility by using an UTC timestamp in Version.java
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 20 Sep 2019 13:12:08 +0200
+
aspectj (1.9.2-1) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -49,7 +49,7 @@ override_dh_auto_build:
# Build AspectJ
dh_auto_build -- -f debian/bootstrap.xml
- dh_auto_build -- -f build/build.xml aspectj '-Dbuild.time=$(shell date '--date=@$(SOURCE_DATE_EPOCH)' +'%A %b %d, %Y at %H:%M:%S %Z')'
+ dh_auto_build -- -f build/build.xml aspectj '-Dbuild.time=$(shell date '--date=@$(SOURCE_DATE_EPOCH)' --utc +'%A %b %d, %Y at %H:%M:%S %Z')'
override_dh_auto_install:
mh_installpom -plibaspectj-java -e$(VERSION) build/aspectjrt.pom
View it on GitLab: https://salsa.debian.org/java-team/aspectj/commit/1e6826f7881ff16a1e112ec56942a4cc3328d84e
--
View it on GitLab: https://salsa.debian.org/java-team/aspectj/commit/1e6826f7881ff16a1e112ec56942a4cc3328d84e
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/20190920/2f2b7f0a/attachment.html>
More information about the pkg-java-commits
mailing list