X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=14931031c16ae7114afd8ffa1c140ab23d0dd213;hb=a6d3e307da558f6bf455a0d21e1cb9ec1b4fef03;hp=b934849fa445ba9d3e12dfb63ad52b54ff08a320;hpb=938b66ee19e113785e6655b1c3e73e9003e6464c;p=debhelper.git diff --git a/debian/control b/debian/control index b934849..1493103 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,22 @@ Source: debhelper Section: devel Priority: optional -Maintainer: Joey Hess -Standards-Version: 2.1.1.0 +Maintainer: Joey Hess +Build-Depends: po4a (>= 0.24), man-db (>= 2.5.1), file (>= 3.23) +Standards-Version: 3.8.3 +Vcs-Git: git://git.debian.org/git/debhelper/debhelper.git +Vcs-Browser: http://git.debian.org/?p=debhelper/debhelper.git;a=summary +Homepage: http://kitenet.net/~joey/code/debhelper/ Package: debhelper Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, perl-base (>= 5.10), 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 A collection of programs that can be used in a debian/rules file to - automate common tasks. Programs are included to install various files into - your package, compress files, fix file permissions, integrate your package - with the debian menu system, etc. + automate common tasks related to building debian packages. Programs + are included to install various files into your package, compress + files, fix file permissions, integrate your package with the debian + menu system, debconf, doc-base, etc. Most debian packages use debhelper + as part of their build process.