[Pkg-isocodes-devel] [iso-codes] 01/04: Do not remove ISO 3166-3 XML, make dist fails otherwise

Tobias Quathamer toddy at moszumanska.debian.org
Sat Mar 5 13:30:19 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 18170e36ecc1df7dbf0ecba19c20023507e291b5
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Sat Mar 5 13:41:13 2016 +0100

    Do not remove ISO 3166-3 XML, make dist fails otherwise
---
 common.mk                 | 1 -
 iso_15924/Makefile.in     | 1 -
 iso_3166-1/Makefile.in    | 1 -
 iso_3166-2/Makefile.in    | 1 -
 iso_3166-3/Makefile.in    | 1 -
 iso_3166-3/iso_3166-3.xml | 0
 iso_4217/Makefile.in      | 1 -
 iso_639-2/Makefile.in     | 1 -
 iso_639-3/Makefile.in     | 1 -
 iso_639-5/Makefile.in     | 1 -
 10 files changed, 9 deletions(-)

diff --git a/common.mk b/common.mk
index 55185c4..28df715 100644
--- a/common.mk
+++ b/common.mk
@@ -26,7 +26,6 @@ $(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).j
 # Generic target to create deprecated .xml files from JSON data files
 $(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 $@
-	if [ "$(DOMAIN)" = "iso_3166-3" ]; then rm iso_3166-3.xml; fi
 
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in
index a0838fd..9d12f53 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -467,7 +467,6 @@ $(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).j
 # Generic target to create deprecated .xml files from JSON data files
 $(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 $@
-	if [ "$(DOMAIN)" = "iso_3166-3" ]; then rm iso_3166-3.xml; fi
 
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
diff --git a/iso_3166-1/Makefile.in b/iso_3166-1/Makefile.in
index b451c5b..d8b2e69 100644
--- a/iso_3166-1/Makefile.in
+++ b/iso_3166-1/Makefile.in
@@ -467,7 +467,6 @@ $(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).j
 # Generic target to create deprecated .xml files from JSON data files
 $(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 $@
-	if [ "$(DOMAIN)" = "iso_3166-3" ]; then rm iso_3166-3.xml; fi
 
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
diff --git a/iso_3166-2/Makefile.in b/iso_3166-2/Makefile.in
index f794c8d..d011092 100644
--- a/iso_3166-2/Makefile.in
+++ b/iso_3166-2/Makefile.in
@@ -467,7 +467,6 @@ $(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).j
 # Generic target to create deprecated .xml files from JSON data files
 $(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 $@
-	if [ "$(DOMAIN)" = "iso_3166-3" ]; then rm iso_3166-3.xml; fi
 
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
diff --git a/iso_3166-3/Makefile.in b/iso_3166-3/Makefile.in
index 30d7880..ec8ca2b 100644
--- a/iso_3166-3/Makefile.in
+++ b/iso_3166-3/Makefile.in
@@ -467,7 +467,6 @@ $(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).j
 # Generic target to create deprecated .xml files from JSON data files
 $(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 $@
-	if [ "$(DOMAIN)" = "iso_3166-3" ]; then rm iso_3166-3.xml; fi
 
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
diff --git a/iso_3166-3/iso_3166-3.xml b/iso_3166-3/iso_3166-3.xml
new file mode 100644
index 0000000..e69de29
diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in
index 3081067..d690532 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -467,7 +467,6 @@ $(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).j
 # Generic target to create deprecated .xml files from JSON data files
 $(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 $@
-	if [ "$(DOMAIN)" = "iso_3166-3" ]; then rm iso_3166-3.xml; fi
 
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
diff --git a/iso_639-2/Makefile.in b/iso_639-2/Makefile.in
index c7a4bda..fe26594 100644
--- a/iso_639-2/Makefile.in
+++ b/iso_639-2/Makefile.in
@@ -467,7 +467,6 @@ $(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).j
 # Generic target to create deprecated .xml files from JSON data files
 $(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 $@
-	if [ "$(DOMAIN)" = "iso_3166-3" ]; then rm iso_3166-3.xml; fi
 
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
diff --git a/iso_639-3/Makefile.in b/iso_639-3/Makefile.in
index 57b2ca7..36b6288 100644
--- a/iso_639-3/Makefile.in
+++ b/iso_639-3/Makefile.in
@@ -467,7 +467,6 @@ $(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).j
 # Generic target to create deprecated .xml files from JSON data files
 $(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 $@
-	if [ "$(DOMAIN)" = "iso_3166-3" ]; then rm iso_3166-3.xml; fi
 
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
diff --git a/iso_639-5/Makefile.in b/iso_639-5/Makefile.in
index f7ecff7..8912ea6 100644
--- a/iso_639-5/Makefile.in
+++ b/iso_639-5/Makefile.in
@@ -467,7 +467,6 @@ $(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).j
 # Generic target to create deprecated .xml files from JSON data files
 $(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 $@
-	if [ "$(DOMAIN)" = "iso_3166-3" ]; then rm iso_3166-3.xml; fi
 
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data

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