diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-02-07 22:35:03 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-02-07 22:35:03 +0100 |
commit | 9ab83e140f10186c86cd3eaa8cc3a0bc77da939c (patch) | |
tree | c533e97a11f4f617a3351ac83edb690c02e51eb8 /debian/control | |
parent | 8b96e197acdad31cc8526dbb82230f2c307e6bee (diff) |
Remove debian/ directory.
I think that adding this directory 3 years ago to the repository was
a mistake. If there will be a demand for it, some Makefile rule
bootstrapping debian/ directory could be devised.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/control b/debian/control deleted file mode 100644 index bf637d4..0000000 --- a/debian/control +++ /dev/null @@ -1,21 +0,0 @@ -Source: metastore -Section: misc -Priority: optional -Maintainer: Romain Francoise <rfrancoise@debian.org> -Uploaders: David Härdeman <david@hardeman.nu> -Build-Depends: debhelper (>= 9), libattr1-dev -Standards-Version: 3.9.3 -Homepage: http://david.hardeman.nu/software.php - -Package: metastore -Architecture: any -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. |