1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
l10npkgs_firstversion_ok := 4:16.04.3-7~
include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
libpkgs_gen_strict_local_shlibs = $(libpkgs_all_packages)
include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk
%:
dh $@ --with kf5,pkgkde_symbolshelper,sodeps
override_dh_strip:
dh_strip --dbgsym-migration='libktp-dbg (<= 15.12.1-1~~)'
override_dh_gencontrol-indep: l10npkgs_firstversion_ok
dh_gencontrol -i
override_dh_gencontrol-arch: libpkgs_gen_strict_local_shlibs
dh_gencontrol -a
|