[Pkg-isocodes-devel] r1032 - trunk/iso-codes

toddy-guest at alioth.debian.org toddy-guest at alioth.debian.org
Fri Sep 7 19:13:00 UTC 2007


Author: toddy-guest
Date: 2007-09-07 19:12:59 +0000 (Fri, 07 Sep 2007)
New Revision: 1032

Modified:
   trunk/iso-codes/Makefile.am
   trunk/iso-codes/configure.ac
   trunk/iso-codes/iso2pot.py
Log:
Include ISO 15924 (script names) into package


Modified: trunk/iso-codes/Makefile.am
===================================================================
--- trunk/iso-codes/Makefile.am	2007-09-05 21:29:55 UTC (rev 1031)
+++ trunk/iso-codes/Makefile.am	2007-09-07 19:12:59 UTC (rev 1032)
@@ -1,4 +1,4 @@
-SUBDIRS = iso_639 iso_3166 iso_4217 notes
+SUBDIRS = iso_15924 iso_3166 iso_4217 iso_639 notes
 
 pkgconfigdir = $(datadir)/pkgconfig
 pkgconfig_DATA = iso-codes.pc

Modified: trunk/iso-codes/configure.ac
===================================================================
--- trunk/iso-codes/configure.ac	2007-09-05 21:29:55 UTC (rev 1031)
+++ trunk/iso-codes/configure.ac	2007-09-07 19:12:59 UTC (rev 1032)
@@ -42,16 +42,17 @@
 AC_MSG_RESULT($gnu_msgfmt)
 AC_SUBST(MSGFMT_FLAGS)
 
-DOMAINS="iso_3166 iso_639 iso_4217 iso_3166_2 iso_639_3"
+DOMAINS="iso_15924 iso_3166 iso_4217 iso_639 iso_3166_2 iso_639_3"
 AC_SUBST([DOMAINS])
 
 AC_CONFIG_FILES([
 Makefile
 iso-codes.pc
-iso_639/Makefile
+iso_15924/Makefile
 iso_3166/Makefile
 iso_3166/iso_3166_2/Makefile
 iso_4217/Makefile
+iso_639/Makefile
 iso_639/iso_639_3/Makefile
 notes/Makefile
 ])

Modified: trunk/iso-codes/iso2pot.py
===================================================================
--- trunk/iso-codes/iso2pot.py	2007-09-05 21:29:55 UTC (rev 1031)
+++ trunk/iso-codes/iso2pot.py	2007-09-07 19:12:59 UTC (rev 1032)
@@ -3,6 +3,7 @@
 # Read iso-codes data file and output a .pot file
 # 
 # Copyright (C) 2004,2005 Alastair McKinstry <mckinstry at debian.org>
+# Copyright (C) 2006,2007 Tobias Toedter <t.toedter at gmx.net>
 # Released under the GPL.
 # $Id$
 
@@ -119,6 +120,8 @@
 	iso_desc = 'country subdivision names'
 elif iso_number == '4217':
 	iso_desc = 'currency names'
+elif iso_number == '15924':
+	iso_desc = 'script names'
 else:
 	iso_desc = ''
 




More information about the Pkg-isocodes-devel mailing list