]> git.donarmstrong.com Git - debhelper.git/blob - debian/control
f0b2f69cc3c3809d93d420758a26b4c27ecf0734
[debhelper.git] / debian / control
1 Source: debhelper
2 Section: devel
3 Priority: optional
4 Maintainer: Joey Hess <joeyh@debian.org>
5 Build-Depends: po4a (>= 0.24)
6 Standards-Version: 3.9.3
7 Vcs-Git: git://git.debian.org/git/debhelper/debhelper.git
8 Vcs-Browser: http://git.debian.org/?p=debhelper/debhelper.git;a=summary
9 Homepage: http://kitenet.net/~joey/code/debhelper/
10
11 Package: debhelper
12 Architecture: all
13 Depends: ${perl:Depends}, ${misc:Depends}, file (>= 3.23), dpkg-dev (>= 1.16.0), html2text, binutils, po-debconf, man-db (>= 2.5.1-1)
14 Suggests: dh-make
15 Conflicts: dpkg-cross (<< 1.18), python-support (<< 0.5.3), python-central (<< 0.5.6)
16 Description: helper programs for debian/rules
17  A collection of programs that can be used in a debian/rules file to
18  automate common tasks related to building debian packages. Programs
19  are included to install various files into your package, compress 
20  files, fix file permissions, integrate your package with the debian 
21  menu system, debconf, doc-base, etc. Most debian packages use debhelper
22  as part of their build process.