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
|
Source: devhelp
Section: devel
Priority: optional
Maintainer: Bradley Smith <brad@brad-smith.co.uk>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>
Build-Depends: cdbs,
quilt,
debhelper (>= 5),
libgtk2.0-dev (>= 2.8.17),
libglade2-dev (>= 1:2.4.0),
libgconf2-dev (>= 2.6.0),
libwnck-dev (>= 2.14.1),
xulrunner-dev (>= 1.9~rc1),
libxml-parser-perl,
gnome-pkg-tools,
dpkg-dev (>= 1.13.19),
libglib2.0-dev (>= 2.8.0),
python-dev,
python-support (>= 0.3),
chrpath
Standards-Version: 3.8.0
Package: libdevhelp-1-0
Section: libs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
xulrunner-1.9 (>= 1.9~rc1),
devhelp-common (= ${source:Version})
Conflicts: devhelp (<< 0.8.1-1)
Replaces: devhelp (<< 0.9-5)
Description: Library providing documentation browser functionality
This library provides embedable widgets from the Devhelp program to
be integrated in tools like the Anjuta IDE for browsing API reference
documentation.
Package: libdevhelp-1-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libgtk2.0-dev (>= 2.8.17-1),
libdevhelp-1-0 (= ${binary:Version}),
libwnck-dev (>= 2.14.1),
libgconf2-dev (>= 2.6.0),
libglade2-dev (>= 1:2.4.0-1)
Description: Library providing documentation browser functionality (development)
This library provides embedable widgets from the Devhelp program to
be integrated in tools like the Anjuta IDE for browsing API reference
documentation.
.
This package contains the development files.
Package: devhelp
Section: devel
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: libgtk2.0-doc (>= 2.2.0),
libglib2.0-doc (>= 2.2.0),
libpango1.0-doc,
xulrunner-1.9-gnome-support
Conflicts: devhelp-books (<= 0.2-8),
devhelp-book-autotools (<= 0.2-8),
devhelp-book-binutils (<= 0.2-8),
devhelp-book-cvs (<= 0.2-8),
devhelp-book-emacs (<= 0.2-8),
devhelp-book-make (<= 0.2-8),
devhelp-book-ggad (<= 0.2-8),
devhelp-book-gnome (<= 0.2-8),
devhelp-book-gtk (<= 0.2-8),
devhelp-book-gtk2 (<= 0.2-8),
devhelp-book-glibc (<= 0.2-8),
devhelp-book-gdb (<= 0.2-8),
devhelp-book-python (<= 0.2-8),
devhelp-book-pygtk2 (<= 0.2-8),
devhelp-book-sdl (<= 0.2-8)
Description: A GNOME developers help program
Devhelp's primary goal is to be an API documentation browser for GNOME.
It is able to scan for .devhelp files generated automatically for
packages that use gtk-doc-tools to generate documentation for libraries
and programs.
.
Devhelp uses Gecko, the Mozilla rendering engine to render the HTML
manuals. It also provides Bonobo functionality, which is used to
allow command-line searches, emacs integration and embedding in
applications like the Anjuta IDE.
Package: devhelp-common
Section: devel
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Conflicts: devhelp (<< 0.9-5),
libdevhelp-1-0 (<< 0.9-6)
Replaces: devhelp (<< 0.9-5),
libdevhelp-1-0 (<< 0.9-6)
Description: common files for devhelp and its library
Devhelp's primary goal is to be an API documentation browser for GNOME.
It is able to scan for .devhelp files generated automatically for
packages that use gtk-doc-tools to generate documentation for libraries
and programs.
.
Devhelp uses Gecko, the Mozilla rendering engine to render the HTML
manuals. It also provides Bonobo functionality, which is used to
allow command-line searches, emacs integration and embedding in
applications like the Anjuta IDE.
.
This package provides internationalization files, mainly.
|