summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 720347e..4ac66ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+etckeeper (0.6) UNRELEASED; urgency=low
+
+ * Depend on a fairly recent git-core. Closes: #453063
+
+ -- Joey Hess <joeyh@debian.org> Mon, 26 Nov 2007 21:55:55 -0500
+
etckeeper (0.5) unstable; urgency=low
* Typo. Closes: #452926
diff --git a/debian/control b/debian/control
index 42ab9c5..47afcfa 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 (>= 1:1.5.3.4), ${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