~ubuntu-branches/ubuntu/edgy/libwpd/edgy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2004-06-20 02:41:29 UTC
  • Revision ID: james.westby@ubuntu.com-20040620024129-vv1a8jdq910yiagw
Tags: 0.7.1-4
* Now libwpd-dev depends on libglib2.0-dev and libgsf-1-dev - closes: #253014
* Added Build-Depends: libbz2-dev - closes: #253911

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libwpd
 
2
Section: devel
 
3
Priority: optional
 
4
Maintainer: Masayuki Hatta (mhatta) <mhatta@debian.org>
 
5
Build-Depends: automake1.7, debhelper (>> 4.0.0), libbz2-dev, libgsf-1-dev, libglib2.0-dev, libxml2-dev (>= 2.6.8-2)
 
6
Standards-Version: 3.6.1
 
7
 
 
8
Package: libwpd-dev
 
9
Section: libdevel
 
10
Architecture: any
 
11
Depends: libwpd7 (= ${Source-Version}), libgsf-1-dev, libglib2.0-dev
 
12
Description: Library for handling WordPerfect documents (development)
 
13
 libwpd is a library for reading and writing WordPerfect(TM) documents.
 
14
 Importing from WordPerfect 4.2/5/6/7/8/9/10 files are supported.  libwpd has 
 
15
 complete support for the entire set of WordPerfect extended characters, too.
 
16
 .
 
17
 This package contains files used for development with libwpd.
 
18
 
 
19
Package: libwpd7
 
20
Section: libs
 
21
Architecture: any
 
22
Depends: ${shlibs:Depends}
 
23
Replaces: libwpd0, libwpd2, libwpd3, libwpd4, libwpd5, libwpd6
 
24
Conflicts: libwpd0, libwpd2, libwpd3, libwpd4, libwpd5, libwpd6
 
25
Description: Library for handling WordPerfect documents (shared library)
 
26
 libwpd is a library for reading and writing WordPerfect(TM) documents.
 
27
 Importing from WordPerfect 4.2/5/6/7/8/9/10 files are supported.  libwpd has 
 
28
 complete support for the entire set of WordPerfect extended characters, too.
 
29
 .
 
30
 This package contains shared library and some sample programs
 
31
 (wpd2html, wpd2raw and wpd2text).
 
32
 
 
33