mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add no-arrows.patch to not fail test_lang.
This commit is contained in:
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -13,8 +13,9 @@ freeipa (2.1.3-1) UNRELEASED; urgency=low
|
||||
* Add fix_dnsclient.py.patch, we don't use autconfig.
|
||||
* Add add_debian.py.patch, platform support code.
|
||||
* Add include-stdint.patch from upstream to fix build errors.
|
||||
* Add no-arrows.patch to not fail test_lang.
|
||||
|
||||
-- Michele Baldessari <michele@pupazzo.org> Sat, 06 Dec 2008 21:01:24 +0100
|
||||
-- Timo Aaltonen <tjaalton@ubuntu.com> Tue, 01 Nov 2011 10:52:25 -0400
|
||||
|
||||
freeipa (1.2.0-1) UNRELEASED; urgency=low
|
||||
|
||||
|
||||
15
debian/patches/no-arrows.patch
vendored
Normal file
15
debian/patches/no-arrows.patch
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -3,3 +3,4 @@
|
||||
fix_dnsclient.py.patch
|
||||
add_debian.py.patch
|
||||
include-stdint.patch
|
||||
no-arrows.patch
|
||||
|
||||
Reference in New Issue
Block a user