[Debian-ha-commits] [csync2] 01/02: Move sqlite3 to Recommends
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Tue Oct 11 08:25:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository csync2.
commit 92bbcd366274757c6684fe7c7e88c72d42c2aaf0
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date: Tue Oct 11 10:08:26 2016 +0200
Move sqlite3 to Recommends
Makes sqlite3 the default database while still allowing
for mysql or postgresql.
---
debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 39d1427..7e3de7c 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,8 @@ Depends: ${misc:Depends},
${shlibs:Depends},
netbase (>= 4.25),
openbsd-inetd | inet-superserver
-Suggests: sqlite3, openssl
+Recommends: sqlite3,
+Suggests: openssl
Description: cluster synchronization tool
CSYNC2 synchronizes files in a cluster using the rsync-algorithm.
It maintains a database of modified files so it is able to handle
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/csync2.git
More information about the Debian-HA-Commits
mailing list