summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2012-11-22 11:33:34 +0000
committerColin Watson <cjwatson@debian.org>2012-11-22 11:33:34 +0000
commite5e30e2f6394b384882bfe274f9e5b015c5f43b3 (patch)
tree6060850d7ca2ef16b2c56b289bdd951fd11cfce8 /debian/control
parent1c1ce7800c92c8092b177087a850ce763209a6ca (diff)
Add suitable dpkg Pre-Depends for data.tar.xz.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 4b268525..28583635 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Homepage: http://man-db.nongnu.org/
Package: man-db
Architecture: any
-Depends: groff-base (>= 1.18.1.1-15), bsdmainutils, debconf (>= 1.2.0) | debconf-2.0, dpkg (>= 1.9.0), ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6~)
+Depends: groff-base (>= 1.18.1.1-15), bsdmainutils, debconf (>= 1.2.0) | debconf-2.0, ${shlibs:Depends}, ${misc:Depends}
Suggests: groff, less, www-browser
Provides: man, man-browser
Conflicts: man, suidmanager (<< 0.50)