blob: e7df7d5445c4c86a3c4e2f27409438fb0de7be7b (
plain)
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
|
Source: prison-kf5
Section: libs
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>
Build-Depends: cmake,
debhelper (>= 9),
extra-cmake-modules (>= 5.31.0~),
libdmtx-dev,
libqrencode-dev,
pkg-kde-tools (>= 0.12),
qtbase5-dev
Standards-Version: 3.9.8
Homepage: https://projects.kde.org/projects/kdesupport/prison
Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/prison
Vcs-Git: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/prison
Package: libkf5prison-dev
Section: libdevel
Architecture: any
Depends: libkf5prison5 (= ${binary:Version}), ${misc:Depends}
Description: barcode API for Qt - development files
prison is a barcode API currently offering a nice Qt API to produce QRCode
barcodes and DataMatrix barcodes, and can easily be made support more.
.
This package contains the development headers and files needed to create
applications that use the prison library.
Package: libkf5prison5
Architecture: any
Multi-Arch: same
X-CMake-Target: KF5Prison
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: barcode API for Qt
prison is a barcode API currently offering a nice Qt API to produce QRCode
barcodes and DataMatrix barcodes, and can easily be made support more.
.
This package contains the shared library to be used by applications.
|