File: control

package info (click to toggle)
pbuilder 0.231
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,956 kB
  • sloc: sh: 5,697; xml: 1,755; makefile: 251; ansic: 11
file content (56 lines) | stat: -rw-r--r-- 1,537 bytes parent folder | download
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: pbuilder
Section: devel
Priority: optional
Maintainer: Debian pbuilder maintenance team <team+pbuilder@tracker.debian.org>
Uploaders:
 Mattia Rizzolo <mattia@debian.org>,
 Jessica Clarke <jrtc27@debian.org>,
Build-Depends:
 dblatex,
 debconf | debconf-2.0,
 debhelper-compat (= 13),
 docbook-xsl,
 ldp-docbook-xsl,
 po-debconf,
 po4a,
 xsltproc,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://pbuilder-team.pages.debian.net/pbuilder
Vcs-Git: https://salsa.debian.org/pbuilder-team/pbuilder.git
Vcs-Browser: https://salsa.debian.org/pbuilder-team/pbuilder

Package: pbuilder
Architecture: all
Multi-Arch: foreign
Depends:
 debootstrap (>= 1.0.97) | cdebootstrap,
 dpkg-dev (>= 1.17.0),
 ${misc:Depends},
Recommends:
 devscripts,
 eatmydata,
 fakeroot,
 net-tools | iproute2,
 sudo,
Suggests:
 cowdancer,
 gdebi-core,
Description: personal package builder for Debian packages
 pbuilder constructs a chroot system, and builds a package inside the
 chroot.
 It is an ideal system to use to check
 that a package has correct build-dependencies.
 It uses apt extensively, and a local mirror, or a fast connection
 to a Debian mirror is ideal, but not necessary.
 .
 "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 and builds a binary in the chroot
 image.
 .
 pdebuild is a wrapper for Debian Developers, to allow running
 pbuilder just like "debuild", as a normal user.