Imported Debian patch 0.4b37-1
[debian/dump] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..83785a0
--- /dev/null
@@ -0,0 +1,19 @@
+Source: dump
+Section: utils
+Priority: optional
+Maintainer: Bdale Garbee <bdale@gag.com>
+Build-Depends: autoconf, comerr-dev, debhelper (>= 4.1.16), e2fslibs-dev, libbz2-dev, libreadline4-dev, zlib1g-dev, libblkid-dev, uuid-dev
+Standards-Version: 3.6.1.0
+
+Package: dump
+Architecture: any
+Depends: ${shlibs:Depends}, debconf (>= 0.5.00), tar (>= 1.13.92-3)
+Description: 4.4bsd dump and restore for ext2 filesystems
+ Dump examines files on a filesystem and determines which files need to be 
+ backed up.  These files are copied to the given disk, tape or other storage 
+ medium for safe keeping.
+ .
+ The restore command performs the inverse function of dump.  A full backup of 
+ a file system may be restored and subsequent incremental backups layered on 
+ top of it.  Single files and directory subtrees may be restored from full or 
+ partial backups.