File: control

package info (click to toggle)
shapetools 1.4pl6-15
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,708 kB
  • sloc: ansic: 39,081; makefile: 4,216; sh: 1,266; lisp: 773; sed: 55; awk: 10
file content (65 lines) | stat: -rw-r--r-- 2,779 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
Source: shapetools
Section: devel
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Standards-Version: 4.6.0
Build-Depends: debhelper (>= 11)

Package: shapetools
Section: devel
Architecture: any
Depends: atfs (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Configuration and Release management using AtFS
 ShapeTools is a collection of programs to support software
 configuration management in an UNIX environment. It consists of a set
 of version and attribute control commands, and a configuration
 interpreter and build tool ("shape"). The toolkit is integrated on top
 of the Attributed File System (AtFS).
 .
 ShapeTools is designed to live meaningfully together
 with any other UNIX tool operating on regular files. This distribution
 also contains a prototype for a comprehensive change control and
 release management system designed to manage the evolution of system
 releases in multi programmer software development efforts.
Homepage: http://swt.cs.tu-berlin.de/~shape/index.html

Package: atfs
Section: devel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Attributed File System (AtFS)
 AtFS is a storage system supporting multiple versions of files and
 associating an arbitrary number of application defined attributes
 of the form "name=value" with each version. AtFS comes as a function
 library that is meant as an extension to the UNIX file system. It does
 this without the need for kernel modifications and without imposing any
 restrictions to existing file system applications. It is part of ShapeTools,
 a software configuration management system.
Homepage: http://swt.cs.tu-berlin.de/~shape/index.html

Package: libatfs1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Attributed File System (AtFS runtime libraries)
 AtFS is a storage system supporting multiple versions of files and
 associating an arbitrary number of application defined attributes
 of the form "name=value" with each version. It is part of ShapeTools, a
 software configuration management system.
 .
 This package contains the runtime libararies.
Homepage: http://swt.cs.tu-berlin.de/~shape/index.html

Package: atfs-dev
Section: libdevel
Architecture: any
Depends: atfs (= ${binary:Version}), ${misc:Depends}
Description: Attributed File System (AtFS development libraries)
 AtFS is a storage system supporting multiple versions of files and
 associating an arbitrary number of application defined attributes
 of the form "name=value" with each version. It is part of ShapeTools, a
 software configuration management system.
 .
 This package contains the development files needed to compile and link
 programs with AtFS.
Homepage: http://swt.cs.tu-berlin.de/~shape/index.html