File: control

package info (click to toggle)
shapetools 1.4pl6-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,676 kB
  • ctags: 4,637
  • sloc: ansic: 39,064; makefile: 4,011; sh: 1,269; lisp: 773; sed: 55; awk: 10
file content (39 lines) | stat: -rw-r--r-- 1,629 bytes parent folder | download | duplicates (2)
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: shapetools
Section: devel
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Standards-Version: 2.5.0.0

Package: shapetools
Architecture: any
Depends: atfs (= ${Source-Version}), ${shlibs: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.

Package: atfs
Architecture: any
Depends: ${shlibs:Depends}
Description: The 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. 

Package: atfs-dev
Architecture: any
Depends: atfs (= ${Source-Version})
Description: The Attributed File System (AtFS development libraries).
 Static libraries and header files for development with AtFS.