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
|
Source: libfoundation1.0
Priority: extra
Maintainer: Sebastian Ley <ley@debian.org>
Build-Depends: debhelper (>= 4.0.0), dpatch, gnustep-make-ogo (>= 1.10.0), gobjc | objc-compiler, libobjc-lf2-dev | libobjc-lf-dev
Standards-Version: 3.7.2
Package: libfoundation1.0-dev
Section: libdevel
Architecture: any
Provides: libfoundation-dev
Conflicts: libfoundation-dev
Depends: libfoundation1.0 (= ${Source-Version})
Description: Development files for libfoundation
LibFoundation is a library that provides an almost complete
implementation of the OpenStep specification plus many other extensions
that can be found in the Apple's MacOS X Foundation library.
.
This package contains the development files of libFoundation.
Package: libfoundation1.0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libfoundation-data
Description: Implementation of the OpenStep specification
LibFoundation is a library that provides an almost complete
implementation of the OpenStep specification plus many other extensions
that can be found in the Apple's MacOS X Foundation library.
.
This package contains the shared library.
Package: libfoundation-data
Section: misc
Architecture: all
Description: Static data files used by libFoundation
LibFoundation is a library that provides an almost complete
implementation of the OpenStep specification plus many other extensions
that can be found in the Apple's MacOS X Foundation library.
.
This package contains some data needed by libFoundation, for
instance timezone information.
Package: libfoundation-tools
Section: misc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Configuration tools for libFoundation
LibFoundation is a library that provides an almost complete
implementation of the OpenStep specification plus many other extensions
that can be found in the Apple's MacOS X Foundation library.
.
This package contains tools shipped with libFoundation. Presently the
only tool is the "Defaults" program, used to read and store values
in libFoundation's configuration databases.
|