diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-29 20:20:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-29 20:20:54 -0400 |
commit | 1807e38fba8fb4e0328df543fe35414f75b1f0c2 (patch) | |
tree | 9ba70b7d8a2aa3fb9af09478925343f8a045baf1 /debian/control | |
parent | 64fdd3ae1e433ccffa26152a25cc22c878e33445 (diff) | |
download | debhelper-1807e38fba8fb4e0328df543fe35414f75b1f0c2.tar.gz |
debhelper no longer build-depends on man-db, to ease bootstrapping.
The man page recode is not necessary as the man pages are utf-8 already.
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 beea40f7..ec55b5c2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: debhelper Section: devel Priority: optional Maintainer: Joey Hess <joeyh@debian.org> -Build-Depends: po4a (>= 0.24), man-db (>= 2.5.1), file (>= 3.23), perl-base (>= 5.10) +Build-Depends: po4a (>= 0.24), file (>= 3.23), perl-base (>= 5.10) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/debhelper/debhelper.git Vcs-Browser: http://git.debian.org/?p=debhelper/debhelper.git;a=summary |