diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-23 13:27:22 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-23 13:27:22 -0500 |
commit | 3ba936471c4e6eef1134de0539824b1d21d66646 (patch) | |
tree | 097cd4a2bceaec783f1c8e71eb80f4d86a1e12b2 /debian/control | |
parent | 579d1345f2e2e3082304ab0460547f9683cfdb3e (diff) | |
download | debhelper-3ba936471c4e6eef1134de0539824b1d21d66646.tar.gz |
Depend on dpkg-dev 1.14.19, the first to support Package-Type fields in dpkg-gencontrol.
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 d408274b..1b30157f 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.14.15), html2text, binutils, po-debconf, man-db (>= 2.5.1-1) +Depends: ${perl:Depends}, ${misc:Depends}, 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 |