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 <[email protected]> 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.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

