[Pkg-xmpp-commits] [jabberd2] 05/07: Adapt debian/patches/etc_dbpath.diff.

Simon Josefsson jas at moszumanska.debian.org
Mon Jul 18 12:38:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

jas pushed a commit to branch master
in repository jabberd2.

commit 1a36e1878c5afcfded40a7017f34affe7217cc1f
Author: Simon Josefsson <simon at josefsson.org>
Date:   Mon Jul 18 14:00:13 2016 +0200

    Adapt debian/patches/etc_dbpath.diff.
---
 debian/changelog               |  1 +
 debian/patches/etc_dbpath.diff | 16 ++++++++--------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 01ac59a..43b5423 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 jabberd2 (2.4.0-1) unstable; urgency=low
 
   * New upstream version.
+    - Adapt debian/patches/etc_dbpath.diff.
   * Use https URLs in Vcs-Browser and Vcs-Git.
   * Update Standards-Version from 3.9.6 to 3.9.8.
 
diff --git a/debian/patches/etc_dbpath.diff b/debian/patches/etc_dbpath.diff
index 1558824..f94d1ee 100644
--- a/debian/patches/etc_dbpath.diff
+++ b/debian/patches/etc_dbpath.diff
@@ -3,16 +3,16 @@ Author: Jorge Salamero Sanz <bencer at cauterized.net>
 
 --- a/etc/c2s.xml.dist.in
 +++ b/etc/c2s.xml.dist.in
-@@ -421,7 +421,7 @@
+@@ -437,7 +437,7 @@
      <!-- SQLite driver configuration -->
      <sqlite>
        <!-- Database name -->
 -      <dbname>@localstatedir@/@package@/db/sqlite.db</dbname>
 +      <dbname>/var/lib/jabberd2/sqlite.db</dbname>
  
-       <!-- Transacation support. If this is commented out, transactions
-            will be disabled. This might make database accesses faster,
-@@ -543,7 +543,7 @@
+     <!-- Use this to pass any SQL statements to the database immediately
+ 	  after opening it. This is typically used to set pragmas for
+@@ -564,7 +564,7 @@
      <!-- Berkeley DB module configuration -->
      <db>
        <!-- Directory to store database files under -->
@@ -29,10 +29,10 @@ Author: Jorge Salamero Sanz <bencer at cauterized.net>
        <!-- Database name -->
 -      <dbname>@localstatedir@/@package@/db/sqlite.db</dbname>
 +      <dbname>/var/lib/jabberd2/sqlite.db</dbname>
- 
-       <!-- Transaction support. If this is commented out, transactions
-            will be disabled. This might make database accesses faster,
-@@ -208,7 +208,7 @@
+      <!-- Use this to pass any SQL statements to the database immediately
+           after opening it. This is typically used to set pragmas for
+           performance tuning. -->
+@@ -217,7 +217,7 @@
           implementation does not implement the 'count' callback). -->
      <db>
        <!-- Directory to store database files under -->

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xmpp/jabberd2.git



More information about the Pkg-xmpp-commits mailing list