diff options
author | Romain Francoise <rfrancoise@debian.org> | 2010-09-12 10:56:36 +0200 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2012-02-10 00:44:58 +0100 |
commit | 4e775f6e3e855e0c52f3b4d3dda7bd7d31ba62fe (patch) | |
tree | d8ecfd1bbef48400d4604c62404908658abf508c /debian/control | |
parent | e5f47376c8aa54c5d4eb8709b95f9cf68c4fa32f (diff) |
Merge debian/ changes from Debian.
* New maintainer.
* Switch (back) to a minimal rules files; restores missing examples.
* Switch to source format 3.0 (quilt).
* Add debian/watch.
* Bump Standards-Version to 3.9.1, no changes needed.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/debian/control b/debian/control index 1008453..6be8f49 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,21 @@ Source: metastore Section: misc Priority: optional -Maintainer: David Härdeman <david@hardeman.nu> -Build-Depends: debhelper (>= 5.0.0), libattr1-dev -Standards-Version: 3.7.2.2 -XS-Vcs-Git: git://git.hardeman.nu/metastore.git -XS-Vcs-Browser: http://git.hardeman.nu/?p=metastore.git;a=summary +Maintainer: Romain Francoise <rfrancoise@debian.org> +Uploaders: David Härdeman <david@hardeman.nu> +Build-Depends: debhelper (>= 7), libattr1-dev +Standards-Version: 3.9.1 +Homepage: http://david.hardeman.nu/software.php Package: metastore -Section: misc Architecture: any -Depends: ${shlibs:Depends} -Description: Store and restore metadata - This package contains the metastore tool to store and restore metadata - from a filesystem. +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Store and restore metadata from a filesystem + metastore is a tool to store the metadata of files/directories/links in a file + tree to a separate file and to later compare and apply the stored metadata to + said file tree. + . + The tool was written as a supplement to git which does not store all metadata, + making it unsuitable for e.g. storing /etc in a repo. metastore could also be + helpful if you want to create a tarball of a file tree and make sure that + "everything" (e.g. xattrs, mtime, owner, group) is stored along with the files. |