Andreas Tille pushed to branch master at Debian Med / odil
Commits: be2a947a by Andreas Tille at 2021-11-17T17:53:58+01:00 Drop needless override for d-shlibs - - - - - c86c2ed6 by Andreas Tille at 2021-11-17T17:54:53+01:00 Enable dh_missing --fail-missing - - - - - 8132c16a by Andreas Tille at 2021-11-17T17:55:03+01:00 routine-update: Standards-Version: 4.6.0 - - - - - 817cf2c5 by Andreas Tille at 2021-11-17T17:55:04+01:00 routine-update: debhelper-compat 13 - - - - - a5ce2bf3 by Andreas Tille at 2021-11-17T17:55:13+01:00 routine-update: watch file standard 4 - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +odil (0.12.1-2) UNRELEASED; urgency=medium + + * Team upload. + * Drop needless override for d-shlibs + Closes: #999841 + * Enable dh_missing --fail-missing + * Standards-Version: 4.6.0 (routine-update) + * debhelper-compat 13 (routine-update) + * watch file standard 4 (routine-update) + + -- Andreas Tille <[email protected]> Wed, 17 Nov 2021 17:52:19 +0100 + odil (0.12.1-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -4,11 +4,11 @@ Uploaders: Julien Lamy <[email protected]> Section: science Testsuite: autopkgtest-pkg-python Priority: optional -Build-Depends: debhelper-compat (= 12), - d-shlibs (>= 0.81), +Build-Depends: debhelper-compat (= 13), + d-shlibs, dh-python, cmake, - g++ (>= 4:7), + g++, pkg-config, libjsoncpp-dev, libdcmtk-dev | libdcmtk2-dev, @@ -29,7 +29,7 @@ Build-Depends: debhelper-compat (= 12), python3-all-dev Build-Depends-Indep: doxygen, graphviz -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/odil Vcs-Git: https://salsa.debian.org/med-team/odil.git Homepage: https://github.com/lamyj/odil ===================================== debian/rules ===================================== @@ -102,8 +102,8 @@ override_dh_install-arch: --devunversioned \ --commit --multiarch --exclude-a --exclude-la \ --movedev debian/tmp/usr/include/* usr/include \ - --override s/libboost_log.*-dev/libboost-log-dev/ \ debian/tmp/usr/lib/*.so + find debian -name "lib*.la" -delete override_dh_clean: dh_clean ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ -version=3 +version=4 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/odil-$1\.tar\.gz/,\ pgpsigurlmangle=s/archive/releases\/download/;\ View it on GitLab: https://salsa.debian.org/med-team/odil/-/compare/9429765298cfd07899758a4168c69874efa14c16...a5ce2bf34e8278786edffc4ffe557bada154fec5 -- View it on GitLab: https://salsa.debian.org/med-team/odil/-/compare/9429765298cfd07899758a4168c69874efa14c16...a5ce2bf34e8278786edffc4ffe557bada154fec5 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
