X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=ac59c979237595c578067f7f3d6d63c450d35069;hb=d895fd3c91309e31a52a30f04b3a04da2fc7e3a4;hp=b34f900326a688c624d3276df36832d7ee892fdc;hpb=37c69d4e7124fb03edf46bea4eb38f6721f2aa2a;p=debhelper.git diff --git a/debian/control b/debian/control index b34f900..ac59c97 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,22 @@ Source: debhelper Section: devel Priority: optional -Maintainer: Joey Hess -Standards-Version: 3.0.1.1 +Maintainer: Joey Hess +Build-Depends: po4a (>= 0.24) +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 +Homepage: http://kitenet.net/~joey/code/debhelper/ Package: debhelper Architecture: all -Depends: perl5 | perl (>= 5.004), fileutils (>= 3.16-4), file (>= 3.23-1) +Depends: ${perl:Depends}, ${misc:Depends}, file (>= 3.23), dpkg-dev (>= 1.16.0), 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 related to building binary 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, - suidmanager, doc-base, 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.