File: control

package info (click to toggle)
librtfcomp 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,540 kB
  • ctags: 120
  • sloc: sh: 8,867; ansic: 1,108; makefile: 99
file content (53 lines) | stat: -rw-r--r-- 1,908 bytes parent folder | download
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
Source: librtfcomp
Section: libs
Priority: optional
Maintainer: Jonny Lamb <jonnylamb@jonnylamb.com>
Build-Depends: debhelper (>= 5), python-all-dev, python-central, python (>= 2.2), python-pyrex, 
XS-Python-Version: all
Standards-Version: 3.7.3
Homepage: http://www.synce.org/
Vcs-Git: git://git.jonnylamb.com/git/packaging/librtfcomp.git
Vcs-Browser: http://git.jonnylamb.com/?p=packaging/librtfcomp.git;a=summary

Package: librtfcomp-dev
Section: libdevel
Architecture: any
Depends: librtfcomp0 (= ${binary:Version})
Description: Library to read compressed RTF files (development files)
 Can decompress and recompress compressed RTF and convert from
 UTF8 to RTF for use in things like the AirSync protocols.
 .
 This package contains the development files for the library.

Package: librtfcomp-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: librtfcomp0 (= ${binary:Version})
Description: Library to read compressed RTF files (debugging symbols)
 Can decompress and recompress compressed RTF and convert from
 UTF8 to RTF for use in things like the AirSync protocols.
 .
 This package contains the debugging symbols for the library.

Package: librtfcomp0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Library to read compressed RTF files
 Can decompress and recompress compressed RTF and convert from
 UTF8 to RTF for use in things like the AirSync protocols.
 .
 This package contains the shared object library files.

Package: python-rtfcomp
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Library to read compressed RTF files (Python bindings)
 Can decompress and recompress compressed RTF and convert from
 UTF8 to RTF for use in things like the AirSync protocols.
 .
 This package contains the Python bindings for the library.