update changelog, standards version
[debian/dump] / debian / control
1 Source: dump
2 Section: utils
3 Priority: optional
4 Maintainer: Bdale Garbee <bdale@gag.com>
5 Build-Depends: autoconf, comerr-dev, debhelper (>= 7), e2fslibs-dev, libbz2-dev, libreadline-dev, zlib1g-dev, libblkid-dev, uuid-dev, autotools-dev, libdevmapper-dev, libselinux1-dev
6 Standards-Version: 3.9.2
7 Vcs-Git: git://git.gag.com/debian/dump
8 Vcs-Browser: http://git.gag.com/?p=debian/dump
9
10 Package: dump
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}, tar (>= 1.13.92-3)
13 Description: 4.4bsd dump and restore for ext2 filesystems
14  Dump examines files on a filesystem and determines which files need to be 
15  backed up.  These files are copied to the given disk, tape or other storage 
16  medium for safe keeping.
17  .
18  The restore command performs the inverse function of dump.  A full backup of 
19  a file system may be restored and subsequent incremental backups layered on 
20  top of it.  Single files and directory subtrees may be restored from full or 
21  partial backups.