File: control

package info (click to toggle)
qrencode 4.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,976 kB
  • sloc: ansic: 11,778; sh: 4,911; makefile: 112
file content (51 lines) | stat: -rw-r--r-- 1,931 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
Source: qrencode
Priority: optional
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Build-Depends: debhelper (>= 13~), pkg-config, libpng-dev, libsdl2-dev
Standards-Version: 4.5.1
Section: libs
Homepage: https://fukuchi.org/works/qrencode/index.html.en
Vcs-Git: https://salsa.debian.org/debian/qrencode.git
Vcs-Browser: https://salsa.debian.org/debian/qrencode
Rules-Requires-Root: binary-targets

Package: qrencode
Multi-Arch: foreign
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: QR Code encoder into PNG image
 Qrencode is a utility software using libqrencode to encode string data in
 a QR Code and save as a PNG or an EPS image.

Package: libqrencode4
Multi-Arch: same
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: QR Code encoding library
 Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D
 symbology that can be scanned by handy terminals such as a mobile phone with
 CCD.  The capacity of QR Code is up to 7000 digits or 4000 characters, and has
 high robustness.
 .
 Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial
 Standards) X0510:2004 or ISO/IEC 18004.
 .
 This package contains runtime libraries of libqrencode.

Package: libqrencode-dev
Multi-Arch: same
Section: libdevel
Architecture: any
Depends: libqrencode4 (= ${binary:Version}), ${misc:Depends}
Description: QR Code encoding library -- development
 Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D
 symbology that can be scanned by handy terminals such as a mobile phone with
 CCD.  The capacity of QR Code is up to 7000 digits or 4000 characters, and has
 high robustness.
 .
 Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial
 Standards) X0510:2004 or ISO/IEC 18004.
 .
 This package contains development files (a header, pkg-config settings, etc.)