Andreas Tille pushed to branch master at Debian Med / plastimatch
Commits: 368a476b by Andreas Tille at 2022-01-15T10:52:02+01:00 Switch (Build-)Depends from libinsighttoolkit4-dev to libinsighttoolkit5-dev - - - - - 523051a0 by Andreas Tille at 2022-01-15T11:08:24+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 - - - - - dbb69970 by Andreas Tille at 2022-01-15T11:08:25+01:00 Update renamed lintian tag names in lintian overrides. Changes-By: lintian-brush Fixes: lintian: renamed-tag See-also: https://lintian.debian.org/tags/renamed-tag.html - - - - - fd4b109c by Andreas Tille at 2022-01-15T11:09:00+01:00 Avoid explicitly specifying -Wl,--as-needed linker flag. Changes-By: lintian-brush Fixes: lintian: debian-rules-uses-as-needed-linker-flag See-also: https://lintian.debian.org/tags/debian-rules-uses-as-needed-linker-flag.html - - - - - 4 changed files: - debian/changelog - debian/control - debian/plastimatch.lintian-overrides - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +plastimatch (1.9.3+dfsg.1-3) UNRELEASED; urgency=medium + + * Switch (Build-)Depends from libinsighttoolkit4-dev to + libinsighttoolkit5-dev + * Add missing build dependency on dh addon. + * Update renamed lintian tag names in lintian overrides. + * Avoid explicitly specifying -Wl,--as-needed linker flag. + + -- Andreas Tille <[email protected]> Sat, 15 Jan 2022 10:51:53 +0100 + plastimatch (1.9.3+dfsg.1-2) unstable; urgency=medium [ Adrian Bunk ] ===================================== debian/control ===================================== @@ -12,13 +12,14 @@ Build-Depends: debhelper-compat (= 13), libdlib-dev, libfftw3-dev, libgdcm-dev, - libinsighttoolkit4-dev, + libinsighttoolkit5-dev, liblapack-dev, libpng-dev, libsqlite3-dev, libtiff-dev, uuid-dev, - zlib1g-dev + zlib1g-dev, + debhelper Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/plastimatch Vcs-Git: https://salsa.debian.org/med-team/plastimatch.git ===================================== debian/plastimatch.lintian-overrides ===================================== @@ -1,2 +1,2 @@ plastimatch: package-name-doesnt-match-sonames -plastimatch: non-dev-pkg-with-shlib-symlink +plastimatch: link-to-shared-library-in-wrong-package ===================================== debian/rules ===================================== @@ -1,7 +1,6 @@ #!/usr/bin/make -f include /usr/share/dpkg/architecture.mk -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) View it on GitLab: https://salsa.debian.org/med-team/plastimatch/-/compare/0c912f7e6a4d210a454659db7b317ea85b294cc1...fd4b109c01f2dde8c18161a65d5e3fd1a15ff3f4 -- View it on GitLab: https://salsa.debian.org/med-team/plastimatch/-/compare/0c912f7e6a4d210a454659db7b317ea85b294cc1...fd4b109c01f2dde8c18161a65d5e3fd1a15ff3f4 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
