[PATCH] Add timestamps_in_source_generated_by_rcc issue and note about leocad.

Eric Bavier bavier at member.fsf.org
Sat Aug 5 03:31:17 UTC 2017


---
 issues.yml   | 5 +++++
 packages.yml | 8 ++++++++
 2 files changed, 13 insertions(+)

diff --git a/issues.yml b/issues.yml
index 3c9c4638..e9dde6d6 100644
--- a/issues.yml
+++ b/issues.yml
@@ -1702,3 +1702,8 @@ timestamps_generated_by_hevea:
     latex sources which include statements like \today and thus
     have to be built with '-exec xxdate.exe'
   url: https://bugs.debian.org/870585
+timestamps_in_source_generated_by_rcc:
+  description: |
+    resource files generated by QT's rcc compiler depends on mtimes of the input files,
+    which may have been generated at build time.
+  deterministic: True
diff --git a/packages.yml b/packages.yml
index e2e71692..ffee1b2b 100644
--- a/packages.yml
+++ b/packages.yml
@@ -28766,3 +28766,11 @@ zypper:
     - captures_build_path
   bugs:
     - 812243
+leocad:
+  version: 17.07
+  issues:
+    - timestamps_in_source_generated_by_rcc
+  comments: |
+    the leocad_fr.qm and leocad_pt.qm localization resource files are
+    generated at build time, and their timestamps influence the
+    generated build/*/.qrc/qrc_leocad.cpp.
-- 
2.13.4




More information about the Reproducible-builds mailing list