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

Jonas Smedegaard dr at jones.dk
Sat Jul 4 18:57:05 UTC 2015


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

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

commit c20a3db35c8c54ac5424b74f9f3b3f557b0d5ee5
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jul 4 11:47:00 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 07249ac..9773214 100755
--- a/debian/rules
+++ b/debian/rules
@@ -195,6 +195,11 @@ post-install/$(pkg-session)::
 binary-install/$(pkg-session)::
 	dh_gconf -p$(cdbs_curpkg)
 
+# Fix favor ISO 639-1 when differing from ISO 639-2
+binary-post-install/$(pkg-session)::
+	mv debian/$(cdbs_curpkg)/usr/share/locale/aym \
+		debian/$(cdbs_curpkg)/usr/share/locale/ay
+
 # Ensure optimal hash-bang + dependency for scripts (see Python Policy)
 #  * TODO: drop cdbs_python_binary fallback when cdbs 0.5 is stable
 CDBS_DEPENDS_$(pkg-session) +=, python

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



More information about the pkg-sugar-commit mailing list