File: control

package info (click to toggle)
encfs 1.7.4-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,096 kB
  • ctags: 1,128
  • sloc: sh: 11,121; cpp: 9,524; makefile: 150; sed: 16
file content (20 lines) | stat: -rw-r--r-- 917 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: encfs
Section: utils
Priority: optional
Maintainer: Eduard Bloch <blade@debian.org>
Build-Depends: debhelper (>= 7.0), librlog-dev, librlog5, libfuse-dev (>> 2.6), libssl-dev (>> 0.9.8), pkg-config, libboost-serialization-dev, libboost-filesystem-dev, dpkg-dev (>= 1.17), autotools-dev
Standards-Version: 3.9.6
Homepage: http://www.arg0.net/encfs
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/encfs.git
Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/encfs.git

Package: encfs
Architecture: linux-any kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}, fuse [linux-any] | fuse4bsd [kfreebsd-any]
Description: encrypted virtual filesystem
 EncFS integrates file system encryption into the Unix(TM) file system.
 Encrypted data is stored within the native file system, thus no
 fixed-size loopback image is required.
 .
 EncFS uses the FUSE kernel driver and library as a backend.