File: control

package info (click to toggle)
libapache-mod-encoding 0.0.20021209-11
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,668 kB
  • ctags: 284
  • sloc: ansic: 94,392; sh: 13,778; makefile: 113
file content (43 lines) | stat: -rw-r--r-- 1,453 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
Source: libapache-mod-encoding
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10~)
Standards-Version: 3.7.2.2
Uploaders: TAKU Yasui <tach@debian.or.jp>

Package: libiconv-hook1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: extension of iconv for libapache-mod-encoding
 This code is iconv compatible interface routine for mod_encoding.
 Taisuke Yamada writes sample code for hooking iconv() for mod_encoding.
 .
 In mod_encoding configuration directive,
 supports following encoding names additionally:
 .
  MSSJIS
  - This is almost same as SJIS, but is a Microsoft variant of it.
 .
  JA-AUTO-SJIS-MS
  - This is a special converter which does autodetection between
    UTF-8/JIS/MSSJIS/SJIS/EUC-JP. This itself does not do conversion.

Package: libiconv-hook-dev
Architecture: any
Depends: libiconv-hook1 (= ${binary:Version})
Section: libdevel
Description: header files of libiconv-hook
 This code is iconv compatible interface routine for mod_encoding.
 Taisuke Yamada writes sample code for hooking iconv() for mod_encoding.
 .
 In mod_encoding configuration directive,
 supports following encoding names additionally:
 .
  MSSJIS
  - This is almost same as SJIS, but is a Microsoft variant of it.
 .
  JA-AUTO-SJIS-MS
  - This is a special converter which does autodetection between
    UTF-8/JIS/MSSJIS/SJIS/EUC-JP. This itself does not do conversion.