summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 33760c8..813bcd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ etckeeper (0.3) UNRELEASED; urgency=low
a GIT_COMMIT_OPTIONS configuration setting. Closes: #451167
* Add network/run and adjtime to default gitignore. Closes: #451347
* Patch from RĂ©mi Vanicat adding bash completion. Closes: #451302
+ * Remove redundant dependency on debconf. Closes: #451378
- -- Joey Hess <joeyh@debian.org> Thu, 15 Nov 2007 12:00:34 -0500
+ -- Joey Hess <joeyh@debian.org> Thu, 15 Nov 2007 12:17:31 -0500
etckeeper (0.2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index b36b606..42ab9c5 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}, debconf | debconf-2.0
+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