move the dbgsym-migration to the dh_strip call where it belongs
Fabian Greffrath
5 years ago
55 | 55 | |
56 | 56 | |
57 | 57 | %: |
58 | dh $@ --dbgsym-migration=libsdl2-mixer-dbg | |
58 | dh $@ | |
59 | 59 | |
60 | 60 | override_dh_auto_configure: |
61 | 61 | dh_auto_configure -- $(confflags) |
80 | 80 | |
81 | 81 | override_dh_makeshlibs: |
82 | 82 | dh_makeshlibs -V"libsdl2-mixer-2.0-0 (>= $(SHLIBVER))" |
83 | ||
84 | override_dh_strip: | |
85 | dh_strip --dbgsym-migration=libsdl2-mixer-dbg |