source: pkg/boss/main/libgtkhtml2/trunk/debian/control.in @ 4325

Revision 4325, 2.0 KB checked in by alanbach-guest, 5 years ago (diff)
  • Merged updates from Ubuntu 2.11.1-2ubuntu1
    • Bump standards version to 3.8.0.1
Line 
1Source: libgtkhtml2
2Section: libs
3Priority: optional
4Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
5Uploaders: @GNOME_TEAM@
6Standards-Version: 3.8.0.1
7Build-Depends: debhelper (>= 5),
8               gettext (>= 0.10.38),
9               libxml2-dev (>= 2.4.16),
10               libgtk2.0-dev (>= 2.13),
11               libgnomevfs2-dev (>= 1.9.8),
12               gnome-pkg-tools (>= 0.11),
13               autotools-dev
14
15Package: libgtkhtml2-@SONAME@
16Architecture: any
17Section: libs
18Depends: ${misc:Depends},
19         ${shlibs:Depends}
20Description: HTML rendering/editing library - runtime files
21 GtkHTML is a lightweight engine to render, print and edit HTML. It was
22 originally based on kHTML, but is now being developed independently.
23 .
24 This is version 2 of GtkHTML, which is now developed independently of
25 GtkHTML 3.
26 .
27 This package contains the runtime files needed by packages using
28 GtkHTML.
29
30Package: libgtkhtml2-dbg
31Architecture: any
32Section: libs
33Priority: extra
34Depends: ${misc:Depends},
35         libgtkhtml2-@SONAME@ (= ${binary:Version}),
36         ${shlibs:Depends}
37Description: HTML rendering/editing library - detached debugging symbols
38 GtkHTML is a lightweight engine to render, print and edit HTML. It was
39 originally based on kHTML, but is now being developed independently.
40 .
41 This is version 2 of GtkHTML, which is now developed independently of
42 GtkHTML 3.
43 .
44 This package contains the detached debugging symbols.
45
46Package: libgtkhtml2-dev
47Architecture: any
48Section: libdevel
49Depends: ${misc:Depends},
50         libgtkhtml2-@SONAME@ (= ${binary:Version}),
51         libxml2-dev
52Replaces: libgtkhtml2-@SONAME@ (<< 2.11.1-1)
53Description: HTML rendering/editing library - development files
54 GtkHTML is a lightweight engine to render, print and edit HTML. It was
55 originally based on kHTML, but is now being developed independently.
56 .
57 This is version 2 of GtkHTML, which is now developed independently of
58 GtkHTML 3.
59 .
60 This package contains the development files needed to build packages
61 using GtkHTML.
Note: See TracBrowser for help on using the repository browser.