diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-14 11:36:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-14 11:36:28 -0400 |
commit | 9937aa5365a3c98adc77d48e5103be0af3c41855 (patch) | |
tree | 1dabe9adbefe0ae7f23d4283a0b0c807ee76c310 /debian/control | |
parent | 6b4f2b3fdc3489627911a0f215b4c837f8f76957 (diff) | |
download | debhelper-9937aa5365a3c98adc77d48e5103be0af3c41855.tar.gz |
Fix versioned dependency on dpkg for xz options. Closes: #672895
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
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 |