Codebase list libsdl2-mixer / 34d6896
Use automatic dbgsym packages, drop -dbg Manuel A. Fernandez Montecelo 6 years ago
3 changed file(s) with 2 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
66 * disable autoheader (invoked automatically by autoreconf),
77 necessary in order to use debhelper compat level v10 without
88 overriding dh-autoreconf calls
9 * Use automatic dbgsym packages, drop -dbg
910
1011 -- Manuel A. Fernandez Montecelo <mafm@debian.org> Sat, 29 Jul 2017 22:52:10 +0200
1112
3232 .
3333 This package contains the shared library.
3434
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
5035 Package: libsdl2-mixer-dev
5136 Section: libdevel
5237 Architecture: any
5353
5454
5555 %:
56 dh $@
56 dh $@ --dbgsym-migration=libsdl2-mixer-dbg
5757
5858 override_dh_auto_configure:
5959 dh_auto_configure -- $(confflags)
7272 override_dh_compress:
7373 dh_compress -Xplaymus.c -Xplaywave.c
7474
75
76 override_dh_strip:
77 dh_strip --dbg-package=libsdl2-mixer-dbg
78
7975 override_dh_makeshlibs:
8076 dh_makeshlibs -V"libsdl2-mixer-2.0-0 (>= $(SHLIBVER))"