aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-02-26 12:04:56 +0100
committerGuido Günther <agx@sigxcpu.org>2012-02-26 12:08:56 +0100
commit67c8513c3badb97d2ea9c2eac2c3c0a6e667e074 (patch)
tree5d6979e9dd9b00aa6d1ca69acab25a0d169174f4
parentf3aa87fa0361acf902e8c95eefab6dd6b66526fa (diff)
Depend on git >= 1:1.7.9.1-1~
for a working git merge --no-edit Thanks: Jonathan Nieder
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index f9011ab3..40f8fe10 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ X-Python-Version: >= 2.6
Package: git-buildpackage
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts (>= 2.10.66~),
- git (>= 1:1.7.0.4-2), python-dateutil
+ git (>= 1:1.7.9.1-1~), python-dateutil
Recommends: pristine-tar (>= 0.5), cowbuilder
Suggests: python-notify, unzip
Description: Suite to help with Debian packages in Git repositories