summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-05-14 11:36:28 -0400
committerJoey Hess <joey@kitenet.net>2012-05-14 11:36:28 -0400
commit9937aa5365a3c98adc77d48e5103be0af3c41855 (patch)
tree1dabe9adbefe0ae7f23d4283a0b0c807ee76c310 /debian/control
parent6b4f2b3fdc3489627911a0f215b4c837f8f76957 (diff)
Fix versioned dependency on dpkg for xz options. Closes: #672895
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 5a29b18d..870398f8 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}, file (>= 3.23), dpkg-dev (>= 1.16.2), html2text, binutils, po-debconf, man-db (>= 2.5.1-1)
+Depends: ${perl:Depends}, ${misc:Depends}, file (>= 3.23), dpkg (>= 1.16.2), dpkg-dev (>= 1.16.2), 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), automake (<< 1.11.2)
Description: helper programs for debian/rules