[Pkg-isocodes-devel] [iso-codes] 02/09: Depend on current script version

Tobias Quathamer toddy at moszumanska.debian.org
Fri Mar 4 13:35:11 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 b54964cc1c5b0b035f69af96a69e4dbb8d41b7ba
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Fri Mar 4 14:11:30 2016 +0100

    Depend on current script version
---
 common.mk              | 4 ++--
 iso_15924/Makefile.in  | 4 ++--
 iso_3166-1/Makefile.in | 4 ++--
 iso_3166-2/Makefile.in | 4 ++--
 iso_4217/Makefile.in   | 4 ++--
 iso_639-2/Makefile.in  | 4 ++--
 iso_639-3/Makefile.in  | 4 ++--
 iso_639-5/Makefile.in  | 4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/common.mk b/common.mk
index a5b55b2..28df715 100644
--- a/common.mk
+++ b/common.mk
@@ -20,11 +20,11 @@ MOSTLYCLEANFILES = \
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
 
 # Generic target to create deprecated .xml files from JSON data files
-$(DOMAIN).xml: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).xml: $(top_srcdir)/bin/xml_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/xml_from_json.py $(DOMAIN) $(top_srcdir)/data $@
 
 # Used in the domain subdirectories for checking that
diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in
index 46ca3fb..9d12f53 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -461,11 +461,11 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
 
 # Generic target to create deprecated .xml files from JSON data files
-$(DOMAIN).xml: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).xml: $(top_srcdir)/bin/xml_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/xml_from_json.py $(DOMAIN) $(top_srcdir)/data $@
 
 # Used in the domain subdirectories for checking that
diff --git a/iso_3166-1/Makefile.in b/iso_3166-1/Makefile.in
index db544d8..d8b2e69 100644
--- a/iso_3166-1/Makefile.in
+++ b/iso_3166-1/Makefile.in
@@ -461,11 +461,11 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
 
 # Generic target to create deprecated .xml files from JSON data files
-$(DOMAIN).xml: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).xml: $(top_srcdir)/bin/xml_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/xml_from_json.py $(DOMAIN) $(top_srcdir)/data $@
 
 # Used in the domain subdirectories for checking that
diff --git a/iso_3166-2/Makefile.in b/iso_3166-2/Makefile.in
index e4ea61d..d011092 100644
--- a/iso_3166-2/Makefile.in
+++ b/iso_3166-2/Makefile.in
@@ -461,11 +461,11 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
 
 # Generic target to create deprecated .xml files from JSON data files
-$(DOMAIN).xml: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).xml: $(top_srcdir)/bin/xml_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/xml_from_json.py $(DOMAIN) $(top_srcdir)/data $@
 
 # Used in the domain subdirectories for checking that
diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in
index 3036182..d690532 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -461,11 +461,11 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
 
 # Generic target to create deprecated .xml files from JSON data files
-$(DOMAIN).xml: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).xml: $(top_srcdir)/bin/xml_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/xml_from_json.py $(DOMAIN) $(top_srcdir)/data $@
 
 # Used in the domain subdirectories for checking that
diff --git a/iso_639-2/Makefile.in b/iso_639-2/Makefile.in
index 80f3b4c..fe26594 100644
--- a/iso_639-2/Makefile.in
+++ b/iso_639-2/Makefile.in
@@ -461,11 +461,11 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
 
 # Generic target to create deprecated .xml files from JSON data files
-$(DOMAIN).xml: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).xml: $(top_srcdir)/bin/xml_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/xml_from_json.py $(DOMAIN) $(top_srcdir)/data $@
 
 # Used in the domain subdirectories for checking that
diff --git a/iso_639-3/Makefile.in b/iso_639-3/Makefile.in
index 92f11e9..36b6288 100644
--- a/iso_639-3/Makefile.in
+++ b/iso_639-3/Makefile.in
@@ -461,11 +461,11 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
 
 # Generic target to create deprecated .xml files from JSON data files
-$(DOMAIN).xml: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).xml: $(top_srcdir)/bin/xml_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/xml_from_json.py $(DOMAIN) $(top_srcdir)/data $@
 
 # Used in the domain subdirectories for checking that
diff --git a/iso_639-5/Makefile.in b/iso_639-5/Makefile.in
index 4639b72..8912ea6 100644
--- a/iso_639-5/Makefile.in
+++ b/iso_639-5/Makefile.in
@@ -461,11 +461,11 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
 
 # Generic target to create deprecated .xml files from JSON data files
-$(DOMAIN).xml: $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).xml: $(top_srcdir)/bin/xml_from_json.py $(top_srcdir)/data/$(DOMAIN).json
 	python3 $(top_srcdir)/bin/xml_from_json.py $(DOMAIN) $(top_srcdir)/data $@
 
 # Used in the domain subdirectories for checking that

-- 
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