File: control

package info (click to toggle)
cowdancer 0.47
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 696 kB
  • ctags: 179
  • sloc: ansic: 2,634; sh: 407; makefile: 116; cpp: 6; python: 4
file content (39 lines) | stat: -rw-r--r-- 1,377 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
Source: cowdancer
Section: utils
Priority: optional
Maintainer: Junichi Uekawa <dancer@debian.org>
Build-Depends: debhelper (>> 4.0.0), pbuilder, qemu [i386 amd64 powerpc]
Standards-Version: 3.7.2
Vcs-Git: git://git.debian.org/git/pbuilder/cowdancer.git
Vcs-Browser: http://git.debian.org/?p=pbuilder/cowdancer.git

Package: cowdancer
Architecture: any
Depends: ${shlibs:Depends}, pbuilder
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.
 .
 'cowbuilder' command is a wrapper for pbuilder which allows using 
 pbuilder-like interface over cowdancer environment.

Package: qemubuilder
Architecture: i386 amd64 powerpc
Depends: ${shlibs:Depends}, qemu | kvm, pbuilder (>= 0.174)
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.