[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#880675: Patch



tag 880675 patch

Hello,

here is a better patch, kindly proposed by Niv.

---
commit 16820f7f107201a31f7bdb957b86d7fadf8c2f29 (HEAD -> sid)
Author: Niv Sardi <xaiki@debian.org>
Date:   Thu Mar 22 12:22:05 2018 -0300

    change LC_PAPER to en_US in es_BO local

    i18n defaults to A4 paper, that class of paper is imposible to find
in Bolivia,
    the de-facto standard is 'letter' or en_US 279x216

    Signed-off-by: Niv Sardi <xaiki@debian.org>

diff --git a/debian/patches/localedata/local-es_BO.diff
b/debian/patches/localedata/local-es_BO.diff
new file mode 100644
index 00000000..c140e045
--- /dev/null
+++ b/debian/patches/localedata/local-es_BO.diff
@@ -0,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## local-es_BO.dpatch by Niv Sardi <xaiki@debian.org>
+##
+# DP: Description: Change default LC_PAPER for Bolivian spanish
+# DP: Related bugs: #880675
+# DP: Dpatch author: Niv Sardi
+# DP: Patch author: Sylvain Lesage
+# DP: Upstream status: Not Submitted
+# DP: Date: 2018-03-22
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git'
'--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr'
glibc~/localedata/locales/es_BO glibc/localedata/locales/es_BO
+--- glibc~/localedata/locales/es_BO    2018-03-22 12:12:39.000000000 -0300
++++ glibc/localedata/locales/es_BO     2018-03-22 12:13:00.457409044 -0300
+@@ -125,7 +125,7 @@
+ END LC_TIME
+
+ LC_PAPER
+-copy "i18n"
++copy "en_US"
+ END LC_PAPER
+
+ LC_TELEPHONE
diff --git a/debian/patches/series b/debian/patches/series
index 854ee4bf..2753b3b8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -17,6 +17,7 @@ localedata/fo_FO-date_fmt.diff
 localedata/locales_CH.diff
 localedata/locales-fr.diff
 localedata/locale-en_DK.diff
+localedata/locale-es_BO.diff
 localedata/locale-csb_PL.diff
 localedata/locale-zh_TW.diff
 localedata/locale-se_NO.diff


Reply to: