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

Tobias Quathamer toddy at moszumanska.debian.org
Tue Feb 23 18:41:18 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 bf3a8149a460a15737860819e346dbaea639d14b
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Tue Feb 23 19:40:15 2016 +0100

    Regenerate automake files
---
 Makefile.in            |  2 +-
 iso_15924/Makefile.in  | 10 ++++------
 iso_3166/Makefile.in   | 10 ++++------
 iso_3166_2/Makefile.in | 10 ++++------
 iso_4217/Makefile.in   | 10 ++++------
 iso_639/Makefile.in    | 10 ++++------
 iso_639_3/Makefile.in  | 10 ++++------
 iso_639_5/Makefile.in  | 10 ++++------
 8 files changed, 29 insertions(+), 43 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 98221db..cad20cd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -316,7 +316,7 @@ EXTRA_DIST = \
 	LICENSE			\
 	common.mk		\
 	iso2pot.py		\
-	check_valid_utf8.pl
+	check_valid_utf8.py
 
 DISTCLEANFILES = $(pkgconfig_DATA)
 all: all-recursive
diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in
index 4f2186e..8d47505 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -457,15 +457,14 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-check-local: check-content
-
 # Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
-.PHONY: check-content
-check-content:
-	perl $(top_srcdir)/check_valid_utf8.pl $(pofiles)
+# Used in the domain subdirectories for checking that
+# all .po files contain UTF-8 data
+check-local:
+	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
@@ -496,7 +495,6 @@ update-po:
 	fi
 
 install-data-hook: $(mofiles)
-	$(mkinstalldirs) $(DESTDIR)$(datadir)
 	$(mkinstalldirs) $(DESTDIR)$(localedir)
 	catalogs='$(mofiles)'; \
 	for cat in $$catalogs; do \
diff --git a/iso_3166/Makefile.in b/iso_3166/Makefile.in
index 1514585..8678413 100644
--- a/iso_3166/Makefile.in
+++ b/iso_3166/Makefile.in
@@ -457,15 +457,14 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-check-local: check-content
-
 # Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
-.PHONY: check-content
-check-content:
-	perl $(top_srcdir)/check_valid_utf8.pl $(pofiles)
+# Used in the domain subdirectories for checking that
+# all .po files contain UTF-8 data
+check-local:
+	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
@@ -496,7 +495,6 @@ update-po:
 	fi
 
 install-data-hook: $(mofiles)
-	$(mkinstalldirs) $(DESTDIR)$(datadir)
 	$(mkinstalldirs) $(DESTDIR)$(localedir)
 	catalogs='$(mofiles)'; \
 	for cat in $$catalogs; do \
diff --git a/iso_3166_2/Makefile.in b/iso_3166_2/Makefile.in
index e7c1168..a03edc6 100644
--- a/iso_3166_2/Makefile.in
+++ b/iso_3166_2/Makefile.in
@@ -457,15 +457,14 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-check-local: check-content
-
 # Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
-.PHONY: check-content
-check-content:
-	perl $(top_srcdir)/check_valid_utf8.pl $(pofiles)
+# Used in the domain subdirectories for checking that
+# all .po files contain UTF-8 data
+check-local:
+	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
@@ -496,7 +495,6 @@ update-po:
 	fi
 
 install-data-hook: $(mofiles)
-	$(mkinstalldirs) $(DESTDIR)$(datadir)
 	$(mkinstalldirs) $(DESTDIR)$(localedir)
 	catalogs='$(mofiles)'; \
 	for cat in $$catalogs; do \
diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in
index a8b5666..86a4681 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -457,15 +457,14 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-check-local: check-content
-
 # Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
-.PHONY: check-content
-check-content:
-	perl $(top_srcdir)/check_valid_utf8.pl $(pofiles)
+# Used in the domain subdirectories for checking that
+# all .po files contain UTF-8 data
+check-local:
+	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
@@ -496,7 +495,6 @@ update-po:
 	fi
 
 install-data-hook: $(mofiles)
-	$(mkinstalldirs) $(DESTDIR)$(datadir)
 	$(mkinstalldirs) $(DESTDIR)$(localedir)
 	catalogs='$(mofiles)'; \
 	for cat in $$catalogs; do \
diff --git a/iso_639/Makefile.in b/iso_639/Makefile.in
index 99151e5..22345a0 100644
--- a/iso_639/Makefile.in
+++ b/iso_639/Makefile.in
@@ -457,15 +457,14 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-check-local: check-content
-
 # Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
-.PHONY: check-content
-check-content:
-	perl $(top_srcdir)/check_valid_utf8.pl $(pofiles)
+# Used in the domain subdirectories for checking that
+# all .po files contain UTF-8 data
+check-local:
+	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
@@ -496,7 +495,6 @@ update-po:
 	fi
 
 install-data-hook: $(mofiles)
-	$(mkinstalldirs) $(DESTDIR)$(datadir)
 	$(mkinstalldirs) $(DESTDIR)$(localedir)
 	catalogs='$(mofiles)'; \
 	for cat in $$catalogs; do \
diff --git a/iso_639_3/Makefile.in b/iso_639_3/Makefile.in
index 62d30a1..4072798 100644
--- a/iso_639_3/Makefile.in
+++ b/iso_639_3/Makefile.in
@@ -457,15 +457,14 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-check-local: check-content
-
 # Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
-.PHONY: check-content
-check-content:
-	perl $(top_srcdir)/check_valid_utf8.pl $(pofiles)
+# Used in the domain subdirectories for checking that
+# all .po files contain UTF-8 data
+check-local:
+	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
@@ -496,7 +495,6 @@ update-po:
 	fi
 
 install-data-hook: $(mofiles)
-	$(mkinstalldirs) $(DESTDIR)$(datadir)
 	$(mkinstalldirs) $(DESTDIR)$(localedir)
 	catalogs='$(mofiles)'; \
 	for cat in $$catalogs; do \
diff --git a/iso_639_5/Makefile.in b/iso_639_5/Makefile.in
index e853623..52aeaa5 100644
--- a/iso_639_5/Makefile.in
+++ b/iso_639_5/Makefile.in
@@ -457,15 +457,14 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-check-local: check-content
-
 # Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
-.PHONY: check-content
-check-content:
-	perl $(top_srcdir)/check_valid_utf8.pl $(pofiles)
+# Used in the domain subdirectories for checking that
+# all .po files contain UTF-8 data
+check-local:
+	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
@@ -496,7 +495,6 @@ update-po:
 	fi
 
 install-data-hook: $(mofiles)
-	$(mkinstalldirs) $(DESTDIR)$(datadir)
 	$(mkinstalldirs) $(DESTDIR)$(localedir)
 	catalogs='$(mofiles)'; \
 	for cat in $$catalogs; do \

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