Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
5
Use an UTC timestamp in DockingDesktop to make the build reproducible
· 04979988
Emmanuel Bourg
authored
Sep 19, 2019
04979988
Standards-Version updated to 4.4.0
· 62451f17
Emmanuel Bourg
authored
Sep 19, 2019
62451f17
Marked bug #537403 as fixed in 3.0.5-2
· fedf2d76
Emmanuel Bourg
authored
Sep 19, 2019
fedf2d76
Added a watch file
· 64ed7a6c
Emmanuel Bourg
authored
Sep 19, 2019
64ed7a6c
Upload to unstable
· 435b4fd7
Emmanuel Bourg
authored
Sep 19, 2019
435b4fd7
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
435b4fd7
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@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
View file @
435b4fd7
...
...
@@ -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
View file @
435b4fd7
...
...
@@ -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