[Pkg-sugar-commit] [sugar-memorize-activity] 01/02: Fix rename locale aym→ay: ISO 639-1 favored over ISO 639-2.

Jonas Smedegaard dr at jones.dk
Mon Jul 13 18:03:39 UTC 2015


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

js pushed a commit to branch master
in repository sugar-memorize-activity.

commit b902dea5c3eb8cff9962fee8236c5d35718186d6
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jul 13 19:51:45 2015 +0200

    Fix rename locale aym→ay: ISO 639-1 favored over ISO 639-2.
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index f18ae47..93c2b08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,6 +56,11 @@ binary-post-install/$(pkg)::
 binary-fixup/$(pkg)::
 	find $(cdbs_curdestdir) -type f -name '*.po' -exec chmod -x '{}' +
 
+# Fix favor ISO 639-1 when differing from ISO 639-2
+binary-post-install/$(pkg)::
+	mv debian/$(cdbs_curpkg)/usr/share/locale/aym \
+		debian/$(cdbs_curpkg)/usr/share/locale/ay
+
 clean::
 	find -name *.mo -delete
 	find -name *.linfo -delete

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-memorize-activity.git



More information about the pkg-sugar-commit mailing list