summaryrefslogtreecommitdiffstats
path: root/debian/wv2/wv2-0.4.2.dfsg.2/debian/control
blob: 32c182c3de66b803e64da9e9935be1b21bd2602b (plain)
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
Source: wv2
Section: deps-r14/libs
Priority: optional
Maintainer: Olly Betts <olly@survex.com>
Build-Depends: cdbs, debhelper (>= 9), quilt, cmake, ninja-build, libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libxml2-dev, zlib1g-dev, pkg-config
Standards-Version: 3.9.4
Homepage: http://wvware.sourceforge.net

Package: libwv2-4
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libwv2-1
Replaces: libwv2-1
Description: library for accessing Microsoft Word documents
 The wv2 library allows access to Microsoft Word documents, for the
 purpose of converting them to other formats.  This library is intended
 as an eventual replacement for the wv library, used in the package wv.

Package: libwv2-dev
Architecture: any
Multi-Arch: foreign
Section: deps-r14/libdevel
Depends: libwv2-4 (= ${binary:Version}), libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libxml2-dev, ${misc:Depends}
Description: development files for Microsoft Word access library
 The wv2 library allows access to Microsoft Word documents, for the
 purpose of converting them to other formats.  This library is intended
 as an eventual replacement for the wv library, used in the package wv.
 .
 This package contains development files for using libwv2 within your own
 projects.