[Reproducible-commits] [notes] 01/01: packages += wget[issue] votca-csg

Daniel Shahaf danielsh at apache.org
Sun Jul 3 17:21:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

danielsh-guest pushed a commit to branch master
in repository notes.

commit a347311cd8d9ab1fadd2d16f2c9bfe8a436e5664
Author: Daniel Shahaf <d.s at daniel.shahaf.name>
Date:   Sun Jul 3 17:21:25 2016 +0000

    packages += wget[issue] votca-csg
---
 packages.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/packages.yml b/packages.yml
index be99146..8d74bf1 100644
--- a/packages.yml
+++ b/packages.yml
@@ -15745,6 +15745,20 @@ vorbis-tools:
   version: 1.4.0-8
   bugs:
     - 825414
+votca-csg:
+  version: 1.3.0-1.1
+  comments: |
+    Emits $(date) into manpages: https://sources.debian.net/src/votca-csg/1.3.0-1.1/scripts/help2t2t.in/#L75
+      (A "*.t2t" file is a txt2tags file; see other packages' notes)
+    Two changes appear to be needed:
+      (1) use `LC_ALL=C date` to avoid locale-dependent output format, (2)
+      (2) use $SOURCE_DATE_EPOCH in preference to real time
+    That is:
+      -$(date)
+      +$(LC_ALL=C date ${SOURCE_DATE_EPOCH+--date="$SOURCE_DATE_EPOCH"})
+    
+    votca-csg.7.gz will need a separate patch; it's generated by the %mtime macro at
+      https://sources.debian.net/src/votca-csg/1.3.0-1.1/share/man/votca-csg.t2t/#L3
 vowpal-wabbit:
   version: 7.3-1.1
   bugs:
@@ -15880,6 +15894,10 @@ west-chamber:
     Embed kernel version in Makefiles.
   issues:
     - different_due_to_umask
+wget:
+  version: 1.18-2
+  issues:
+    - different_pot_creation_date_in_gettext_mo_files
 whereami:
   version: 0.3.34-0.3
   bugs:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list