Codebase list libsdl2-mixer / d1b5022
Switch to debhelper compat level v10 - dh flags --parallel are not needed - autoreconf is invoked by default * disable autoheader (invoked automatically by autoreconf), necessary in order to use debhelper compat level v10 without overriding dh-autoreconf calls Manuel A. Fernandez Montecelo 6 years ago
4 changed file(s) with 14 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
00 libsdl2-mixer (2.0.1+dfsg1-2) UNRELEASED; urgency=medium
11
22 * Bump Policy Standards-Version to 4.0.0 (no changes needed)
3 * Switch to debhelper compat level v10
4 - dh flags --parallel are not needed
5 - autoreconf is invoked by default
6 * disable autoheader (invoked automatically by autoreconf),
7 necessary in order to use debhelper compat level v10 without
8 overriding dh-autoreconf calls
39
410 -- Manuel A. Fernandez Montecelo <mafm@debian.org> Sat, 29 Jul 2017 22:52:10 +0200
511
33 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
44 Uploaders: Manuel A. Fernandez Montecelo <mafm@debian.org>
55 Standards-Version: 4.0.0
6 Build-Depends: debhelper (>= 9~),
7 dh-autoreconf,
6 Build-Depends: debhelper (>= 10~),
87 libflac-dev (>= 1.2.1),
98 libfluidsynth-dev (>= 1.1.1),
109 libmad0-dev (>= 0.15.1b),
1212 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
1313
1414 SHLIBVER := 2.0.1
15
16
17 # disable autoheader (invoked automatically by autoreconf), necessary in order
18 # to use debhelper compat level v10 without overriding dh-autoreconf calls
19 export AUTOHEADER := /bin/true
1520
1621
1722 # explicitly enable/disable all supported sound
4853
4954
5055 %:
51 dh $@ --with autoreconf --parallel
52
53 override_dh_autoreconf:
54 # Needed to update all files to support new arches, including ltmain.sh
55 # and config.{sub,guess}
56 AUTOHEADER=true ACLOCAL="aclocal --force --install -I /usr/share/aclocal/ -I acinclude" LIBTOOLIZE="libtoolize -fi" dh_autoreconf --as-needed
56 dh $@
5757
5858 override_dh_auto_configure:
5959 dh_auto_configure -- $(confflags)