Merge debian/ changes from Debian.
[metastore.git] / debian / control
blobbf637d465d502be697b35cae6b07de4551eca498
1 Source: metastore
2 Section: misc
3 Priority: optional
4 Maintainer: Romain Francoise <rfrancoise@debian.org>
5 Uploaders: David Härdeman <david@hardeman.nu>
6 Build-Depends: debhelper (>= 9), libattr1-dev
7 Standards-Version: 3.9.3
8 Homepage: http://david.hardeman.nu/software.php
10 Package: metastore
11 Architecture: any
12 Depends: ${misc:Depends}, ${shlibs:Depends}
13 Description: Store and restore metadata from a filesystem
14  metastore is a tool to store the metadata of files/directories/links in a file
15  tree to a separate file and to later compare and apply the stored metadata to
16  said file tree.
17  .
18  The tool was written as a supplement to git which does not store all metadata,
19  making it unsuitable for e.g. storing /etc in a repo. metastore could also be
20  helpful if you want to create a tarball of a file tree and make sure that
21  "everything" (e.g. xattrs, mtime, owner, group) is stored along with the files.