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.
|