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
|
Source: devhelp
Section: devel
Priority: optional
Maintainer: Gustavo Noronha Silva <kov@debian.org>
Build-Depends: debhelper (>> 3.0.0), libgtk1.2-dev (>= 1.2.9), libxml-dev (>= 1.8.10), libgnome-vfs-dev (>= 1.0.0), liborbit-dev (>= 0.5.7), libgconf-dev (>= 0.12), libgtkhtml-dev (>= 0.10.0), libgnomeprint-dev (>= 0.29), libglade-gnome0-dev (>= 0.16), libbonobo-dev, xlibs-dev, liborbit-dev, gettext, automake
Standards-Version: 3.5.4
Package: devhelp
Architecture: any
Depends: ${shlibs:Depends}
Recommends: devhelp-books
Description: A Gnome developers help program.
A developers help program. Browse and search GNOME API and GNU Manuals
Features
* Full indexing of books in XML.
* HTML viewer (GtkHTML).
* Search by function, struct, macro etc.
* Transparent HTTP support with GnomeVFS.
* Commandline search powered by bonobo, with nice emacs integration.
* Simple installer for books.
* 5 zoom levels.
Package: libdevhelp0
Architecture: any
Depends: ${shlibs:Depends}
Description: Shared library for devhelp
This is a shared library used by the devhelp - a tool to help
Gnome developers.
Package: libdevhelp-dev
Architecture: any
Depends: libdevhelp0 (= ${Source-Version})
Description: Library for devhelp (development files)
This is a shared library used by the devhelp - a tool to help
Gnome developers.
.
This package contains static libraries and other development
files.
|