Codebase list libsdl2-mixer / 1b92e81
Rely on pre-initialized dpkg-architecture variables. Fixes: lintian: debian-rules-sets-dpkg-architecture-variable See-also: https://lintian.debian.org/tags/debian-rules-sets-dpkg-architecture-variable.html Debian Janitor 4 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1111 * Use secure copyright file specification URI.
1212 * debian/copyright: use spaces rather than tabs to start continuation
1313 lines.
14 * Rely on pre-initialized dpkg-architecture variables.
1415
1516 -- Simon McVittie <smcv@debian.org> Mon, 27 Apr 2020 08:48:20 +0100
1617
88 # bug #715461, provide default soundfont paths
99 export DEB_CPPFLAGS_MAINT_APPEND := -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
1010
11 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
11 include /usr/share/dpkg/architecture.mk
1212
1313 SHLIBVER := 2.0.2
1414