summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-06-24 10:08:43 +0200
committerJonas Smedegaard <dr@jones.dk>2017-06-24 10:08:43 +0200
commitb38dfbe1d77645a1ef9fe895e701a48d3c18d399 (patch)
tree4df9892cec01dd5108a676082e51c9a0a4c551db /debian
parent600e88f03a7b5308668d5e52218f22a66ae8f579 (diff)
downloadbiboumi-b38dfbe1d77645a1ef9fe895e701a48d3c18d399.tar.gz
biboumi-b38dfbe1d77645a1ef9fe895e701a48d3c18d399.tar.bz2
biboumi-b38dfbe1d77645a1ef9fe895e701a48d3c18d399.tar.xz
biboumi-b38dfbe1d77645a1ef9fe895e701a48d3c18d399.zip
Drop patch 2002: Fixed upstream.
Diffstat (limited to 'debian')
-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 3505552..9da3ec6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
2001_cmake_ignore_git.patch
-2002_fix_default_locale.patch