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 <[email protected]>  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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to