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
3 years ago
11 | 11 |
* Use secure copyright file specification URI.
|
12 | 12 |
* debian/copyright: use spaces rather than tabs to start continuation
|
13 | 13 |
lines.
|
|
14 |
* Rely on pre-initialized dpkg-architecture variables.
|
14 | 15 |
|
15 | 16 |
-- Simon McVittie <smcv@debian.org> Mon, 27 Apr 2020 08:48:20 +0100
|
16 | 17 |
|
8 | 8 |
# bug #715461, provide default soundfont paths
|
9 | 9 |
export DEB_CPPFLAGS_MAINT_APPEND := -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
|
10 | 10 |
|
11 | |
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
|
11 |
include /usr/share/dpkg/architecture.mk
|
12 | 12 |
|
13 | 13 |
SHLIBVER := 2.0.2
|
14 | 14 |
|