mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
2ee978379b
Remove build dependence on libqrencode for Debian. This library is no longer used.
68 lines
2.3 KiB
Plaintext
68 lines
2.3 KiB
Plaintext
Source: zint
|
|
Section: libs
|
|
Priority: extra
|
|
Maintainer: Robin Stuart <robin@zint.org.uk>
|
|
Build-Depends: cdbs, debhelper (>= 7), cmake, libpng12-dev, libqt4-dev
|
|
Standards-Version: 3.9.1
|
|
Homepage: http://www.zint.org.uk/
|
|
|
|
Package: libzint
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: A library for encoding data in barcode symbols.
|
|
Zint is an Open Source barcode encoding and image generating library.
|
|
It currently features support for over 50 symbologies including
|
|
QR Code, Data Matrix, Aztec Code, Code 128, UPC/EAN, HIBC, GS1 DataBar and many others.
|
|
Also included are Unicode translation for symbologies which support Latin-1 and Kanji character sets,
|
|
full GS1 data support including verification and automated insertion of FNC1 characters and
|
|
support for encoding binary data including NULL (ASCII 0) characters.
|
|
|
|
Package: libzint-dbg
|
|
Section: libs
|
|
Architecture: any
|
|
Priority: extra
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Debugging symbols for Zint library.
|
|
This package contains debugging files used to investigate problems with
|
|
Zint binaries and libraries.
|
|
|
|
Package: libzint-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: libzint (= ${binary:Version})
|
|
Description: Zint development files
|
|
This package contains development files for the Zint barcode encoding
|
|
library.
|
|
|
|
Package: libqzint
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: libzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Qt wrapper for Zint
|
|
This package contains a Qt wrapper for the Zint barcode encoding library.
|
|
|
|
Package: libqzint-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: libqzint (= ${binary:Version}), libzint-dev (= ${source:Version})
|
|
Description: QZint development files.
|
|
This package contains development files for the Qt wrapper over the Zint
|
|
library.
|
|
|
|
Package: zint-cli
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: libzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Zint console frontend.
|
|
This package contains a console frontend for the Zint barcode encoder.
|
|
|
|
Package: zint-qt
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: libzint (= ${binary:Version}), libqzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Zint Barcode Studio.
|
|
This package contains Zint Barcode Studio, a QT frontend for the Zint
|
|
barcode encoding library.
|
|
|