1Source: zint
2Section: libs
3Priority: optional
4Maintainer: Robin Stuart <rstuart114@gmail.com>
5Build-Depends: debhelper (>= 9), cmake, libpng12-dev, libqt4-dev
6Standards-Version: 3.9.1
7Homepage: http://www.zint.org.uk/
8
9Package: zint
10Section: libs
11Architecture: any
12Description: A library for encoding data in barcode symbols.
13   Zint is an Open Source barcode encoding and image generating library.
14   It currently features support for over 50 symbologies including
15 QR Code, Data Matrix, Aztec Code, Code 128, UPC/EAN, HIBC, GS1 DataBar and many others.
16   Also included are Unicode translation for symbologies which support Latin-1 and Kanji character sets,
17 full GS1 data support including verification and automated insertion of FNC1 characters and
18 support for encoding binary data including NULL (ASCII 0) characters.
19
20Package: zint-devel
21Section: libdevel
22Architecture: any
23Depends: zint (= ${binary:Version})
24Description: Zint development files
25   This package contains development files for the Zint barcode encoding
26 library.
27
28Package: zint-qt
29Section: libs
30Architecture: any
31Depends: zint (= ${binary:Version})
32Description: Zint Barcode Studio.
33   This package contains Zint Barcode Studio, a QT frontend for the Zint
34 barcode encoding library.
35
36Package: zint-qt-devel
37Section: libdevel
38Architecture: any
39Depends: zint (= ${binary:Version}), zint-qt (= ${source:Version}), libqt4-dev
40Description: QZint development files.
41   This package contains development files for the Qt wrapper over the Zint
42 library.