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
4fa04aded59fb946d8c0b355bf7088d56dfc7972...cb37412f4623d648f899c16b6a907ca1ba26b734
Commits (3)
md4c: Mark with cmake_rpath_contains_build_path.
· 175c7845
Vagrant Cascadian
authored
Feb 24, 2022
175c7845
krita: update comment.
· 71a2ef17
Vagrant Cascadian
authored
Feb 24, 2022
71a2ef17
ocaml-bjack: Mark with ocaml_dune_captures_build_path.
· cb37412f
Vagrant Cascadian
authored
Feb 24, 2022
cb37412f
Hide whitespace changes
Inline
Side-by-side
packages.yml
View file @
cb37412f
...
...
@@ -11326,7 +11326,8 @@ krita:
version: 1:5.0.2+dfsg-1
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON.
Absolute build path captured in /usr/bin/krita.
Absolute build path captured in /usr/bin/krita, krita/main.cc uses
KRITA_BUILD_DIR.
issues:
- cmake_rpath_contains_build_path
- captures_build_path
...
...
@@ -15008,6 +15009,12 @@ md-toc:
- randomness_in_objects_inv
- randomness_in_documentation_generated_by_sphinx
- sphinxdoc_translations
md4c:
version: 0.4.8-1
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
issues:
- cmake_rpath_contains_build_path
mdanalysis:
version: 2.0.0+dfsg1-3
issues:
...
...
@@ -17187,6 +17194,10 @@ ocaml-bitstring:
version: 2.0.4-2
issues:
- ocaml_captures_build_path
ocaml-bjack:
version: 0.1.6-1
issues:
- ocaml_dune_captures_build_path
ocaml-ca-certs:
version: 0.2.2-2
issues:
...
...