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: libgnt
Section: libs
Priority: optional
Maintainer: Richard Laager <rlaager@debian.org>
Build-Depends: debhelper-compat (= 13),
gtk-doc-tools,
libglib2.0-dev,
libncurses-dev,
meson (>= 0.41.0),
Homepage: https://keep.imfreedom.org/libgnt/libgnt
Vcs-Browser: https://salsa.debian.org/debian/libgnt
Vcs-Git: https://salsa.debian.org/debian/libgnt.git
Rules-Requires-Root: no
Standards-Version: 4.5.1
Package: libgnt0
Architecture: any
Depends: libglib2.0-0 (>= 2.16.0),
libncursesw6,
libxml2,
${misc:Depends},
${shlibs:Depends},
Breaks: finch (<< 2.14.1),
Replaces: finch (<< 2.14.1),
Description: ncurses toolkit for creating text-mode graphical user interfaces
GNT is an ncurses toolkit for creating text-mode graphical user interfaces in
a fast and easy way. It is based on GLib and ncurses.
.
It was born out of the console-based UI, Finch, for the libpurple project.
.
This package contains the main library.
Package: libgnt-dev
Architecture: any
Section: libdevel
Depends: libglib2.0-dev,
libgnt0 (= ${binary:Version}),
${misc:Depends},
Suggests: libgnt-doc,
Breaks: finch-dev (<< 2.14.1),
Replaces: finch-dev (<< 2.14.1),
Description: development files for the gnt library
GNT is an ncurses toolkit for creating text-mode graphical user interfaces in
a fast and easy way. It is based on GLib and ncurses.
.
It was born out of the console-based UI, Finch, for the libpurple project.
.
This package contains the include files used for development against libgnt.
Package: libgnt-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
Description: documentation for the gnt library
GNT is an ncurses toolkit for creating text-mode graphical user interfaces in
a fast and easy way. It is based on GLib and ncurses.
.
It was born out of the console-based UI, Finch, for the libpurple project.
.
This package contains the HTML documentation.
|