[med-svn] [Git][med-team/dssp][master] reproducible build
Maarten L. Hekkelman
gitlab at salsa.debian.org
Fri Dec 18 06:49:39 GMT 2020
Maarten L. Hekkelman pushed to branch master at Debian Med / dssp
Commits:
bef8cb04 by Maarten L. Hekkelman at 2020-12-18T07:46:08+01:00
reproducible build
- - - - -
2 changed files:
- debian/changelog
- debian/patches/makefile
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+dssp (4.0.0-2) unstable; urgency=medium
+
+ * Make build reproducible, Closes: #977618
+
+ -- Maarten L. Hekkelman <maarten at hekkelman.com> Fri, 18 Dec 2020 07:42:13 +0100
+
dssp (4.0.0-1) unstable; urgency=medium
* New upstream release
=====================================
debian/patches/makefile
=====================================
@@ -18,3 +18,12 @@ Forwarded: yes
exec_prefix = @exec_prefix@
bindir = @bindir@
datarootdir = @datarootdir@
+@@ -127,7 +126,7 @@
+ src/revision.hpp:
+ @ echo 'const char kRevision[] = R"(' > $@
+ @ echo dssp-version: $(VERSION) >> $@
+- @ echo Date: $$(date --iso-8601) >> $@
++ @ echo Date: $$(date --utc --date=@$(SOURCE_DATE_EPOCH) --iso-8601) >> $@
+ @ echo ')";' >> $@
+
+ endif
View it on GitLab: https://salsa.debian.org/med-team/dssp/-/commit/bef8cb049a214398083a9dcc1b5a69a7d947da97
--
View it on GitLab: https://salsa.debian.org/med-team/dssp/-/commit/bef8cb049a214398083a9dcc1b5a69a7d947da97
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/debian-med-commit/attachments/20201218/733f1721/attachment.html>
More information about the debian-med-commit
mailing list