[Reproducible-commits] [notes] 01/01: A few updates
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Jan 2 13:43:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository notes.
commit 25ee85035d21daa0317329fe0ff407dc105884fc
Author: Jérémy Bobbio <lunar at debian.org>
Date: Fri Jan 2 14:43:16 2015 +0100
A few updates
---
issues.yml | 9 +++++++++
packages.yml | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/issues.yml b/issues.yml
index 5ab17fd..b635ac6 100644
--- a/issues.yml
+++ b/issues.yml
@@ -85,3 +85,12 @@ fontforge_reset_modification_time:
in any way, then the font modification time is set to the current
time.
url: https://bugs.debian.org/774274
+not_using_dh_builddeb:
+ description: |
+ We currently adjust the file mtimes in dh_builddeb. Packages which
+ calls `dpkg --build` directly should have a prior call to:
+ `BUILD_DATE := $(shell dpkg-parsechangelog | sed -n -e 's/^Date: //p')`
+ and
+ `find debian/tmp -depth -newermt '$(BUILD_DATE)' -print0 | \
+ xargs -0r touch --no-dereference --date='$(BUILD_DATE)'`
+ Another option is to convert the build system to `dh`.
diff --git a/packages.yml b/packages.yml
index fcfe0bb..b0f16d9 100644
--- a/packages.yml
+++ b/packages.yml
@@ -2805,6 +2805,8 @@ perl:
version: 5.20.1-2
issues:
- timestamps_from_cpp_macros
+ bugs:
+ - 774422
libav:
version: 6:11-2
issues:
@@ -4651,3 +4653,37 @@ gnupg:
version: 1.4.18-6
issues:
- timestamps_in_pe_binaries
+libfakekey:
+ version: 0.1-8.1
+ issues:
+ - timestamps_in_documentation_generated_by_doxygen
+debhelper:
+ version: 9.20150101
+ comments: |
+ debhelper is self-hosted. So until our “build reproducibility” patches
+ makes there way in unstable, it will not build reproducibly.
+netxx:
+ version: 0.3.2-2
+ comments: |
+ Embed build time:
+ https://sources.debian.net/src/netxx/0.3.2-2/tools/genconfig/?hl=59,131#L59
+librcc:
+ version: 0.2.12-0.1
+ issues:
+ - timestamps_in_documentation_generated_by_doxygen
+liblip:
+ version: 2.0.0-1.2
+ issues:
+ - not_using_dh_builddeb
+t-prot:
+ version: 3.3-1
+ issues:
+ - not_using_dh_builddeb
+gettext:
+ version: 0.19.3-2
+ issues:
+ - not_using_dh_builddeb
+base-files:
+ version: 8
+ issues:
+ - not_using_dh_builddeb
--
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