summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 19:11:58 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 19:11:58 -0500
commitbc0ba6ae7957bf4e31a9fffe66f1e1609d8a85bf (patch)
tree522a8773963fc5b38fa2806efc23334ada10fdd4 /debian/control
parent045faa3a5004d5c4192d0b85bae2a7bc2494ca47 (diff)
back
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 15 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 81b5c35..01735ab 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,20 @@
-Source:
-Section: utils
+Source: etckeeper
+Section: admin
Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.9.0)
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.7.2
-Homepage:
-Vcs-Git:
+Vcs-Git: git://git.kitenet.net/etckeeper
-Package:
+Package: etckeeper
Architecture: all
-Section:
-Depends:
-Description:
+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.
+