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
|
Source: nilfs-tools
Section: admin
Priority: optional
Maintainer: Filesystems Group <filesystems-devel@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, libmount-dev, uuid-dev, libblkid-dev
Standards-Version: 3.9.5
Homepage: http://nilfs.sourceforge.net/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/nilfs-tools.git
Vcs-Git: git://anonscm.debian.org/collab-maint/nilfs-tools.git
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.
|