File: control

package info (click to toggle)
qprint 1.1.dfsg.2-2.4
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 660 kB
  • sloc: ansic: 2,042; sh: 152; makefile: 148
file content (29 lines) | stat: -rw-r--r-- 1,004 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
Source: qprint
Section: utils
Build-Depends:
 debhelper-compat (= 9),
Maintainer: Eugene V. Lyubimkin <jackyf@debian.org>
Standards-Version: 4.7.3
Homepage: http://www.fourmilab.ch/webtools/qprint/

Package: qprint
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: encoder and decoder for quoted-printable encoding
 Qprint is a command-line program that can encode or decode files from/to
 quoted-printable encoding (RFC1521). It can work with both text and binary
 data.

Package: qprint-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: qprint (>= ${binary:Version})
Description: qprint quoted-printable encoder/decoder (documentation)
 Qprint is a command-line program that can encode or decode files from/to
 quoted-printable encoding (RFC1521). It can work with both text and binary
 data.
 .
 This package contains documentation for quoted-printable encoding and qprint
 program in PDF format and html version of qprint manual page.