1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
#!/usr/bin/make -f
# -*- makefile -*-
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
l10npkgs_firstversion_ok := 4:4.14.0-2
include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
%:
dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
override_dh_strip:
dh_strip --dbgsym-migration='kwin-dbg (<= 4:5.5.5-1~~)'
override_dh_auto_test:
# Disable auto tests at build time
:
override_dh_gencontrol: l10npkgs_firstversion_ok
dh_gencontrol
|