Skip to content
Commits on Source (5)
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 <tille@debian.org> Sun, 10 Nov 2019 08:07:35 +0100
plastimatch (1.8.0+dfsg.1-1) unstable; urgency=medium
* New upstream release
......
......@@ -4,13 +4,13 @@ Uploaders: Gregory C. Sharp <gregsharp.geo@yahoo.com>,
Andreas Tille <tille@debian.org>
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
......
#!/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)
......