Switch to debhelper compat level v12
Felix Geyer
3 years ago
1 | 1 |
|
2 | 2 |
[ Simon McVittie ]
|
3 | 3 |
* Add a superficial autopkgtest for libsdl2-mixer-dev (Closes: #941428)
|
|
4 |
|
|
5 |
[ Felix Geyer ]
|
|
6 |
* Switch to debhelper compat level v12
|
4 | 7 |
|
5 | 8 |
-- Felix Geyer <fgeyer@debian.org> Mon, 03 Feb 2020 22:36:29 +0100
|
6 | 9 |
|
4 | 4 |
Uploaders: Manuel A. Fernandez Montecelo <mafm@debian.org>
|
5 | 5 |
Standards-Version: 4.2.1
|
6 | 6 |
Rules-Requires-Root: no
|
7 | |
Build-Depends: debhelper (>= 11~),
|
|
7 |
Build-Depends: debhelper-compat (= 12),
|
8 | 8 |
libflac-dev (>= 1.2.1),
|
9 | 9 |
libfluidsynth-dev (>= 1.1.1),
|
10 | 10 |
libmodplug-dev (>= 1:0.8.8),
|
|
0 |
usr/lib/*/libSDL2_mixer.la
|
66 | 66 |
$(ACLOCAL)
|
67 | 67 |
dh_autoreconf
|
68 | 68 |
|
69 | |
override_dh_install:
|
70 | |
dh_install --fail-missing -XlibSDL2_mixer.la
|
71 | |
|
72 | 69 |
override_dh_installchangelogs:
|
73 | 70 |
dh_installchangelogs -- CHANGES.txt
|
|
71 |
|
|
72 |
override_dh_missing:
|
|
73 |
dh_missing --fail-missing
|
74 | 74 |
|
75 | 75 |
override_dh_link:
|
76 | 76 |
# fix lintian warning dev-pkg-without-shlib-symlink
|