File: control

package info (click to toggle)
cowdancer 0.90
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 648 kB
  • sloc: ansic: 4,593; sh: 407; makefile: 142; cpp: 5
file content (75 lines) | stat: -rw-r--r-- 2,371 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: cowdancer
Maintainer: Debian pbuilder maintenance team <team+pbuilder@tracker.debian.org>
Uploaders:
 Jessica Clarke <jrtc27@debian.org>,
 Mattia Rizzolo <mattia@debian.org>,
Section: utils
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 pbuilder <!nocheck>,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/pbuilder-team/cowdancer
Vcs-Git: https://salsa.debian.org/pbuilder-team/cowdancer.git
Rules-Requires-Root: no

Package: cowdancer
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Copy-on-write directory tree utility
 Tries to make copy-on-write semantics upon hard-link copied
 directory trees generated with 'cp -la'
 .
 'cow-shell' command invokes a shell session. Within that session,
 under the directory cow-shell was invoked,
 cowdancer will create a new file when existing i-nodes are opened for
 write.
 Useful for quick scratch workspace and experimentation.
 .
 For a useful Debian tool, try cowbuilder.
Homepage: https://www.netfort.gr.jp/~dancer/software/cowdancer.html

Package: cowbuilder
Architecture: any
Depends:
 cowdancer,
 pbuilder,
 ${misc:Depends},
 ${shlibs:Depends},
Description: pbuilder running on cowdancer
 'cowbuilder' command is a wrapper for pbuilder which allows using
 pbuilder-like interface over cowdancer environment.
 .
 pbuilder is a tool for building and testing Debian package inside a clean
 chroot, and cowbuilder allows chroot to be recreated using
 hard-linked copies with copy-on-write, which makes creation and
 destruction of chroots fast.

Package: qemubuilder
Architecture: linux-any
Depends:
 debootstrap,
 e2fsprogs,
 pbuilder,
 qemu-system | kvm,
 ${misc:Depends},
 ${shlibs:Depends},
Description: pbuilder using QEMU as backend
 pbuilder implementation for QEMU.
 .
 qemubuilder create -- builds QEMU cow base image.
 .
 qemubuilder update -- updates QEMU cow base image.
 .
 qemubuilder build -- builds package inside QEMU cow base image.
 .
 Gives a pbuilder interface for emulated cross-building environments
 using qemu.
 .
 pbuilder is a tool for building and testing Debian package inside a
 clean chroot, and qemubuilder implements similar experience over
 emulated CPUs. This tool allows building package inside emulated
 Debian environment for different CPU architectures supported by qemu.
Homepage: https://wiki.debian.org/qemubuilder