diff --git a/debian/changelog b/debian/changelog index 23d06f5d..78035ad4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,64 @@ +zint (2.4-1) unstable; urgency=low + + * Update and review of files required by Debian including changelog. + + -- Robin Stuart Sat, 02 Oct 2010 09:26:00 +0000 + +zint (2.4) unstable; urgency=low + + * Built extensions to the API for integrating with glabels thanks + to Sam Lown and Jim Evins. + * Added code optimisation and input from stdin thanks to Ismael + Luceno. + * Reinstated escape character input. + * Simplification of Barcode Studio. + + -- Robin Stuart Sat, 02 Oct 2010 05:00:00 +0000 + +zint (2.3.2) unstable; urgency=low + + * Corrected many bugs in GS1 DataBar Extended thanks to the careful + study of the code by Pablo Orduña at the PIRAmIDE project. + * Similarly corrected some bugs in Maxicode thanks to Monica Swanson + at Source Technologies. + * Also minor bugfixes for ISBN and Aztec Code, and added some small + features like a --square option in the CLI. + + -- Robin Stuart Sat, 02 Oct 2010 04:00:00 +0000 + +zint (2.3.1) unstable; urgency=low + + * Removed Codablock-F. + * Redesigned scale function so that human readable text and Maxicode + symbols can be scaled consistently. + * Corrected encoding bugs with Code 128/Code 16k and Data Matrix ECC + 050. + * Added --notext option to CLI. + + -- Robin Stuart Sat, 02 Oct 2010 03:00:00 +0000 + +zint (2.3) unstable; urgency=low + + * Fixed problems with Micro QR Code and rebuilt QR Code support + removing dependence on libqrencode. + * Improved Kanji character support for QR Code and Micro QR Code + which now auto-detects and automatically converts to Shift-JIS. + * Added Grid Matrix symbology with Kanji character support and + automatic conversion to GB 2312. + * Removed no_qr compile option. + * Advanced Barcode Studio version number to match library version + number. + + -- Robin Stuart Sat, 02 Oct 2010 02:00:00 +0000 + +zint (2.2.2) unstable; urgency=low + + * A beta release previewing the new API structure. + * Better NULL character support with "nullchar" value removed. + * Added loading from file and sequence dialogs in Barcode Studio. + + -- Robin Stuart Sat, 02 Oct 2010 01:00:00 +0000 + zint (2.2.1-1) unstable; urgency=low * fix .so version diff --git a/debian/control b/debian/control index 30b9701e..aa2d75cd 100644 --- a/debian/control +++ b/debian/control @@ -1,64 +1,67 @@ Source: zint Section: libs Priority: extra -Maintainer: BogDan Vatra +Maintainer: Robin Stuart Build-Depends: cdbs, debhelper (>= 7), cmake, libpng12-dev, libqrencode-dev, libqt4-dev -Standards-Version: 3.8.1 +Standards-Version: 3.9.1 Homepage: http://www.zint.org.uk/ Package: libzint Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Zint is an Open Source barcode encoding and image generating library for Linux. - It currently features: - Over 50 symbologies including many not available in any other open source package. - Unicode translation for symbologies which support Latin-1 and Shift-JIS character sets. - Full GS1 support including data verification and automated insertion of FNC1 characters. - Support for encoding binary data including NULL (ASCII 0) characters. - Health Industry Barcode (HIBC) encoding capabilities. - +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 + 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 zint. +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 over Zint library - This package contains Qt wrapper over Zint library. +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 Zint library.. + This package contains development files for the Qt wrapper over the Zint + library. -Package: zintfrontend +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. + This package contains a console frontend for the Zint barcode encoder. -Package: qzintfrontend +Package: zint-qt Section: libs Architecture: any Depends: libzint (= ${binary:Version}), libqzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Description: Zint QT frontend. - This package contains an easy to use QT frontend. +Description: Zint Barcode Studio. + This package contains Zint Barcode Studio, a QT frontend for the Zint + barcode encoding library. diff --git a/debian/copyright b/debian/copyright index 23fd34c4..edcef672 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,7 @@ This package was debianized by: BogDan Vatra on Sat, 11 Apr 2009 23:45:53 +0300 + Modified by Robin Stuart on Sat, 02 Oct 2010 11:40:00 +0000 It was downloaded from: @@ -12,7 +13,7 @@ Upstream Author(s): Copyright: - + License: @@ -34,6 +35,6 @@ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. The Debian packaging is: - Copyright (C) 2009 BogDan Vatra + Copyright (C) 2010 Robin Stuart and is licensed under the GPL version 3, see above.