File: control

package info (click to toggle)
rsyncrypto 1.13-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,984 kB
  • ctags: 686
  • sloc: cpp: 3,457; sh: 1,221; makefile: 29
file content (19 lines) | stat: -rw-r--r-- 730 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: rsyncrypto
Section: utils
Priority: optional
Maintainer: Shachar Shemesh <shachar@debian.org>
Build-Depends: debhelper (>= 9), libssl-dev (>= 0.9.7), libargtable2-dev, autotools-dev
Standards-Version: 3.9.8.0
Homepage: http://rsyncrypto.lingnu.com

Package: rsyncrypto
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gzip (>= 1.3.5-4)
Recommends: rsync
Description: rsync friendly encryption
 Rsyncrypto allows you to encrypt a file or a directory structure, such that
 they can later be synchronized to another machine using rsync. This means
 that local changes to the plain text file result in local changes to the
 cipher text file.
 .
 rsyncrypto compresses the plain text file prior to encrypting it.