summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 57ab712c9cd45912724097d12958d2d2c640c96d (plain)
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
35
36
37
38
39
40
41
42
43
Source: rsync
Section: net
Priority: optional
Maintainer: Paul Slootman <paul@debian.org>
Uploaders: Samuel Henrique <samueloph@debian.org>
Build-Depends: debhelper-compat (= 13),
               libacl1-dev,
               libpopt-dev,
               liblz4-dev,
               libxxhash-dev (>= 0.8),
               libzstd-dev (>= 1.4),
               zlib1g-dev,
               libssl-dev,
               python3:native,
               python3-cmarkgfm:native
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://rsync.samba.org/
Vcs-Git: https://salsa.debian.org/debian/rsync.git
Vcs-Browser: https://salsa.debian.org/debian/rsync

Package: rsync
Architecture: any
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends: lsb-base,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: openssh-client,
          openssh-server,
          python3,
          python3-braceexpand
Description: fast, versatile, remote (and local) file-copying tool
 rsync is a fast and versatile file-copying tool which can copy locally
 and to/from a remote host. It offers many options to control its behavior,
 and its remote-update protocol can minimize network traffic to make
 transferring updates between machines fast and efficient.
 .
 It is widely used for backups and mirroring and as an improved copy
 command for everyday use.
 .
 This package provides both the rsync command line tool and optional
 daemon functionality.