Andreas Tille pushed to branch master at Debian Med / plastimatch
Commits: e59c2211 by Andreas Tille at 2019-11-10T07:08:05Z libgdcm2-dev was renamed to libgdcm-dev - - - - - c304be6c by Andreas Tille at 2019-11-10T07:08:21Z debhelper-compat 12 - - - - - 2c8a9dd0 by Andreas Tille at 2019-11-10T07:08:25Z Standards-Version: 4.4.1 - - - - - 740ce2c7 by Andreas Tille at 2019-11-10T07:08:29Z Use secure URI in Homepage field. Fixes lintian: homepage-field-uses-insecure-uri See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details. - - - - - 7f8e8787 by Andreas Tille at 2019-11-10T07:08:31Z Rely on pre-initialized dpkg-architecture variables. Fixes lintian: debian-rules-sets-dpkg-architecture-variable See https://lintian.debian.org/tags/debian-rules-sets-dpkg-architecture-variable.html for more details. - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +plastimatch (1.8.0+dfsg.1-2) UNRELEASED; urgency=medium + + * libgdcm2-dev was renamed to libgdcm-dev + * debhelper-compat 12 + * Standards-Version: 4.4.1 + * Use secure URI in Homepage field. + * Rely on pre-initialized dpkg-architecture variables. + + -- Andreas Tille <[email protected]> Sun, 10 Nov 2019 08:07:35 +0100 + plastimatch (1.8.0+dfsg.1-1) unstable; urgency=medium * New upstream release ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -4,13 +4,13 @@ Uploaders: Gregory C. Sharp <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper-compat (= 12), cmake, libblas-dev, libdcmtk-dev, libdlib-dev, libfftw3-dev, - libgdcm2-dev, + libgdcm-dev, libinsighttoolkit4-dev, liblapack-dev, libpng-dev, @@ -18,10 +18,10 @@ Build-Depends: debhelper (>= 11~), libtiff-dev, uuid-dev, zlib1g-dev -Standards-Version: 4.3.0 +Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/med-team/plastimatch Vcs-Git: https://salsa.debian.org/med-team/plastimatch.git -Homepage: http://plastimatch.org +Homepage: https://plastimatch.org Package: plastimatch Architecture: any ===================================== debian/rules ===================================== @@ -1,8 +1,6 @@ #!/usr/bin/make -f -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) +include /usr/share/dpkg/architecture.mk export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed PACKAGE = $(shell dh_listpackages) View it on GitLab: https://salsa.debian.org/med-team/plastimatch/compare/8b899ed44764a634edb4ccf6ecea66caa6c29168...7f8e87872da58ccba5bb44fad3c91c49596ff536 -- View it on GitLab: https://salsa.debian.org/med-team/plastimatch/compare/8b899ed44764a634edb4ccf6ecea66caa6c29168...7f8e87872da58ccba5bb44fad3c91c49596ff536 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
