[debian-edu-commits] debian-edu/ 02/03: Add new i18n-status target to list translation status.
Petter Reinholdtsen
pere at moszumanska.debian.org
Sat Jan 23 22:05:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository desktop-profiles.
commit 169338a79e077df6ea71fddff0a408ef5c79de8c
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Sat Jan 23 23:04:04 2016 +0100
Add new i18n-status target to list translation status.
---
Makefile | 7 +++++++
debian/changelog | 1 +
2 files changed, 8 insertions(+)
diff --git a/Makefile b/Makefile
index 15120c5..28d67c4 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,13 @@ zip-tests:
--file=tests.tgz --mtime="$(BUILD_DATE)" \
--owner=root --group=root --numeric-owner
+i18n-status:
+ for d in po debian/po; do \
+ for f in $$d/*.po; do \
+ printf "%s " $$f; msgfmt --output /dev/null --statistics $$f; \
+ done; \
+ done
+
check: zip-tests
clean:
diff --git a/debian/changelog b/debian/changelog
index c4e1b9d..1802630 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ desktop-profiles (1.4.22) UNRELEASED; urgency=medium
* Fix permissions in added files when creating tests.tgz to make build
reproducable.
+ * Add new i18n-status target to list translation status.
-- Petter Reinholdtsen <pere at debian.org> Sat, 23 Jan 2016 23:00:19 +0100
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/desktop-profiles.git
More information about the debian-edu-commits
mailing list