Andreas Tille pushed to branch master at Debian Med / ctk
Commits: b9f9aa5e by Andreas Tille at 2026-08-13T06:25:18+01:00 Bump debhelper from deprecated 9 to 13. Changes-By: lintian-brush Fixes: lintian: source: package-uses-deprecated-debhelper-compat-version 9 See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html - - - - - a87cbba5 by Andreas Tille at 2026-08-13T06:25:18+01:00 Change priority extra to priority optional. Changes-By: lintian-brush Fixes: lintian: libctk0.1-dbg binary: priority-extra-is-replaced-by-priority-optional See-also: https://lintian.debian.org/tags/priority-extra-is-replaced-by-priority-optional.html - - - - - 892c6fbc by Andreas Tille at 2026-08-13T06:25:19+01:00 Drop unnecessary dh arguments: --parallel Changes-By: lintian-brush Fixes: lintian: source: debian-rules-uses-unnecessary-dh-argument 13 >= 10 dh ... --parallel [debian/rules:50] See-also: https://lintian.debian.org/tags/debian-rules-uses-unnecessary-dh-argument.html - - - - - 69800348 by Andreas Tille at 2026-08-13T06:25:19+01:00 Remove fields on binary packages that duplicate source. + Field Priority from libctk0.1-dbg. + Field Section from libctk0.1. Changes-By: lintian-brush Fixes: lintian: libctk0.1 binary: installable-field-mirrors-source Section [debian/control:38] Fixes: lintian: libctk0.1-dbg binary: installable-field-mirrors-source Priority [debian/control:55] See-also: https://lintian.debian.org/tags/installable-field-mirrors-source.html - - - - - 22f8c4a4 by Andreas Tille at 2026-08-13T06:25:20+01:00 Remove redundant Priority: optional from source stanza. Changes-By: lintian-brush Fixes: lintian: source: redundant-priority-optional-field See-also: https://lintian.debian.org/tags/redundant-priority-optional-field.html - - - - - ea885353 by Andreas Tille at 2026-08-13T06:25:20+01:00 Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: source: trailing-whitespace [debian/control:49] See-also: https://lintian.debian.org/tags/trailing-whitespace.html - - - - - 559ed4fc by Andreas Tille at 2026-08-13T06:25:21+01:00 Use versioned copyright format URI. Changes-By: lintian-brush Fixes: lintian: source: unversioned-copyright-format-uri debian/copyright:1 See-also: https://lintian.debian.org/tags/unversioned-copyright-format-uri.html - - - - - aa6500fb by Andreas Tille at 2026-08-13T06:25:21+01:00 Set debhelper-compat version in Build-Depends. Changes-By: lintian-brush Fixes: lintian: source: uses-debhelper-compat-file [debian/compat] See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html - - - - - 5987f918 by Andreas Tille at 2026-08-13T06:25:23+01:00 Update renamed lintian tag names in lintian overrides. Changes-By: lintian-brush Fixes: lintian: source: renamed-tag copyright-should-refer-to-common-license-file-for-gpl => copyright-not-using-common-license-for-gpl Fixes: lintian: source: renamed-tag copyright-should-refer-to-common-license-file-for-gpl => copyright-not-using-common-license-for-gpl Fixes: lintian: source: renamed-tag copyright-should-refer-to-common-license-file-for-gpl => copyright-not-using-common-license-for-gpl Fixes: lintian: source: renamed-tag copyright-should-refer-to-common-license-file-for-gpl => copyright-not-using-common-license-for-gpl See-also: https://lintian.debian.org/tags/renamed-tag.html - - - - - 9 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/ctk.lintian-overrides - debian/libctk-dev.lintian-overrides - debian/libctk0.1-dbg.lintian-overrides - debian/libctk0.1.lintian-overrides - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,17 @@ ctk (0.1.0+git20160903~cdb75ce-2) UNRELEASED; urgency=medium * Team upload. * Point Homepage and Source to Github * Add watch file and remove get-orig-source script since its unneeded + * Bump debhelper from deprecated 9 to 13. + * Change priority extra to priority optional. + * Drop unnecessary dh arguments: --parallel + * Remove fields on binary packages that duplicate source. + * + Field Priority from libctk0.1-dbg. + * + Field Section from libctk0.1. + * Remove redundant Priority: optional from source stanza. + * Trim trailing whitespace. + * Use versioned copyright format URI. + * Set debhelper-compat version in Build-Depends. + * Update renamed lintian tag names in lintian overrides. -- Andreas Tille <[email protected]> Thu, 13 Aug 2026 07:22:57 +0200 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -2,16 +2,15 @@ Source: ctk Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Dominique Belhachemi <[email protected]> Section: libs -Priority: optional -Build-Depends: debhelper (>= 9), - cmake, +Build-Depends: cmake, libqt5opengl5-dev, libqtwebkit-dev, libdcmtk-dev, libtiff-dev, libvtk6-dev, libvtk6-qt-dev, - libinsighttoolkit4-dev + libinsighttoolkit4-dev, + debhelper-compat (= 13) Standards-Version: 3.9.8 Vcs-Browser: https://salsa.debian.org/med-team/ctk Vcs-Git: https://salsa.debian.org/med-team/ctk.git @@ -37,7 +36,6 @@ Description: toolkit for medical imaging application development - devel Package: libctk0.1 Architecture: any -Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: toolkit for medical imaging application development - runtime @@ -48,14 +46,13 @@ Description: toolkit for medical imaging application development - runtime * Document, integrate, and adapt successful solutions * Avoid the duplication of code and data * Continuously extend to new tasks within the scope of the toolkit - (medical imaging) without burdening existing tasks + (medical imaging) without burdening existing tasks . This package provides the runtime binaries for CTK Package: libctk0.1-dbg Architecture: any Section: debug -Priority: extra Depends: libctk0.1 (= ${binary:Version}), ${misc:Depends} Description: debugging symbols for libctk0.1 ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Common Toolkit Source: https://github.com/commontk/CTK ===================================== debian/ctk.lintian-overrides ===================================== @@ -1,2 +1,2 @@ # Upstream is mentioning the "GNU General Public License" in their non-GPL license -ctk: copyright-should-refer-to-common-license-file-for-gpl +ctk: copyright-not-using-common-license-for-gpl ===================================== debian/libctk-dev.lintian-overrides ===================================== @@ -1,3 +1,3 @@ # Upstream is mentioning the "GNU General Public License" in their non-GPL license -libctk-dev: copyright-should-refer-to-common-license-file-for-gpl +libctk-dev: copyright-not-using-common-license-for-gpl ===================================== debian/libctk0.1-dbg.lintian-overrides ===================================== @@ -1,3 +1,3 @@ # Upstream is mentioning the "GNU General Public License" in their non-GPL license -libctk0.1-dbg: copyright-should-refer-to-common-license-file-for-gpl +libctk0.1-dbg: copyright-not-using-common-license-for-gpl ===================================== debian/libctk0.1.lintian-overrides ===================================== @@ -1,4 +1,4 @@ # W: libctk0.1: package-name-doesnt-match-sonames libCTKCore0.1 libCTKDICOMCore0.1 libCTKImageProcessingITKCore0.1 libCTKPluginFramework0.1 libCTKVisualizationVTKCore0.1 libCTKWidgets0.1 libctk0.1: package-name-doesnt-match-sonames # Upstream is mentioning the "GNU General Public License" in their non-GPL license -libctk0.1: copyright-should-refer-to-common-license-file-for-gpl +libctk0.1: copyright-not-using-common-license-for-gpl ===================================== debian/rules ===================================== @@ -47,7 +47,7 @@ pkg_run = libctk0.1 pkg_dev = libctk-dev %: - dh $@ --parallel + dh $@ override_dh_auto_configure: dh_auto_configure -- $(CMAKE_FLAGS) View it on GitLab: https://salsa.debian.org/med-team/ctk/-/compare/fa4c30739689df5a37359532c059e9d098a4206e...5987f918c7ce4d9476d59d237f8f69877844b029 -- View it on GitLab: https://salsa.debian.org/med-team/ctk/-/compare/fa4c30739689df5a37359532c059e9d098a4206e...5987f918c7ce4d9476d59d237f8f69877844b029 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
