aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 861be9110ddbc95a02d56a8411e73ac9b3585ec5 (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.2), tar, shellutils, debianutils, ${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.