Ignore:
Timestamp:
11/01/08 03:35:42 (5 years ago)
Author:
alanbach-guest
Message:
  • Merged updates from Ubuntu 2.11.1-2ubuntu1
    • Bump standards version to 3.8.0.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkg/boss/main/libgtkhtml2/trunk/debian/control.in

    r1874 r4325  
    44Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 
    55Uploaders: @GNOME_TEAM@ 
    6 Standards-Version: 3.7.2 
    7 Build-Depends: debhelper (>= 5), gettext (>= 0.10.38), libxml2-dev (>= 2.4.16), libgail-dev (>= 1.4), libgtk2.0-dev (>= 2.2), libgnomevfs2-dev (>= 1.9.8), gnome-pkg-tools (>= 0.11), autotools-dev 
     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 
    814 
    915Package: libgtkhtml2-@SONAME@ 
    1016Architecture: any 
    1117Section: libs 
    12 Depends: ${misc:Depends}, ${shlibs:Depends} 
    13 Description: HTML rendering/editing library - runtime files. (for GNOME2) 
    14  This is GtkHTML, a lightweight HTML rendering/printing/editing engine. It 
    15  was originally based on KHTMLW, but is now being developed independently. 
     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. 
    1623 . 
    17  This package is a part of GNOME2 
     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. 
    1845 
    1946Package: libgtkhtml2-dev 
    2047Architecture: any 
    2148Section: libdevel 
    22 Depends: ${misc:Depends}, libgtkhtml2-@SONAME@ (= ${Source-Version}), libxml2-dev, libgail-dev (>= 1.2) 
    23 Description: HTML rendering/editing library - development files. for (GNOME2) 
    24  This is GtkHTML, a lightweight HTML rendering/printing/editing engine. It 
    25  was originally based on KHTMLW, but is now being developed independently. 
     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. 
    2656 . 
    27  This package is a part of GNOME2 
     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 TracChangeset for help on using the changeset viewer.