File: control

package info (click to toggle)
lsyncd 2.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 444 kB
  • ctags: 367
  • sloc: ansic: 2,596; sh: 80; makefile: 10
file content (33 lines) | stat: -rw-r--r-- 1,273 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
Source: lsyncd
Section: admin
Priority: optional
Maintainer: Jan Dittberner <jandd@debian.org>
Standards-Version: 3.9.8
Build-Depends: asciidoc,
               cmake,
               debhelper (>= 9),
               docbook-xml,
               docbook-xsl,
               dpkg-dev (>= 1.16.1~),
               liblua5.1-0-dev,
               libxml2-dev,
               libxml2-utils,
               lua5.1,
               pkg-config,
               xsltproc
Homepage: https://github.com/axkibe/lsyncd
Vcs-Git: git://anonscm.debian.org/collab-maint/lsyncd.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/lsyncd.git

Package: lsyncd
Architecture: any
Depends: lsb-base (>= 3.0-6), lua5.1, rsync, ${misc:Depends}, ${shlibs:Depends}
Description: daemon to synchronize local directories using rsync
 Lsyncd (Live syncing mirror daemon) uses rsync to synchronize local
 directories with a remote machine running rsyncd. Lsyncd watches
 multiple directories trees through inotify. The first step after
 adding the watches is to rsync all directories with the remote host,
 and then sync single file by collecting the inotify events. So lsyncd
 is a light-weight live mirror solution that should be easy to install
 and use while blending
 well with your system.