[Git][java-team/libapache-poi-java][master] 2 commits: Use UTC for build timestamp (Closes: #1039741)

Tony Mancill (@tmancill) gitlab at salsa.debian.org
Thu Mar 7 04:31:15 GMT 2024



Tony Mancill pushed to branch master at Debian Java Maintainers / libapache-poi-java


Commits:
0a19442c by tony mancill at 2023-12-13T13:41:40-08:00
Use UTC for build timestamp (Closes: #1039741)

- - - - -
176279e9 by tony mancill at 2023-12-13T13:42:49-08:00
Prepare changelog for upload

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-libapache-poi-java (4.0.1-5) UNRELEASED; urgency=medium
+libapache-poi-java (4.0.1-5) unstable; urgency=medium
 
   [ Pierre Gruet ]
   * Team upload
@@ -14,8 +14,9 @@ libapache-poi-java (4.0.1-5) UNRELEASED; urgency=medium
 
   [ tony mancill ]
   * Add patch for BouncyCastle 1.77 (Closes: #1057167)
+  * Use UTC for build timestamp (Closes: #1039741)
 
- -- tony mancill <tmancill at debian.org>  Wed, 13 Dec 2023 12:37:01 -0800
+ -- tony mancill <tmancill at debian.org>  Wed, 13 Dec 2023 13:42:30 -0800
 
 libapache-poi-java (4.0.1-4) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
@@ -10,7 +10,8 @@ VERSION := $(shell echo $(DEB_VERSION_UPSTREAM) | sed 's/+dfsg//')
 	dh $@ --with maven-repo-helper --with javahelper
 
 override_dh_auto_build:
-	dh_auto_build -- -Dversion.id=$(VERSION) -DDSTAMP=$(shell date '--date=@$(SOURCE_DATE_EPOCH)' +%Y%m%d) jar maven-poms javadocs
+	dh_auto_build -- -Dversion.id=$(VERSION) -DDSTAMP=$(shell date --utc --date=@$(SOURCE_DATE_EPOCH) +%Y%m%d) jar maven-poms javadocs
+
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))



View it on GitLab: https://salsa.debian.org/java-team/libapache-poi-java/-/compare/c2bde22d48b15f729584ec360dfb09c30302d6c8...176279e904ecb471cc5d571e5b81bfcbb4e1d9fe

-- 
View it on GitLab: https://salsa.debian.org/java-team/libapache-poi-java/-/compare/c2bde22d48b15f729584ec360dfb09c30302d6c8...176279e904ecb471cc5d571e5b81bfcbb4e1d9fe
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/20240307/f7f13425/attachment.htm>


More information about the pkg-java-commits mailing list