[Git][java-team/libvldocking-java][master] 5 commits: Use an UTC timestamp in DockingDesktop to make the build reproducible

Emmanuel Bourg gitlab at salsa.debian.org
Thu Sep 19 16:24:39 BST 2019



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libvldocking-java


Commits:
04979988 by Emmanuel Bourg at 2019-09-19T15:12:34Z
Use an UTC timestamp in DockingDesktop to make the build reproducible

- - - - -
62451f17 by Emmanuel Bourg at 2019-09-19T15:12:45Z
Standards-Version updated to 4.4.0

- - - - -
fedf2d76 by Emmanuel Bourg at 2019-09-19T15:15:15Z
Marked bug #537403 as fixed in 3.0.5-2

- - - - -
64ed7a6c by Emmanuel Bourg at 2019-09-19T15:21:38Z
Added a watch file

- - - - -
435b4fd7 by Emmanuel Bourg at 2019-09-19T15:21:48Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libvldocking-java (3.0.5-3) unstable; urgency=medium
+
+  * Team upload.
+  * Use an UTC timestamp in DockingDesktop to make the build reproducible
+  * Standards-Version updated to 4.4.0
+  * Added a watch file
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 19 Sep 2019 17:21:43 +0200
+
 libvldocking-java (3.0.5-2) unstable; urgency=medium
 
   * Patch the build data and the version in the source.
@@ -7,8 +16,7 @@ libvldocking-java (3.0.5-2) unstable; urgency=medium
 libvldocking-java (3.0.5-1) unstable; urgency=medium
 
   * Team upload.
-  * New upstream version.
-  * New upstream.
+  * New upstream version (Closes: #537403)
   * Adapt the packaging to Maven.
   * Update the Homepage.
   * Update Vcs-*.


=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends:
  default-jdk,
  maven-debian-helper (>= 2.2),
  maven-repo-helper (>= 1.5)
-Standards-Version: 4.1.3
+Standards-Version: 4.4.0
 Vcs-Browser: https://salsa.debian.org/java-team/libvldocking-java
 Vcs-Git: https://salsa.debian.org/java-team/libvldocking-java.git
 Homepage: https://github.com/cmadsen/vldocking


=====================================
debian/rules
=====================================
@@ -12,7 +12,7 @@ override_dh_clean:
 override_dh_auto_configure:
 	cp -f src/main/java/com/vlsolutions/swing/docking/DockingDesktop.java src/main/java/com/vlsolutions/swing/docking/DockingDesktop.java.save
 	sed -i \
-		-e 's# BUILD_DATE = .*# BUILD_DATE = "$(shell date -d @${SOURCE_DATE_EPOCH} +%Y/%m/%d)";#' \
+		-e 's# BUILD_DATE = .*# BUILD_DATE = "$(shell date -d @${SOURCE_DATE_EPOCH} --utc +%Y/%m/%d)";#' \
 		-e 's# CURRENT_VERSION_NUMBER = .*# CURRENT_VERSION_NUMBER = "${DEB_VERSION_UPSTREAM}";#' \
 		src/main/java/com/vlsolutions/swing/docking/DockingDesktop.java
 	dh_auto_configure



View it on GitLab: https://salsa.debian.org/java-team/libvldocking-java/compare/c0b19ad4943797163eff61d093f4a413eafb938a...435b4fd794692bd0e9d81e7ec0b90c7fe367ee31

-- 
View it on GitLab: https://salsa.debian.org/java-team/libvldocking-java/compare/c0b19ad4943797163eff61d093f4a413eafb938a...435b4fd794692bd0e9d81e7ec0b90c7fe367ee31
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/20190919/80499c32/attachment.html>


More information about the pkg-java-commits mailing list