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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
|
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:
debhelper-compat (= 13),
libgnustep-dl2-dev (>= 0.12.0+git20171224-4),
libgnustep-gui-dev (>= 0.31.1-7),
libreadline-dev,
libsqlclient-dev (>= 1.9.0-4),
Build-Depends-Indep:
gnustep-base-doc <!nodoc>,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: http://wwwmain.gnustep.org/experience/StepTalk.html
Vcs-Git: https://salsa.debian.org/gnustep-team/steptalk.git
Vcs-Browser: https://salsa.debian.org/gnustep-team/steptalk
Package: steptalk
Architecture: any
Depends:
libsteptalk0d (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
steptalk-doc,
Description: GNUstep Scripting Framework (tools)
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.
Package: steptalk-doc
Architecture: all
Build-Profiles: <!nodoc>
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
Suggests:
gnustep-base-doc,
Breaks:
steptalk (<< 0.10.0+git20200629-1~),
Replaces:
steptalk (<< 0.10.0+git20200629-1~),
Description: GNUstep Scripting Framework (documentation)
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 documentation and some examples.
Package: libsteptalk0d
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
steptalk-gui-module,
Suggests:
steptalk-gdl2-module,
steptalk-sqlclient-module,
Replaces:
libsteptalk0,
Breaks:
libsteptalk0,
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
Multi-Arch: same
Depends:
libgnustep-base-dev,
libsteptalk0d (= ${binary:Version}),
${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.
Package: steptalk-gui-module
Architecture: any
Multi-Arch: same
Depends:
libsteptalk0d (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
steptalk,
Replaces:
libsteptalk0,
Breaks:
libsteptalk0,
Description: GNUstep Scripting Framework (GUI module)
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 ApplicationScripting bundle, the
ApplicationFinder and the GNUstep GUI (a.k.a. AppKit) support module.
Package: steptalk-gdl2-module
Architecture: any
Multi-Arch: same
Depends:
libsteptalk0d (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
steptalk,
Replaces:
libsteptalk0,
Breaks:
libsteptalk0,
Description: GNUstep Scripting Framework (GDL2 module)
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 GNUstep Database Library (GDL2) support module.
Package: steptalk-sqlclient-module
Architecture: any
Multi-Arch: same
Depends:
libsteptalk0d (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
steptalk,
Description: GNUstep Scripting Framework (SQLClient module)
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 SQLClient support module.
|