[med-svn] [Git][med-team/libvcflib][master] 4 commits: debian/rules: Pass -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON via dh_auto_configure override.
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jan 17 20:29:11 GMT 2022
Andreas Tille pushed to branch master at Debian Med / libvcflib
Commits:
e64e21a0 by Vagrant Cascadian at 2022-01-17T20:36:14+01:00
debian/rules: Pass -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON via dh_auto_configure override.
This avoids embedding the full path in RPATH, which triggers BuildId
differences.
https://tests.reproducible-builds.org/debian/issues/unstable/cmake_rpath_contains_build_path_issue.html
- - - - -
495bc397 by Andreas Tille at 2022-01-17T20:52:13+01:00
Update changelog
- - - - -
ef930ec0 by Andreas Tille at 2022-01-17T20:52:49+01:00
Add missing build dependency on dh addon.
Changes-By: lintian-brush
Fixes: lintian: missing-build-dependency-for-dh_-command
See-also: https://lintian.debian.org/tags/missing-build-dependency-for-dh_-command.html
- - - - -
a4f477ab by Andreas Tille at 2022-01-17T21:00:14+01:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libvcflib (1.0.2+dfsg-5) unstable; urgency=medium
+
+ [ Vagrant Cascadian ]
+ * Enable reproducible by avoid to embed the full path in RPATH
+ Closes: #1003808
+
+ [ Andreas Tille ]
+ * Add missing build dependency on dh addon.
+
+ -- Andreas Tille <tille at debian.org> Mon, 17 Jan 2022 20:53:03 +0100
+
libvcflib (1.0.2+dfsg-4) unstable; urgency=medium
* Install scripts
=====================================
debian/control
=====================================
@@ -13,7 +13,8 @@ Build-Depends: debhelper-compat (= 13),
libssw-dev,
libfastahack-dev,
pkg-config,
- libgtest-dev <!nocheck>
+ libgtest-dev <!nocheck>,
+ debhelper
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/libvcflib
Vcs-Git: https://salsa.debian.org/med-team/libvcflib.git
=====================================
debian/rules
=====================================
@@ -20,7 +20,7 @@ override_dh_auto_clean:
dh_auto_clean || true
override_dh_auto_configure:
- dh_auto_configure -- -DOPENMP=ON
+ dh_auto_configure -- -DOPENMP=ON -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
override_dh_auto_build:
dh_auto_build
View it on GitLab: https://salsa.debian.org/med-team/libvcflib/-/compare/852525a1b2876135e3ba58ad1df1096d3c9cc880...a4f477ab39640eb5a0abebb5deedb25ea84b94ce
--
View it on GitLab: https://salsa.debian.org/med-team/libvcflib/-/compare/852525a1b2876135e3ba58ad1df1096d3c9cc880...a4f477ab39640eb5a0abebb5deedb25ea84b94ce
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220117/7a725a35/attachment-0001.htm>
More information about the debian-med-commit
mailing list