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
|
Source: renaissance
Section: gnustep
Priority: optional
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders: Yavor Doganov <yavor@gnu.org>
Build-Depends: cdbs,
debhelper (>= 7),
quilt,
libgnustep-gui-dev
Standards-Version: 3.8.4
Homepage: http://gnustep.it/Renaissance
Vcs-Arch: http://arch.debian.org/arch/pkg-gnustep/gnustep/renaissance--debian--1.0
Package: librenaissance0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${gnustep:Depends},
${misc:Depends}
Description: GNUstep GUI Framework - library files
Renaissance is a GNUstep develoment framework which runs on top of the
GNUstep libraries. It also works on top of the Apple Mac OS X Cocoa
libraries, providing an opaque layer to write portable applications.
Package: librenaissance0-dev
Section: libdevel
Architecture: any
Depends: librenaissance0 (= ${binary:Version}),
libgnustep-gui-dev,
${shlibs:Depends},
${gnustep:Depends},
${misc:Depends}
Suggests: renaissance-doc
Provides: librenaissance-dev
Description: GNUstep GUI Framework - development files
Renaissance is a GNUstep develoment framework which runs on top of the
GNUstep libraries. It also works on top of the Apple Mac OS X Cocoa
libraries, providing an opaque layer to write portable applications.
.
GNUstep Renaissance allows you to describe your user interface in simple
and intuitive XML files, using an open, standard format describing the
logic of the interface. At run-time, GNUstep Renaissance will then
generate the user interfaces (using the native host OpenStep-like libraries)
by reading the XML files. The connections between the objects created
from the XML files, and the other objects in the application are done
via outlets (as traditionally in OpenStep); a new quick and intuitive
syntax has been developed to make creating outlets as easy as possible.
Package: renaissance-doc
Section: doc
Architecture: all
Recommends: w3m | www-browser,
${misc:Depends}
Replaces: librenaissance0-dev
Description: GNUstep GUI Framework - documentation
Renaissance is a GNUstep develoment framework which runs on top of the
GNUstep libraries.
.
This package include the Renaissance manual, tutorial and various
examples.
|