[neon/kde/akonadi/Neon/unstable] debian/patches: refresh patch
Jonathan Riddell
null at kde.org
Mon Feb 1 17:10:55 GMT 2021
Git commit f15c1426a87b3e60c540617bedfa35381850f702 by Jonathan Riddell.
Committed on 01/02/2021 at 17:10.
Pushed by jriddell into branch 'Neon/unstable'.
refresh patch
M +8 -7 debian/patches/postgresql-data-checksums.patch
https://invent.kde.org/neon/kde/akonadi/commit/f15c1426a87b3e60c540617bedfa35381850f702
diff --git a/debian/patches/postgresql-data-checksums.patch b/debian/patches/postgresql-data-checksums.patch
index 252caab..a3ae145 100644
--- a/debian/patches/postgresql-data-checksums.patch
+++ b/debian/patches/postgresql-data-checksums.patch
@@ -6,15 +6,16 @@ Subject: postgresql-data-checksums
src/server/storage/dbconfigpostgresql.cpp | 1 +
1 file changed, 1 insertion(+)
-Index: akonadi-20.08.2/src/server/storage/dbconfigpostgresql.cpp
+Index: akonadi/src/server/storage/dbconfigpostgresql.cpp
===================================================================
--- akonadi.orig/src/server/storage/dbconfigpostgresql.cpp
+++ akonadi/src/server/storage/dbconfigpostgresql.cpp
-@@ -306,6 +306,7 @@ bool DbConfigPostgresql::runInitDb(const
+@@ -302,7 +302,7 @@ bool DbConfigPostgresql::runInitDb(const
+ #endif
// call 'initdb --pgdata=/home/user/.local/share/akonadi/data_db'
- return execute(mInitDbPath, { QStringLiteral("--pgdata=%1").arg(newDbPath),
-+ QStringLiteral("--data-checksums"),
- QStringLiteral("--encoding=UTF8"),
- QStringLiteral("--no-locale")
- }) == 0;
+- return execute(mInitDbPath, {QStringLiteral("--pgdata=%1").arg(newDbPath), QStringLiteral("--encoding=UTF8"), QStringLiteral("--no-locale")}) == 0;
++ return execute(mInitDbPath, {QStringLiteral("--pgdata=%1").arg(newDbPath), QStringLiteral("--data-checksums"), QStringLiteral("--encoding=UTF8"), QStringLiteral("--no-locale")}) == 0;
+ }
+
+ namespace
More information about the Neon-commits
mailing list