Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
d/rules: Add embedded library override
· bc5153ba
Gert Wollny
authored
Feb 18, 2018
bc5153ba
Make another upload to exp
· af4e80fa
Gert Wollny
authored
Feb 18, 2018
af4e80fa
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
af4e80fa
insighttoolkit4 (4.13.0-dfsg1-2~exp1) experimental; urgency=medium
* d/rules: Add embedded library override
-- Gert Wollny <gewo@debian.org> Sun, 18 Feb 2018 11:48:24 +0100
insighttoolkit4 (4.13.0-dfsg1-1) experimental; urgency=medium
* New upstream version 4.13.0-dfsg1
...
...
debian/rules
View file @
af4e80fa
...
...
@@ -103,6 +103,8 @@ override_dh_auto_test:
LD_LIBRARY_PATH=`pwd`/BUILD/lib:`pwd`/BUILD/Testing/Temporary dh_auto_test
override_dh_lintian:
echo "#ITK embeds various patched libraries" > debian/$(pkg_lib).lintian-overrides
echo "$(pkg_lib): embedded-library" > debian/$(pkg_lib).lintian-overrides
echo "$(pkg_lib): package-name-doesnt-match-sonames" > debian/$(pkg_lib).lintian-overrides
dh_lintian
...
...