summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-10 20:29:19 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-10 20:29:19 -0500
commit0008bc2e2dce9aaeca563078a3b08daed48beb99 (patch)
tree1266671677e712fd5121d7f52d68d3f4895991c0 /debian/control
parentbd90bdd96e1ef36059651f68d0c3fb0a60e74d38 (diff)
add depends on debconf
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 42ab9c5..b5f8d01 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Homepage: http://kitenet.net/~joey/code/etckeeper/
Package: etckeeper
Architecture: all
Section: admin
-Depends: metastore, git-core, ${misc:Depends}
+Depends: metastore, git-core, ${misc:Depends}, debconf-2.0 | debconf
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