blob: 68f63ebed93f2ea6cd118f1c25b76e7717be7b70 (
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, 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.
|