[SCM] KDE Localization module packaging branch, master, updated. debian/16.04.3-1-12-g052c6bc

Pino Toscano pino at moszumanska.debian.org
Sat Nov 18 11:49:31 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde-l10n.git;a=commitdiff;h=148c5a4

The following commit has been merged in the master branch:
commit 148c5a441e04a81dbc9f32e727e1a088e1a39b29
Author: Pino Toscano <pino at debian.org>
Date:   Sat Nov 18 12:45:53 2017 +0100

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

diff --git a/debian/rules b/debian/rules
index c0105f4..ac530f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,7 +91,7 @@ $(L10N_INSTALL): | prepare_install
 	sed -e '/^$$/d;/^#/d' $(CURDIR)/debian/excluded_files.list | while read excluded_file; do \
 	    find $(CURDIR)/debian/$(cur_pkg) -name $${excluded_file} -delete ; \
 	done
-	sed -e '/^$$/d;/^#/d' $(CURDIR)/debian/excluded_files.list | while read excluded_doc; do \
+	sed -e '/^$$/d;/^#/d' $(CURDIR)/debian/excluded_docs.list | while read excluded_doc; do \
 	    rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/doc/HTML/$(cur_lang)/$${excluded_doc} ; \
 	    rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/doc/kde/HTML/$(cur_lang)/$${excluded_doc} ; \
 	done

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list