File: control.test

package info (click to toggle)
pbuilder 0.161
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,148 kB
  • ctags: 109
  • sloc: sh: 2,705; xml: 1,663; makefile: 236
file content (37 lines) | stat: -rw-r--r-- 1,197 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: pbuilder
Section: devel
Priority: extra
Maintainer: Junichi Uekawa <dancer@debian.org>
Build-Depends-Indep: debhelper (>> 3.0.0), dummy-error-package | gcc, 
	textutils [!i386], mig [hurd-i386],
 mawk
Build-Depends: shellutils
Build-Conflicts: dummy-nonexistent-package
Standards-Version: 3.5.6

Package: pbuilder
Architecture: all
Depends: debootstrap (>= 0.1.15), wget, gcc
Recommends: fakeroot, sudo
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.
 .
 pbuilder create uses debootstrap to create a chroot  image.
 .
 pbuilder update updates the image to the current state of 
 testing/unstable/whatever
 .
 pbuilder build takes a *.dsc file to build a binary in the chroot 
 image.
 .
 pdebuild is a wrapper for Debian Developers, to allow running 
 pbuilder just like "debuild", from a normal user privilege
 .
 Uses apt extensively, and a local mirror, or a fast connection
 to a Debian mirror is ideal, but not necessary.