Files
freeipa/debian/patches/no-arrows.patch
Timo Aaltonen 7f6c2bb992 Add DEP-3 compliant headers to the patches.
and drop obsolete patches
2012-03-02 12:36:30 +02:00

21 lines
954 B
Diff

Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date: Tue Nov 1 10:53:18 2011 -0400
Add no-arrows.patch to not fail test_lang.
diff --git a/install/po/Makefile.in b/install/po/Makefile.in
index 49d125d..e04341b 100644
--- a/install/po/Makefile.in
+++ b/install/po/Makefile.in
@@ -190,8 +190,8 @@ test_lang:
rm -rf test.po test_locale
$(MSGINIT) --no-translator -i $(DOMAIN).pot -l en_US -o test.po
$(SED) -i -r -e 's/Language: en_US/Language: xh_ZA/' test.po
- $(SED) -i -r -e 's/^msgstr[ \t]+"(..*)"[ \t]*$$/msgstr "\xe2\x86\x92\1\xe2\x86\x90"/' test.po
- $(SED) -i -r -e 's/^msgstr[ \t]+"(.*)(\\n)(.)"[ \t]*$$/msgstr "\1\xe2\x86\x90\2"/' test.po
+# $(SED) -i -r -e 's/^msgstr[ \t]+"(..*)"[ \t]*$$/msgstr "\xe2\x86\x92\1\xe2\x86\x90"/' test.po
+# $(SED) -i -r -e 's/^msgstr[ \t]+"(.*)(\\n)(.)"[ \t]*$$/msgstr "\1\xe2\x86\x90\2"/' test.po
$(MKDIR_P) test_locale/xh_ZA/LC_MESSAGES
$(MSGFMT) -o test_locale/xh_ZA/LC_MESSAGES/ipa.mo test.po