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
|
Source: aufs-tools
Section: kernel
Priority: optional
Maintainer: Daniel Baumann <daniel@lists.debian-maintainers.org>
Uploaders: Daniel Baumann <daniel@debian.org>,
Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
Standards-Version: 3.8.4
Homepage: http://aufs.sourceforge.net/
Vcs-Browser: http://git.debian-maintainers.org/?p=daniel/aufs-tools.git
Vcs-Git: git://git.debian-maintainers.org/git/daniel/aufs-tools.git
Package: aufs-tools
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Tools to manage aufs filesystems
The aufs 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 aufs end in file changes in only one
of the source directories.
.
This package contains utilities needed to configure aufs containers on-the-fly.
Package: aufs-tools-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, aufs-tools (= ${binary:Version})
Description: Tools to manage aufs filesystems (debug)
The aufs 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 aufs end in file changes in only one
of the source directories.
.
This package contains the debugging symbols for the utilities needed to
configure aufs containers on-the-fly.
|