Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-notes
Compare revisions
09b16fa29322d4b5fa42569242cb72f125923823...4bd5dc087e1faf93480a29ee2a281df839d85ed3
Commits (3)
emboss: Mark with paths_vary_due_to_usrmerge and add comment.
· 899c478a
Vagrant Cascadian
authored
Sep 26, 2022
899c478a
Add build_path_used_to_determine_version_or_package_name issue.
· 4259239c
Vagrant Cascadian
authored
Sep 26, 2022
4259239c
accountsservice: Mark with
· 4bd5dc08
Vagrant Cascadian
authored
Sep 26, 2022
build_path_used_to_determine_version_or_package_name.
4bd5dc08
Hide whitespace changes
Inline
Side-by-side
issues.yml
View file @
4bd5dc08
...
...
@@ -119,6 +119,13 @@ build_path_in_include_graphs_generated_by_doxygen:
INCLUDE_GRAPHS generates a PNG (or similar) to represent the dependencies
between header files. However, these can include the full path of some
header files.
build_path_used_to_determine_version_or_package_name
:
description
:
|
The package assumes to be build in a PACKAGE-VERSION directory to
parse version and/or package name information.
.
For packages using python-param, see
nondeterministic_version_generated_by_python_param.
timestamps_in_manpages_generated_by_yat2m
:
description
:
|
yat2m adds a timestamp in manpages it generates.
...
...
packages.yml
View file @
4bd5dc08
...
...
@@ -107,6 +107,10 @@ access-modifier-checker:
version: 1.4-2
issues:
- random_order_in_documentation_generated_by_javadoc
accountsservice:
version: 22.08.8-1
issues:
- build_path_used_to_determine_version_or_package_name
ace:
version: 7.0.3+dfsg-2
issues:
...
...
@@ -5086,11 +5090,15 @@ emacs25:
- timestamps_in_emacs_autoloads
emboss:
version: 6.6.0+dfsg-1
comments: |
/usr/share/EMBOSS/test/*/Makefile contain embedded binary paths
for usrmerge or unmerged systems and build paths.
issues:
- different_encoding
- captures_shell_variable_in_autofoo_script
- captures_build_path
- records_build_flags
- paths_vary_due_to_usrmerge
embree:
version: 3.12.1+dfsg-1
issues:
...
...