control 1.5 KB

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