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
|
Source: nilfs-tools
Section: admin
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net>
Build-Depends: debhelper (>= 9), autotools-dev, libmount-dev, uuid-dev
Standards-Version: 3.9.3
Homepage: http://www.nilfs.org/
Package: nilfs-tools
Architecture: linux-any
Pre-Depends: multiarch-support
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Continuous Snapshotting Log-structured Filesystem
NILFS is a new implementation of a log-structured filesystem. It allows
continuous snapshotting, so that users can restore files mistakenly overwritten
or destroyed even when it happens after the last backup.
.
This package contains utilities (mkfs, fsck, etc.) used to work with nilfs.
Package: nilfs-tools-dbg
Section: debug
Priority: extra
Architecture: linux-any
Depends: ${misc:Depends}, nilfs-tools (= ${binary:Version})
Description: Continuous Snapshotting Log-structured Filesystem (debug)
NILFS is a new implementation of a log-structured filesystem. It allows
continuous snapshotting, so that users can restore files mistakenly overwritten
or destroyed even when it happens after the last backup.
.
This package contains the debugging symbols.
|