]> git.donarmstrong.com Git - debhelper.git/blob - debian/control
Set Multi-Arch: foreign. Closes: #674193
[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 (>= 1.16.2), dpkg-dev (>= 1.16.2), 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), automake (<< 1.11.2)
16 Multi-Arch: foreign
17 Description: helper programs for debian/rules
18  A collection of programs that can be used in a debian/rules file to
19  automate common tasks related to building debian packages. Programs
20  are included to install various files into your package, compress 
21  files, fix file permissions, integrate your package with the debian 
22  menu system, debconf, doc-base, etc. Most debian packages use debhelper
23  as part of their build process.