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
|
Source: steptalk
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),
libreadline-dev,
libgnustep-gui-dev,
libgnustep-dl2-dev
Standards-Version: 3.9.5
Homepage: http://www.gnustep.org/experience/StepTalk.html
Vcs-Git: git://anonscm.debian.org/pkg-gnustep/steptalk.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gnustep/steptalk.git
Package: steptalk
Architecture: any
Depends: libsteptalk0 (= ${binary:Version}),
${shlibs:Depends},
${gnustep:Depends},
${misc:Depends}
Description: GNUstep Scripting Framework
StepTalk is a scripting framework for creating scriptable servers or
applications. StepTalk, when combined with the dynamism of the Objective-C
language, goes way beyond mere scripting.
.
This package contains the StepTalk tools, documentation and examples.
Package: libsteptalk0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${gnustep:Depends},
${misc:Depends}
Replaces: steptalk (<< 0.10.0-6)
Breaks: steptalk (<< 0.10.0-6)
Description: GNUstep Scripting Framework (library files)
StepTalk is a scripting framework for creating scriptable servers or
applications. StepTalk, when combined with the dynamism of the Objective-C
language, goes way beyond mere scripting.
.
This package contains the shared library.
Package: libsteptalk-dev
Section: libdevel
Architecture: any
Depends: libsteptalk0 (= ${binary:Version}),
libgnustep-base-dev,
${gnustep:Depends},
${misc:Depends}
Description: GNUstep Scripting Framework (development files)
StepTalk is a scripting framework for creating scriptable servers or
applications. StepTalk, when combined with the dynamism of the Objective-C
language, goes way beyond mere scripting.
.
This package contains the development files and headers.
|