File: control

package info (click to toggle)
konwert 1.8-13
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,228 kB
  • ctags: 649
  • sloc: sh: 30,632; cpp: 1,335; perl: 874; makefile: 317
file content (43 lines) | stat: -rw-r--r-- 1,512 bytes parent folder | download | duplicates (2)
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
Source: konwert
Section: text
Priority: optional
Maintainer: Yann Dirson <dirson@debian.org>
Standards-Version: 3.6.2
Vcs-Git: git://anonscm.debian.org/collab-maint/konwert.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/konwert.git
Build-Depends: debhelper (>> 5), dh-buildinfo, bash-completion

Package: konwert
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, konwert-filters
Suggests: konwert-dev
Description: Charset conversion for files or terminal I/O
 `konwert' is yet another charset converter.  Some particular features are:
  * one-to-many conversions
  * context-dependent conversions
  * approximations of some unavailable characters
  * (as a result) ability to transcript e.g. Russian Cyrillic into Polish
 phonetic equivalent
 .
 `filterm' applies filter conversion to a terminal's I/O, to get on-the-fly
 charset conversion, and customized input methods.

Package: konwert-filters
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libfile-temp-perl
Recommends: konwert
Description: Filters used by konwert for charset conversion
 These files are needed by konwert.
 .
 They are also probably useless without konwert itself.

Package: konwert-dev
Architecture: all
Priority: extra
Depends: konwert, ${misc:Depends}
Suggests: g++
Description: Tools to define new charset conversion for konwert
 This package contains sources for some filters, and the scripts used to
 build those filters from them.
 .
 The `512bold' filter is a C++ program.