[debian-edu-commits] debian-edu/ 01/01: Makefile, status target: don't hide completed translations.

Holger Levsen holger at layer-acht.org
Sun Dec 4 14:59:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository debian-edu-install.

commit 4e719bec6d6f19cc1130854df1bc9763e7d3d88f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Dec 4 15:59:37 2016 +0100

    Makefile, status target: don't hide completed translations.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 Makefile         | 4 ++--
 debian/changelog | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e6035b2..3849efb 100644
--- a/Makefile
+++ b/Makefile
@@ -88,9 +88,9 @@ minimum-diskreq:
 	done
 
 status:
-	( for f in debian/po/*.po; do \
+	for f in debian/po/*.po; do \
 		echo -n $$f:; LANG=C msgfmt --statistics -o /dev/null $$f 2>&1 ; \
-	done ) | egrep 'fuzzy|untranslated' || true
+	done 
 dist:
 	debuild -us -uc
 
diff --git a/debian/changelog b/debian/changelog
index c93dd1d..f25823d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ debian-edu-install (1.909) UNRELEASED; urgency=medium
   * Translation updates:
      - Russian, thanks to Yuri Kozlov. (Closes: #846907)
      - Danish, thanks to Joe Dalton. (Closes: #846939)
+  * Makefile, status target: don't hide completed translations.
 
  -- Holger Levsen <holger at debian.org>  Sun, 04 Dec 2016 09:52:01 +0100
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-install.git



More information about the debian-edu-commits mailing list