File: control

package info (click to toggle)
metastore 1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 212 kB
  • sloc: ansic: 1,271; makefile: 363; sh: 74
file content (26 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: metastore
Section: misc
Priority: optional
Maintainer: Romain Francoise <rfrancoise@debian.org>
Build-Depends: debhelper-compat (= 12),
               libbsd-dev
Standards-Version: 4.4.1
Homepage: https://github.com/przemoc/metastore
Vcs-Browser: https://salsa.debian.org/rfrancoise/metastore
Vcs-Git: https://salsa.debian.org/rfrancoise/metastore.git

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 can also be helpful in a backup script 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.