Use automatic dbgsym packages, drop -dbg
Manuel A. Fernandez Montecelo
6 years ago
6 | 6 |
* disable autoheader (invoked automatically by autoreconf),
|
7 | 7 |
necessary in order to use debhelper compat level v10 without
|
8 | 8 |
overriding dh-autoreconf calls
|
|
9 |
* Use automatic dbgsym packages, drop -dbg
|
9 | 10 |
|
10 | 11 |
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Sat, 29 Jul 2017 22:52:10 +0200
|
11 | 12 |
|
32 | 32 |
.
|
33 | 33 |
This package contains the shared library.
|
34 | 34 |
|
35 | |
Package: libsdl2-mixer-dbg
|
36 | |
Section: debug
|
37 | |
Architecture: any
|
38 | |
Multi-Arch: same
|
39 | |
Priority: extra
|
40 | |
Depends: ${misc:Depends},
|
41 | |
libsdl2-mixer-2.0-0 (= ${binary:Version})
|
42 | |
Description: Mixer library for Simple DirectMedia Layer 2, debugging
|
43 | |
SDL_mixer is a sample multi-channel audio mixer library. It supports any
|
44 | |
number of simultaneously playing channels of 16 bit stereo audio, plus a single
|
45 | |
channel of music, mixed by the popular FLAC, modplug MOD, FluidSynth and
|
46 | |
Timidity MIDI, Ogg Vorbis, and MAD or SMPEG MP3 libraries.
|
47 | |
.
|
48 | |
This package contains the debugging information for the shared library.
|
49 | |
|
50 | 35 |
Package: libsdl2-mixer-dev
|
51 | 36 |
Section: libdevel
|
52 | 37 |
Architecture: any
|
53 | 53 |
|
54 | 54 |
|
55 | 55 |
%:
|
56 | |
dh $@
|
|
56 |
dh $@ --dbgsym-migration=libsdl2-mixer-dbg
|
57 | 57 |
|
58 | 58 |
override_dh_auto_configure:
|
59 | 59 |
dh_auto_configure -- $(confflags)
|
|
72 | 72 |
override_dh_compress:
|
73 | 73 |
dh_compress -Xplaymus.c -Xplaywave.c
|
74 | 74 |
|
75 | |
|
76 | |
override_dh_strip:
|
77 | |
dh_strip --dbg-package=libsdl2-mixer-dbg
|
78 | |
|
79 | 75 |
override_dh_makeshlibs:
|
80 | 76 |
dh_makeshlibs -V"libsdl2-mixer-2.0-0 (>= $(SHLIBVER))"
|