summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-17 21:00:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-17 21:00:05 -0400
commitb6aca91f02474aec8359dd5472f4ada929925f98 (patch)
tree1ad2b04e52fcceba04764acb001f66a053b9908b /debian
parent87ca36c2cd48739a3682220fcb74883c528b21be (diff)
Depend on git 1.7.7.6 for --no-edit. Closes: #698399
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 24fbdc223..b1a614600 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ git-annex (3.20130115) UNRELEASED; urgency=low
* bugfix: Union merges involving two or more repositories could sometimes
result in data from one repository getting lost. This could result
in the location log data becoming wrong, and fsck being needed to fix it.
+ * Depend on git 1.7.7.6 for --no-edit. Closes: #698399
-- Joey Hess <joeyh@debian.org> Mon, 14 Jan 2013 18:35:01 -0400
diff --git a/debian/control b/debian/control
index f1f4d82b0..ca055906f 100644
--- a/debian/control
+++ b/debian/control
@@ -59,7 +59,7 @@ Package: git-annex
Architecture: any
Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends},
- git (>= 1:1.7.7),
+ git (>= 1:1.7.7.6),
uuid,
rsync,
wget | curl,