Bas Couwenberg pushed to branch master at Debian GIS Project / h5utils
Commits: 2f1479d7 by Bas Couwenberg at 2019-12-09T05:04:49Z Include architecture.mk instead of using dpkg-architecture. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ h5utils (1.13.1-4) UNRELEASED; urgency=medium * Bump Standards-Version to 4.4.1, no changes. * Update gbp.conf to use --source-only-changes by default. + * Include architecture.mk instead of using dpkg-architecture. -- Bas Couwenberg <[email protected]> Sat, 04 Aug 2018 14:40:13 +0200 ===================================== debian/rules ===================================== @@ -8,12 +8,7 @@ # Enable hardening build flags export DEB_BUILD_MAINT_OPTIONS=hardening=+all -# These are used for cross-compiling and for saving the configure script -# from having to guess our platform (since we know it already) -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) - -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +include /usr/share/dpkg/architecture.mk # LFS support ifeq ($(shell grep '^[[:space:]]*Linux Large File Support (LFS)' /usr/lib/*/hdf5/*/libhdf5.settings | sed 's/^[[:space:]]*Linux Large File Support (LFS):[[:space:]]*//'),yes) View it on GitLab: https://salsa.debian.org/debian-gis-team/h5utils/commit/2f1479d7cb8a548936051bda1feb48e78fe21cb5 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/h5utils/commit/2f1479d7cb8a548936051bda1feb48e78fe21cb5 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
