[SCM] Calligra suite packaging branch, master, updated. debian/3.0.1+dfsg-2

Pino Toscano pino at moszumanska.debian.org
Wed Sep 6 06:50:44 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/calligra/calligra.git;a=commitdiff;h=17cab6b

The following commit has been merged in the master branch:
commit 17cab6b5b34d839299988aaa54aa9fd61ae404fb
Author: Pino Toscano <pino at debian.org>
Date:   Sun Sep 3 09:29:32 2017 +0200

    fix rules
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4d1f4a7..2cc7d51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ override_dh_strip:
 	dh_strip --dbgsym-migration='calligra-dbg (<< 1:2.9.11)'
 
 override_dh_gencontrol:
-ifneq($(L10N_PACKAGES_IN_CONTROL),)
+ifneq (,$(L10N_PACKAGES_IN_CONTROL))
 	dh_gencontrol $(foreach p,$(L10N_PACKAGES_IN_CONTROL),-p$(p)) -- $(foreach rel,Depends Recommends Suggests Replaces Breaks Provides,-V'l10n:$(rel)=$(L10N_$(rel))')
 endif
 	dh_gencontrol --remaining-packages

-- 
Calligra suite packaging



More information about the pkg-kde-commits mailing list