]> git.donarmstrong.com Git - debhelper.git/blob - debian/control
* dh_shlibdeps: Change "-L pkg" to cause "-Sdebian/pkg" to be passed to
[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.7.2
7 Vcs-Git: git://git.debian.org/git/debhelper/debhelper.git
8 Homepage: http://kitenet.net/~joey/code/debhelper/
9
10 Package: debhelper
11 Architecture: all
12 Depends: ${perl:Depends}, ${misc:Depends}, coreutils, file (>= 3.23-1), dpkg-dev (>= 1.14.15), html2text, binutils, po-debconf
13 Suggests: dh-make
14 Conflicts: dpkg-cross (<< 1.18), python-support (<< 0.5.3), python-central (<< 0.5.6)
15 Description: helper programs for debian/rules
16  A collection of programs that can be used in a debian/rules file to
17  automate common tasks related to building debian packages. Programs
18  are included to install various files into your package, compress 
19  files, fix file permissions, integrate your package with the debian 
20  menu system, debconf, doc-base, etc. Most debian packages use debhelper
21  as part of their build process.