summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 16:48:06 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 16:48:06 -0500
commit4a808ca40fc19e2acbe72205f0087dbf9c48e31b (patch)
tree84274a61b99b58917965f9f572b902072ea88749 /debian/control
parente078efb6617b74873953cafa1e76414cd0993da8 (diff)
debianisation
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..01735ab
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: etckeeper
+Section: admin
+Priority: optional
+Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.9.0)
+Maintainer: Joey Hess <joeyh@debian.org>
+Standards-Version: 3.7.2
+Vcs-Git: git://git.kitenet.net/etckeeper
+
+Package: etckeeper
+Architecture: all
+Section: admin
+Depends: metastore, git-core, ${misc:Depends}
+Description: store /etc in git
+ etckeeper is a collection of tools to let /etc be stored in a git
+ repository. It hooks into apt to automatically commit changes made to /etc
+ during package upgrades. It uses `metastore` to track file metadata that
+ git does not normally support, but that is important for /etc, such as the
+ permissions of `/etc/shadow`. It's quite modular and configurable, while
+ also being simple to use if you understand the basics of working with git.
+