diff options
author | Guido Günther <agx@sigxcpu.org> | 2013-12-24 14:19:33 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-12-24 14:25:46 +0100 |
commit | 78f36734be1b2ff1979ca14bd18cbd065093175b (patch) | |
tree | 48ad5147085e542500a4d85b5e868529b9312df4 /debian | |
parent | 9f156a6266f36d324aaa844e7d2b7340f30ee34e (diff) | |
download | git-buildpackage-78f36734be1b2ff1979ca14bd18cbd065093175b.tar.gz git-buildpackage-78f36734be1b2ff1979ca14bd18cbd065093175b.tar.bz2 git-buildpackage-78f36734be1b2ff1979ca14bd18cbd065093175b.zip |
Depend on newer devscripts
These contain a uscan that handles repackaging at the right level and
won't let us pick up the wrong tarball name.
Closes: #635920
Thanks: gregor herrmann and all others involved
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index aced24a9..a5dad37b 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Architecture: all Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, - devscripts (>= 2.10.66~), + devscripts (>= 2.13.5~), git (>= 1:1.7.9.1-1~), man-db, python-dateutil, |