tags 1082698 + patch
thanks
Hello. Maybe you just need to use quotes, as in the attached patch.
(I'm actually surprised that it worked at all in the buildds)
While we are at it, you had *two* identical blocks for override_dh_gencontrol,
the patch removes one of them.
Also: Please keep the salsa repo updated, otherwise it will
cause confusion. The attached patch is against the version in
unstable.
Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -5,13 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with pkgkde_symbolshelper
-
-override_dh_gencontrol:
- dh_gencontrol -- \
- -Vlib:Depends=$(shell dpkg-query -W -f '$${Depends}' libglib2.0-dev \
- | sed -E
's/.*(libglib2.0-[[:digit:]][[:alnum:].-]+).*/\1/')
-
override_dh_gencontrol:
dh_gencontrol -- \
- -Vlib:Depends=$(shell dpkg-query -W -f '$${Depends}' libglib2.0-dev \
- | sed -E
's/.*(libglib2.0-[[:digit:]][[:alnum:].-]+).*/\1/')
+ -Vlib:Depends="$(shell dpkg-query -W -f '$${Depends}' libglib2.0-dev \
+ | sed -E 's/.*(libglib2.0-[[:digit:]][[:alnum:].-]+).*/\1/')"