Hello.
Several KDE packages expand the dpkg_late_eval macro defined in /usr/share/dpkg/*.mk.
https://codesearch.debian.net/search?q=dpkg_late_eval+file%3Adebian%2Frules&page=5&perpkg=1
This macro was intended for private use only, has never been
documented, and may soon be removed. Please consider the following
changes or a variant.
Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include /usr/share/dpkg/pkg-info.mk
-AbiVirtualPackageVersion = $(call
dpkg_late_eval,AbiVirtualPackageVersion,echo '${DEB_VERSION_UPSTREAM}' |
sed -e 's/\.[0-9]\+$$//')
+AbiVirtualPackageVersion = $(basename $(DEB_VERSION_UPSTREAM))
pkgs_lib = $(filter-out %-dev %-dbg %-bin %-data,$(filter lib%,$(shell dh_listpackages)))
%:
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hello.</p>
<p>Several KDE packages expand the dpkg_late_eval macro defined in<br />/usr/share/dpkg/*.mk.</p>
<p>
https://codesearch.debian.net/search?q=dpkg_late_eval+file%3Adebian%2Frules&page=5&perpkg=1</p>
<p>This macro was intended for private use only, has never been<br />documented, and may soon be removed. Please consider the following<br />changes or a variant.</p>
<p>Thanks.</p>