File: control

package info (click to toggle)
csync2 2.0-22-gce67c55-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 876 kB
  • sloc: ansic: 6,854; sh: 780; yacc: 458; perl: 277; lex: 92; makefile: 88; cs: 73; sql: 42
file content (34 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: csync2
Section: admin
Priority: optional
Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
Uploaders: Alexander Sosna <alexander.sosna@credativ.de>,
           Valentin Vidic <vvidic@debian.org>
Build-Depends: debhelper (>= 11),
               automake,
               bison,
               flex,
               default-libmysqlclient-dev,
               libpq-dev,
               librsync-dev,
               libsqlite3-dev,
               libgnutls-openssl-dev,
               texlive-latex-extra,
               pkg-config,
               dh-exec
Standards-Version: 4.2.1
Homepage: https://github.com/LINBIT/csync2
Vcs-Browser: https://salsa.debian.org/ha-team/csync2
Vcs-Git: https://salsa.debian.org/ha-team/csync2.git

Package: csync2
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         netbase (>= 4.25)
Recommends: sqlite3, openbsd-inetd | inet-superserver
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
 deletion of files and file modification conflicts.