[Pkg-isocodes-devel] [iso-codes] 06/07: Move sed script into bin

Tobias Quathamer toddy at moszumanska.debian.org
Wed Mar 2 21:14:41 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 5e5c13025825d26f178caa41061d14beb122fdee
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Wed Mar 2 22:03:27 2016 +0100

    Move sed script into bin
---
 recode-tt-cyrillic.sed => bin/recode-tt-cyrillic.sed | 0
 common.mk                                            | 2 +-
 iso_15924/Makefile.in                                | 2 +-
 iso_3166/Makefile.in                                 | 2 +-
 iso_3166_2/Makefile.in                               | 2 +-
 iso_4217/Makefile.in                                 | 2 +-
 iso_639/Makefile.in                                  | 2 +-
 iso_639_3/Makefile.in                                | 2 +-
 iso_639_5/Makefile.in                                | 2 +-
 9 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/recode-tt-cyrillic.sed b/bin/recode-tt-cyrillic.sed
similarity index 100%
rename from recode-tt-cyrillic.sed
rename to bin/recode-tt-cyrillic.sed
diff --git a/common.mk b/common.mk
index 25577af..efc5a0f 100644
--- a/common.mk
+++ b/common.mk
@@ -48,7 +48,7 @@ update-po:
 		sed -i -e 's/^\"Language: sr\\n\"/\"Language: sr at latin\\n\"/' sr at latin.po; \
 	fi
 	if [ -f tt at iqtelif.po ]; then \
-		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
+		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/bin/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
 		sed -i -e 's/^\"Language: tt at iqtelif\\n\"/\"Language: tt\\n\"/' tt.po; \
 	fi
 
diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in
index 8cda6f1..7a03254 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -489,7 +489,7 @@ update-po:
 		sed -i -e 's/^\"Language: sr\\n\"/\"Language: sr at latin\\n\"/' sr at latin.po; \
 	fi
 	if [ -f tt at iqtelif.po ]; then \
-		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
+		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/bin/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
 		sed -i -e 's/^\"Language: tt at iqtelif\\n\"/\"Language: tt\\n\"/' tt.po; \
 	fi
 
diff --git a/iso_3166/Makefile.in b/iso_3166/Makefile.in
index c4a53b2..ee8c85f 100644
--- a/iso_3166/Makefile.in
+++ b/iso_3166/Makefile.in
@@ -489,7 +489,7 @@ update-po:
 		sed -i -e 's/^\"Language: sr\\n\"/\"Language: sr at latin\\n\"/' sr at latin.po; \
 	fi
 	if [ -f tt at iqtelif.po ]; then \
-		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
+		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/bin/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
 		sed -i -e 's/^\"Language: tt at iqtelif\\n\"/\"Language: tt\\n\"/' tt.po; \
 	fi
 
diff --git a/iso_3166_2/Makefile.in b/iso_3166_2/Makefile.in
index 612a0f5..d1c3193 100644
--- a/iso_3166_2/Makefile.in
+++ b/iso_3166_2/Makefile.in
@@ -489,7 +489,7 @@ update-po:
 		sed -i -e 's/^\"Language: sr\\n\"/\"Language: sr at latin\\n\"/' sr at latin.po; \
 	fi
 	if [ -f tt at iqtelif.po ]; then \
-		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
+		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/bin/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
 		sed -i -e 's/^\"Language: tt at iqtelif\\n\"/\"Language: tt\\n\"/' tt.po; \
 	fi
 
diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in
index 7186f6a..a863247 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -489,7 +489,7 @@ update-po:
 		sed -i -e 's/^\"Language: sr\\n\"/\"Language: sr at latin\\n\"/' sr at latin.po; \
 	fi
 	if [ -f tt at iqtelif.po ]; then \
-		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
+		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/bin/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
 		sed -i -e 's/^\"Language: tt at iqtelif\\n\"/\"Language: tt\\n\"/' tt.po; \
 	fi
 
diff --git a/iso_639/Makefile.in b/iso_639/Makefile.in
index 61ffeee..1c965b6 100644
--- a/iso_639/Makefile.in
+++ b/iso_639/Makefile.in
@@ -489,7 +489,7 @@ update-po:
 		sed -i -e 's/^\"Language: sr\\n\"/\"Language: sr at latin\\n\"/' sr at latin.po; \
 	fi
 	if [ -f tt at iqtelif.po ]; then \
-		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
+		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/bin/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
 		sed -i -e 's/^\"Language: tt at iqtelif\\n\"/\"Language: tt\\n\"/' tt.po; \
 	fi
 
diff --git a/iso_639_3/Makefile.in b/iso_639_3/Makefile.in
index 8eb058b..a494ba2 100644
--- a/iso_639_3/Makefile.in
+++ b/iso_639_3/Makefile.in
@@ -489,7 +489,7 @@ update-po:
 		sed -i -e 's/^\"Language: sr\\n\"/\"Language: sr at latin\\n\"/' sr at latin.po; \
 	fi
 	if [ -f tt at iqtelif.po ]; then \
-		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
+		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/bin/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
 		sed -i -e 's/^\"Language: tt at iqtelif\\n\"/\"Language: tt\\n\"/' tt.po; \
 	fi
 
diff --git a/iso_639_5/Makefile.in b/iso_639_5/Makefile.in
index e4f296f..a6b0cf6 100644
--- a/iso_639_5/Makefile.in
+++ b/iso_639_5/Makefile.in
@@ -489,7 +489,7 @@ update-po:
 		sed -i -e 's/^\"Language: sr\\n\"/\"Language: sr at latin\\n\"/' sr at latin.po; \
 	fi
 	if [ -f tt at iqtelif.po ]; then \
-		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
+		$(MSGFILTER) --keep-header sed -f $(top_srcdir)/bin/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po; \
 		sed -i -e 's/^\"Language: tt at iqtelif\\n\"/\"Language: tt\\n\"/' tt.po; \
 	fi
 

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