summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-03-12 14:04:55 -0400
committerJoey Hess <joey@kitenet.net>2011-03-12 14:04:55 -0400
commit2bee1e2cffe4a855152cdaf9e8268b2f080e4e29 (patch)
tree1f7c7109999b2f3a6957f37fc179452d458cc0cc /debian/control
parent95644fe2554738a1c1cf25fae88d4c0c494836d2 (diff)
avoid depending on a dpkg that has DEB_HOST_MULTIARCH
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 202f4180..cdf7489c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Homepage: http://kitenet.net/~joey/code/debhelper/
Package: debhelper
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-base (>= 5.10), file (>= 3.23), dpkg-dev (>= 1.16.0), html2text, binutils, po-debconf, man-db (>= 2.5.1-1)
+Depends: ${perl:Depends}, ${misc:Depends}, perl-base (>= 5.10), file (>= 3.23), dpkg-dev (>= 1.14.19), html2text, binutils, po-debconf, man-db (>= 2.5.1-1)
Suggests: dh-make
Conflicts: dpkg-cross (<< 1.18), python-support (<< 0.5.3), python-central (<< 0.5.6)
Description: helper programs for debian/rules