[SCM] Akonadi packaging branch, master, updated. debian/1.13.0-4-2-g01f912e

Dmitry Smirnov onlyjob at moszumanska.debian.org
Tue Jul 14 14:28:23 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-req/akonadi.git;a=commitdiff;h=f993878

The following commit has been merged in the master branch:
commit f9938783207106d173112897e78519eba53edc68
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Tue Jul 14 23:46:06 2015 +1000

    Initialise PSQL database with "--data-checksums" (Closes: #791807).
---
 debian/patches/postgresql-data-checksums.patch | 18 ++++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/postgresql-data-checksums.patch b/debian/patches/postgresql-data-checksums.patch
new file mode 100644
index 0000000..f885f30
--- /dev/null
+++ b/debian/patches/postgresql-data-checksums.patch
@@ -0,0 +1,18 @@
+Last-Update: 2015-07-14
+Forwarded: no
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791807
+Author: Dmitry Smirnov <onlyjob at member.fsf.org>
+Description: initialise PSQL database with "--data-checksums".
+
+--- a/server/src/storage/dbconfigpostgresql.cpp
++++ b/server/src/storage/dbconfigpostgresql.cpp
+@@ -219,8 +219,9 @@
+     const QString command = QString::fromLatin1( "%1" ).arg( mInitDbPath );
+     QStringList arguments;
+     arguments << QString::fromLatin1( "--pgdata=%2" ).arg( mPgData )
+               // TODO check locale
++              << QString::fromLatin1( "--data-checksums" )
+               << QString::fromLatin1( "--locale=en_US.UTF-8" );
+     QProcess::execute( command, arguments );
+   }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 9a06d5d..c41b8f6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+postgresql-data-checksums.patch
 postgresql9.4.patch
 upstream-fix_typo_in_if_condition.patch
 upstream-fix_buffer_overflow_in_AKTEST_FAKESERVER_MAIN.patch

-- 
Akonadi packaging



More information about the pkg-kde-commits mailing list