diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-15 12:17:47 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-15 12:17:47 -0500 |
commit | 77f440d66fae1266ddb43ab30a8ed657e0adf8f1 (patch) | |
tree | 2a45fe93c32bac4de5ce57b843d37364b93d8310 | |
parent | b7281597a6885bb7ef902f55fbd02a1ee7f25f79 (diff) |
* Remove redundant dependency on debconf. Closes: #451378
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
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 |