[Pkg-isocodes-devel] [iso-codes] 04/07: Regenerate autotools files

Tobias Quathamer toddy at moszumanska.debian.org
Fri Mar 4 13:07:02 UTC 2016


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

toddy pushed a commit to branch master
in repository iso-codes.

commit eb9329346cdd4a93a38d4a51bc6dd3092c07c969
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Fri Mar 4 13:25:48 2016 +0100

    Regenerate autotools files
---
 configure              | 14 +++++++-------
 iso_15924/Makefile.in  |  8 ++++----
 iso_3166-1/Makefile.in | 16 ++++++++--------
 iso_3166-2/Makefile.in | 16 ++++++++--------
 iso_4217/Makefile.in   |  8 ++++----
 iso_639-2/Makefile.in  | 18 ++++++++----------
 iso_639-3/Makefile.in  | 16 ++++++++--------
 iso_639-5/Makefile.in  | 16 ++++++++--------
 8 files changed, 55 insertions(+), 57 deletions(-)

diff --git a/configure b/configure
index 64fae56..dd0385a 100755
--- a/configure
+++ b/configure
@@ -2562,10 +2562,10 @@ fi
 $as_echo "$gnu_msgfmt" >&6; }
 
 
-DOMAINS="iso_639 iso_639_3 iso_639_5 iso_3166 iso_3166_2 iso_4217 iso_15924"
+DOMAINS="iso_639-2 iso_639-3 iso_639-5 iso_3166-1 iso_3166-2 iso_4217 iso_15924"
 
 
-ac_config_files="$ac_config_files Makefile iso-codes.pc iso_639/Makefile iso_639_3/Makefile iso_639_5/Makefile iso_3166/Makefile iso_3166_2/Makefile iso_4217/Makefile iso_15924/Makefile"
+ac_config_files="$ac_config_files Makefile iso-codes.pc iso_639-2/Makefile iso_639-3/Makefile iso_639-5/Makefile iso_3166-1/Makefile iso_3166-2/Makefile iso_4217/Makefile iso_15924/Makefile"
 
 
 cat >confcache <<\_ACEOF
@@ -3291,11 +3291,11 @@ do
   case $ac_config_target in
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "iso-codes.pc") CONFIG_FILES="$CONFIG_FILES iso-codes.pc" ;;
-    "iso_639/Makefile") CONFIG_FILES="$CONFIG_FILES iso_639/Makefile" ;;
-    "iso_639_3/Makefile") CONFIG_FILES="$CONFIG_FILES iso_639_3/Makefile" ;;
-    "iso_639_5/Makefile") CONFIG_FILES="$CONFIG_FILES iso_639_5/Makefile" ;;
-    "iso_3166/Makefile") CONFIG_FILES="$CONFIG_FILES iso_3166/Makefile" ;;
-    "iso_3166_2/Makefile") CONFIG_FILES="$CONFIG_FILES iso_3166_2/Makefile" ;;
+    "iso_639-2/Makefile") CONFIG_FILES="$CONFIG_FILES iso_639-2/Makefile" ;;
+    "iso_639-3/Makefile") CONFIG_FILES="$CONFIG_FILES iso_639-3/Makefile" ;;
+    "iso_639-5/Makefile") CONFIG_FILES="$CONFIG_FILES iso_639-5/Makefile" ;;
+    "iso_3166-1/Makefile") CONFIG_FILES="$CONFIG_FILES iso_3166-1/Makefile" ;;
+    "iso_3166-2/Makefile") CONFIG_FILES="$CONFIG_FILES iso_3166-2/Makefile" ;;
     "iso_4217/Makefile") CONFIG_FILES="$CONFIG_FILES iso_4217/Makefile" ;;
     "iso_15924/Makefile") CONFIG_FILES="$CONFIG_FILES iso_15924/Makefile" ;;
 
diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in
index 7a03254..0c51774 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -460,6 +460,10 @@ uninstall-am: uninstall-xmlDATA
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
+# Generic target to create .pot files from JSON data files
+$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
@@ -512,10 +516,6 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
-iso_15924.pot: iso_15924.xml
-	../iso2pot.py --is-version ${VERSION}  --comments alpha_4_code \
-		--fields name  --outfile $@ $<
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff --git a/iso_3166-1/Makefile.in b/iso_3166-1/Makefile.in
index ee8c85f..3c20f04 100644
--- a/iso_3166-1/Makefile.in
+++ b/iso_3166-1/Makefile.in
@@ -86,7 +86,7 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-subdir = iso_3166
+subdir = iso_3166-1
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -227,7 +227,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-DOMAIN = iso_3166
+DOMAIN = iso_3166-1
 xmldir = $(datadir)/xml/iso-codes
 xml_DATA = $(DOMAIN).xml
 pofiles = $(wildcard $(srcdir)/*.po)
@@ -253,9 +253,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign iso_3166/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign iso_3166-1/Makefile'; \
 	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign iso_3166/Makefile
+	  $(AUTOMAKE) --foreign iso_3166-1/Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
 	  *config.status*) \
@@ -460,6 +460,10 @@ uninstall-am: uninstall-xmlDATA
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
+# Generic target to create .pot files from JSON data files
+$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
@@ -512,10 +516,6 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
-iso_3166.pot: iso_3166.xml
-	../iso2pot.py --is-version $(VERSION) --comments alpha_3_code \
-		--fields name,names,official_name,common_name --outfile $@ $<
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff --git a/iso_3166-2/Makefile.in b/iso_3166-2/Makefile.in
index d1c3193..b86142d 100644
--- a/iso_3166-2/Makefile.in
+++ b/iso_3166-2/Makefile.in
@@ -86,7 +86,7 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-subdir = iso_3166_2
+subdir = iso_3166-2
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -227,7 +227,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-DOMAIN = iso_3166_2
+DOMAIN = iso_3166-2
 xmldir = $(datadir)/xml/iso-codes
 xml_DATA = $(DOMAIN).xml
 pofiles = $(wildcard $(srcdir)/*.po)
@@ -253,9 +253,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign iso_3166_2/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign iso_3166-2/Makefile'; \
 	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign iso_3166_2/Makefile
+	  $(AUTOMAKE) --foreign iso_3166-2/Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
 	  *config.status*) \
@@ -460,6 +460,10 @@ uninstall-am: uninstall-xmlDATA
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
+# Generic target to create .pot files from JSON data files
+$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
@@ -512,10 +516,6 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
-iso_3166_2.pot: iso_3166_2.xml
-	../iso2pot.py --is-version ${VERSION} --comment code \
-		--fields name --outfile $@ $< 
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in
index a863247..d01de86 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -460,6 +460,10 @@ uninstall-am: uninstall-xmlDATA
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
+# Generic target to create .pot files from JSON data files
+$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
@@ -512,10 +516,6 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
-iso_4217.pot: iso_4217.xml
-	../iso2pot.py --is-version ${VERSION}  --comments letter_code \
-		--fields currency_name  --outfile $@ $< 
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff --git a/iso_639-2/Makefile.in b/iso_639-2/Makefile.in
index 1c965b6..e855115 100644
--- a/iso_639-2/Makefile.in
+++ b/iso_639-2/Makefile.in
@@ -86,7 +86,7 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-subdir = iso_639
+subdir = iso_639-2
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -227,7 +227,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-DOMAIN = iso_639
+DOMAIN = iso_639-2
 xmldir = $(datadir)/xml/iso-codes
 xml_DATA = $(DOMAIN).xml
 pofiles = $(wildcard $(srcdir)/*.po)
@@ -253,9 +253,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign iso_639/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign iso_639-2/Makefile'; \
 	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign iso_639/Makefile
+	  $(AUTOMAKE) --foreign iso_639-2/Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
 	  *config.status*) \
@@ -460,6 +460,10 @@ uninstall-am: uninstall-xmlDATA
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
+# Generic target to create .pot files from JSON data files
+$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
@@ -512,12 +516,6 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
-iso_639.pot: iso_639.xml
-	$(top_srcdir)/iso2pot.py --is-version $(VERSION) \
-		--comments iso_639_2T_code \
-		--comments iso_639_1_code \
-	        --fields name,common_name --outfile $@ iso_639.xml
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff --git a/iso_639-3/Makefile.in b/iso_639-3/Makefile.in
index a494ba2..31e2ab9 100644
--- a/iso_639-3/Makefile.in
+++ b/iso_639-3/Makefile.in
@@ -86,7 +86,7 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-subdir = iso_639_3
+subdir = iso_639-3
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -227,7 +227,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-DOMAIN = iso_639_3
+DOMAIN = iso_639-3
 xmldir = $(datadir)/xml/iso-codes
 xml_DATA = $(DOMAIN).xml
 pofiles = $(wildcard $(srcdir)/*.po)
@@ -253,9 +253,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign iso_639_3/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign iso_639-3/Makefile'; \
 	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign iso_639_3/Makefile
+	  $(AUTOMAKE) --foreign iso_639-3/Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
 	  *config.status*) \
@@ -460,6 +460,10 @@ uninstall-am: uninstall-xmlDATA
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
+# Generic target to create .pot files from JSON data files
+$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
@@ -512,10 +516,6 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
-iso_639_3.pot: iso_639_3.xml
-	../iso2pot.py --is-version ${VERSION} --comment id \
-		--fields name,inverted_name,reference_name,common_name --outfile $@ $< 
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff --git a/iso_639-5/Makefile.in b/iso_639-5/Makefile.in
index a6b0cf6..6ba0e5c 100644
--- a/iso_639-5/Makefile.in
+++ b/iso_639-5/Makefile.in
@@ -86,7 +86,7 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-subdir = iso_639_5
+subdir = iso_639-5
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -227,7 +227,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-DOMAIN = iso_639_5
+DOMAIN = iso_639-5
 xmldir = $(datadir)/xml/iso-codes
 xml_DATA = $(DOMAIN).xml
 pofiles = $(wildcard $(srcdir)/*.po)
@@ -253,9 +253,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign iso_639_5/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign iso_639-5/Makefile'; \
 	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign iso_639_5/Makefile
+	  $(AUTOMAKE) --foreign iso_639-5/Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
 	  *config.status*) \
@@ -460,6 +460,10 @@ uninstall-am: uninstall-xmlDATA
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
+# Generic target to create .pot files from JSON data files
+$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
@@ -512,10 +516,6 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
-iso_639_5.pot: iso_639_5.xml
-	../iso2pot.py --is-version ${VERSION} --comment id \
-		--fields name --outfile $@ $< 
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:

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



More information about the Pkg-isocodes-devel mailing list