Codebase list h5utils / 4fc311d
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. Debian Janitor 4 years ago
2 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
55
66 [ Debian Janitor ]
77 * Remove obsolete field Name from debian/upstream/metadata.
8 * Rely on pre-initialized dpkg-architecture variables.
89
910 -- Bas Couwenberg <sebastic@debian.org> Sat, 04 Aug 2018 14:40:13 +0200
1011
99
1010 # These are used for cross-compiling and for saving the configure script
1111 # from having to guess our platform (since we know it already)
12 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
13 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
12 include /usr/share/dpkg/architecture.mk
1413
15 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
1614
1715 # LFS support
1816 ifeq ($(shell grep '^[[:space:]]*Linux Large File Support (LFS)' /usr/lib/*/hdf5/*/libhdf5.settings | sed 's/^[[:space:]]*Linux Large File Support (LFS):[[:space:]]*//'),yes)