Codebase list libsdl2-mixer / fc7c39b
d/rules: Don't explicitly specify SHLIBVER Specifying a version for dh_makeshlibs, and remembering to increment it every time new ABI is added, is error-prone. In debhelper compat level 12 and up, the default is to generate a conservative dependency using dh_makeshlibs -VUpstream-Version. The symbols file (which is more precise) also takes precedence over the shlibs version. Simon McVittie 2 years ago
1 changed file(s) with 0 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
99 export DEB_CPPFLAGS_MAINT_APPEND := -DMIX_INIT_SOUNDFONT_PATHS="\"/usr/share/sounds/sf3/default-GM.sf3\""
1010
1111 include /usr/share/dpkg/architecture.mk
12
13 SHLIBVER := 2.0.2
1412
1513
1614 # disable autoheader (invoked automatically by autoreconf), necessary in order
7573
7674 override_dh_compress:
7775 dh_compress -Xplaymus.c -Xplaywave.c
78
79 override_dh_makeshlibs:
80 dh_makeshlibs -V"libsdl2-mixer-2.0-0 (>= $(SHLIBVER))"