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

Tobias Quathamer toddy at moszumanska.debian.org
Sat Mar 26 14:06:55 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 c95b2f98b9c1e341ba43dff72c79f780b706b940
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Sat Mar 26 15:05:54 2016 +0100

    Regenerate autotools files
---
 iso_15924/Makefile.in  | 11 ++++++++++-
 iso_3166-1/Makefile.in | 11 ++++++++++-
 iso_3166-2/Makefile.in | 11 ++++++++++-
 iso_3166-3/Makefile.in | 11 ++++++++++-
 iso_4217/Makefile.in   | 11 ++++++++++-
 iso_639-2/Makefile.in  | 11 ++++++++++-
 iso_639-3/Makefile.in  | 11 ++++++++++-
 iso_639-5/Makefile.in  | 11 ++++++++++-
 8 files changed, 80 insertions(+), 8 deletions(-)

diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in
index f240c25..a1a293c 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -462,8 +462,17 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json $(top_srcdir)/bin/remove-potcdate.sin
+	cp $@ backup.pot
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < $@ > $(DOMAIN).1po
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < backup.pot > $(DOMAIN).2po
+	if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po $@ && \
+		mv backup.pot $@; \
+	else \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po backup.pot; \
+	fi
 
 # 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
diff --git a/iso_3166-1/Makefile.in b/iso_3166-1/Makefile.in
index 2ab3a5c..a9e6e1a 100644
--- a/iso_3166-1/Makefile.in
+++ b/iso_3166-1/Makefile.in
@@ -462,8 +462,17 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json $(top_srcdir)/bin/remove-potcdate.sin
+	cp $@ backup.pot
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < $@ > $(DOMAIN).1po
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < backup.pot > $(DOMAIN).2po
+	if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po $@ && \
+		mv backup.pot $@; \
+	else \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po backup.pot; \
+	fi
 
 # 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
diff --git a/iso_3166-2/Makefile.in b/iso_3166-2/Makefile.in
index 9dfb63b..72a2739 100644
--- a/iso_3166-2/Makefile.in
+++ b/iso_3166-2/Makefile.in
@@ -462,8 +462,17 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json $(top_srcdir)/bin/remove-potcdate.sin
+	cp $@ backup.pot
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < $@ > $(DOMAIN).1po
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < backup.pot > $(DOMAIN).2po
+	if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po $@ && \
+		mv backup.pot $@; \
+	else \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po backup.pot; \
+	fi
 
 # 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
diff --git a/iso_3166-3/Makefile.in b/iso_3166-3/Makefile.in
index 76a571c..e134365 100644
--- a/iso_3166-3/Makefile.in
+++ b/iso_3166-3/Makefile.in
@@ -462,8 +462,17 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json $(top_srcdir)/bin/remove-potcdate.sin
+	cp $@ backup.pot
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < $@ > $(DOMAIN).1po
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < backup.pot > $(DOMAIN).2po
+	if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po $@ && \
+		mv backup.pot $@; \
+	else \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po backup.pot; \
+	fi
 
 # 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
diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in
index 0e76491..a7113f1 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -462,8 +462,17 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json $(top_srcdir)/bin/remove-potcdate.sin
+	cp $@ backup.pot
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < $@ > $(DOMAIN).1po
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < backup.pot > $(DOMAIN).2po
+	if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po $@ && \
+		mv backup.pot $@; \
+	else \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po backup.pot; \
+	fi
 
 # 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
diff --git a/iso_639-2/Makefile.in b/iso_639-2/Makefile.in
index 671ebf4..c276d1d 100644
--- a/iso_639-2/Makefile.in
+++ b/iso_639-2/Makefile.in
@@ -462,8 +462,17 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json $(top_srcdir)/bin/remove-potcdate.sin
+	cp $@ backup.pot
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < $@ > $(DOMAIN).1po
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < backup.pot > $(DOMAIN).2po
+	if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po $@ && \
+		mv backup.pot $@; \
+	else \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po backup.pot; \
+	fi
 
 # 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
diff --git a/iso_639-3/Makefile.in b/iso_639-3/Makefile.in
index d88c98a..d2bb971 100644
--- a/iso_639-3/Makefile.in
+++ b/iso_639-3/Makefile.in
@@ -462,8 +462,17 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json $(top_srcdir)/bin/remove-potcdate.sin
+	cp $@ backup.pot
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < $@ > $(DOMAIN).1po
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < backup.pot > $(DOMAIN).2po
+	if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po $@ && \
+		mv backup.pot $@; \
+	else \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po backup.pot; \
+	fi
 
 # 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
diff --git a/iso_639-5/Makefile.in b/iso_639-5/Makefile.in
index 2f5e3ca..e5c4711 100644
--- a/iso_639-5/Makefile.in
+++ b/iso_639-5/Makefile.in
@@ -462,8 +462,17 @@ uninstall-am: uninstall-xmlDATA
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
 # Generic target to create .pot files from JSON data files
-$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json
+$(DOMAIN).pot: $(top_srcdir)/bin/pot_from_json.py $(top_srcdir)/data/$(DOMAIN).json $(top_srcdir)/bin/remove-potcdate.sin
+	cp $@ backup.pot
 	python3 $(top_srcdir)/bin/pot_from_json.py $(DOMAIN) $(top_srcdir)/data
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < $@ > $(DOMAIN).1po
+	sed -f $(top_srcdir)/bin/remove-potcdate.sin < backup.pot > $(DOMAIN).2po
+	if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po $@ && \
+		mv backup.pot $@; \
+	else \
+		rm -f $(DOMAIN).1po $(DOMAIN).2po backup.pot; \
+	fi
 
 # 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

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