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: unionfs
Section: misc
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 5), bzip2, uuid-dev
Standards-Version: 3.7.2
Package: unionfs-source
Architecture: all
Depends: debhelper (>= 5), module-assistant, bzip2, make
Recommends: unionfs-tools
Description: Source for the union filesystem
This package provides the source code for the unionfs kernel modules.
The unionfs package is also required in order to make use of these
modules. Kernel source or headers are required to compile these modules.
.
Homepage: <http://www.fsl.cs.sunysb.edu/project-unionfs.html>
Package: unionfs-tools
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: unionfs-utils (<< 1.1.3-1)
Replaces: unionfs-utils
Description: Tools to manage unionfs filesystems
The unionfs driver provides a unification file system for the Linux kernel. It
allows to virtually merge the contents of several directories and/or stack
them, so that apparent file changes in the unionfs end in file changes in only
one of the source directories.
.
Homepage: <http://www.fsl.cs.sunysb.edu/project-unionfs.html>
.
This package contains utilities needed to configure unionfs containers
on-the-fly.
Package: unionfs-utils
Architecture: all
Depends: unionfs-tools
Description: Transition package for unionfs-tools rename
Package to ease upgrading from older unionfs-utils packages to the new
unionfs-tools package.
.
This package can be purged at anytime once the unionfs-tools package has been
installed.
|