aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 0eb8c979164609c45b4b781c5c6dc637c4f0664f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: pbuilder
Section: devel
Priority: optional
Maintainer: Junichi Uekawa <dancer@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.6

Package: pbuilder
Architecture: all
Depends: debootstrap (>= 0.1.15), ${shlibs:Depends}
Description: personal package builder for Debian packages
 Constructs a chroot system, and builds a package inside the 
 chroot.
 . 
 Ideal system to use to check that Build-dependency is correct, 
 and to be sure that unnecessary and wrong build dependency will not
 exist with the resulting binary package.