[Pkg-sugar-commit] [sugar-write-activity] 04/05: Fix rename locale aym→ay: ISO 639-1 favored over ISO 639-2.

Jonas Smedegaard dr at jones.dk
Mon Jul 6 03:32:17 UTC 2015


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

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

commit b8e55577f4b7391b54557c4a4986f775a586dadd
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Jul 5 22:17:12 2015 -0500

    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 cca1ff5..3927998 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,11 @@ CDBS_DEPENDS_$(pkg) = python
 CDBS_DEPENDS_$(pkg) +=, $(patsubst %,$(comma) python-%,$(python-deps))
 CDBS_DEPENDS_$(pkg) +=, $(patsubst %,$(comma) gir1.2-%,$(gir-deps))
 
+# 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-write-activity.git



More information about the pkg-sugar-commit mailing list