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
|
Source: stfl
Priority: optional
Maintainer: Nico Golde <nion@debian.org>
Build-Depends: debhelper (>= 7), libncursesw5-dev, swig, python-all-dev (>= 2.6.6-3~), gem2deb
Standards-Version: 3.9.2
Section: libdevel
X-Python-Version: all
XS-Ruby-Versions: all
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/stfl/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/trunk/
Homepage: http://www.clifford.at/stfl/
Package: libstfl0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: structured terminal forms language/library
stfl is a library which implements a curses-based widget set for text
terminals.
.
This package contains the shared library for libstfl.
Package: libstfl-dev
Architecture: any
Depends: libncursesw5-dev, ${shlibs:Depends}, libstfl0 (= ${binary:Version}), ${misc:Depends}
Description: development files for libstfl
stfl is a library which implements a curses-based widget set for text
terminals.
.
This package contains the development files required to
build software that uses libstfl.
Package: libstfl-perl
Section: perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl bindings for the structured terminal forms language/library
stfl is a library which implements a curses-based widget set for text
terminals.
.
This package contains the perl bindings to libstfl.
Package: python-stfl
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: python bindings for the structured terminal forms language/library
stfl is a library which implements a curses-based widget set for text
terminals.
.
This package contains the Python bindings to libstfl.
Package: libstfl-ruby1.8
Section: oldlibs
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libstfl-ruby
Description: Ruby 1.8 bindings for the structured terminal forms language/library
stfl is a library which implements a curses-based widget set for text
terminals.
.
This is a transitional package and can be safely removed.
Package: libstfl-ruby1.9.1
Section: oldlibs
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libstfl-ruby
Description: Ruby 1.9.1 bindings for the structured terminal forms language/library
stfl is a library which implements a curses-based widget set for text
terminals.
.
This is a transitional package and can be safely removed.
Package: libstfl-ruby
Section: ruby
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${ruby:Depends}
X-DhRuby-Root: ruby
Description: Ruby bindings for the structured terminal forms language/library
stfl is a library which implements a curses-based widget set for text
terminals.
|