summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-02-01 14:58:17 +0100
committerlouiz’ <louiz@louiz.org>2017-02-01 14:58:17 +0100
commit9e06f8f2a72f1439a2ab7399a1596803d391fa3e (patch)
treeae6f044da0431bd74f2e75a2ebeb39a2e9a5b9b9 /debian/patches
parent3d5eff2924fb45ac392ebd24c40a0c6fe2235e46 (diff)
downloadbiboumi-9e06f8f2a72f1439a2ab7399a1596803d391fa3e.tar.gz
biboumi-9e06f8f2a72f1439a2ab7399a1596803d391fa3e.tar.bz2
biboumi-9e06f8f2a72f1439a2ab7399a1596803d391fa3e.tar.xz
biboumi-9e06f8f2a72f1439a2ab7399a1596803d391fa3e.zip
Revert "Add patch 2002 to fix use C.UTF-8 as hardcoded internal locale."
This is fixed upstream This reverts commit 111e446d1d57ccc47b35f7c6fbf8bd5575d5a0a1.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/2002_fix_default_locale.patch16
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/2002_fix_default_locale.patch b/debian/patches/2002_fix_default_locale.patch
deleted file mode 100644
index aef32d9..0000000
--- a/debian/patches/2002_fix_default_locale.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix use C.UTF-8 as hardcoded internal locale
- Debian always provides C.UTF-8, only often en_US.UTF-8, and not en_US.utf-8.
-Author: Jonas Smedegaard <dr@jones.dk>
-Last-Update: 2016-12-21
-
---- a/louloulibs/utils/time.cpp
-+++ b/louloulibs/utils/time.cpp
-@@ -24,7 +24,7 @@
- std::tm t = {};
- #ifdef HAS_GET_TIME
- std::istringstream ss(stamp);
-- ss.imbue(std::locale("en_US.utf-8"));
-+ ss.imbue(std::locale("C.UTF-8"));
-
- std::string timezone;
- ss >> std::get_time(&t, format) >> timezone;
diff --git a/debian/patches/series b/debian/patches/series
index ae6b213..66f0cf4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
020161125~ad22be4.patch
020161204~eb8f1cb.patch
2001_cmake_ignore_git.patch
-2002_fix_default_locale.patch