Update Debian files

Bring the Debian files up to version 2.4
This commit is contained in:
Robin Stuart 2010-10-03 12:07:54 +01:00
parent 3d938aa029
commit f6d6610916
3 changed files with 88 additions and 23 deletions

61
debian/changelog vendored
View File

@ -1,3 +1,64 @@
zint (2.4-1) unstable; urgency=low
* Update and review of files required by Debian including changelog.
-- Robin Stuart <robin@zint.org.uk> 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 <robin@zint.org.uk> 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 <robin@zint.org.uk> 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 <robin@zint.org.uk> 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 <robin@zint.org.uk> 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 <robin@zint.org.uk> Sat, 02 Oct 2010 01:00:00 +0000
zint (2.2.1-1) unstable; urgency=low zint (2.2.1-1) unstable; urgency=low
* fix .so version * fix .so version

43
debian/control vendored
View File

@ -1,22 +1,22 @@
Source: zint Source: zint
Section: libs Section: libs
Priority: extra Priority: extra
Maintainer: BogDan Vatra <bogdan@licentia.eu> Maintainer: Robin Stuart <robin@zint.org.uk>
Build-Depends: cdbs, debhelper (>= 7), cmake, libpng12-dev, libqrencode-dev, libqt4-dev 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/ Homepage: http://www.zint.org.uk/
Package: libzint Package: libzint
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Zint is an Open Source barcode encoding and image generating library for Linux. Description: A library for encoding data in barcode symbols.
It currently features: Zint is an Open Source barcode encoding and image generating library.
Over 50 symbologies including many not available in any other open source package. It currently features support for over 50 symbologies including
Unicode translation for symbologies which support Latin-1 and Shift-JIS character sets. QR Code, Data Matrix, Aztec Code, Code 128, UPC/EAN, HIBC, GS1 DataBar and many others.
Full GS1 support including data verification and automated insertion of FNC1 characters. Also included are Unicode translation for symbologies which support Latin-1 and Kanji character sets,
Support for encoding binary data including NULL (ASCII 0) characters. full GS1 data support including verification and automated insertion of FNC1 characters and
Health Industry Barcode (HIBC) encoding capabilities. support for encoding binary data including NULL (ASCII 0) characters.
Package: libzint-dbg Package: libzint-dbg
Section: libs Section: libs
@ -24,41 +24,44 @@ Architecture: any
Priority: extra Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Debugging symbols for Zint library. 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. Zint binaries and libraries.
Package: libzint-dev Package: libzint-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libzint (= ${binary:Version}) Depends: libzint (= ${binary:Version})
Description: Zint development files. Description: Zint development files
This package contains development files for zint. This package contains development files for the Zint barcode encoding
library.
Package: libqzint Package: libqzint
Section: libs Section: libs
Architecture: any Architecture: any
Depends: libzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Depends: libzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Qt wrapper over Zint library Description: Qt wrapper for Zint
This package contains Qt wrapper over Zint library. This package contains a Qt wrapper for the Zint barcode encoding library.
Package: libqzint-dev Package: libqzint-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libqzint (= ${binary:Version}), libzint-dev (= ${source:Version}) Depends: libqzint (= ${binary:Version}), libzint-dev (= ${source:Version})
Description: QZint development files. 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 Section: libs
Architecture: any Architecture: any
Depends: libzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Depends: libzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Zint console frontend. 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 Section: libs
Architecture: any Architecture: any
Depends: libzint (= ${binary:Version}), libqzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Depends: libzint (= ${binary:Version}), libqzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Zint QT frontend. Description: Zint Barcode Studio.
This package contains an easy to use QT frontend. This package contains Zint Barcode Studio, a QT frontend for the Zint
barcode encoding library.

5
debian/copyright vendored
View File

@ -1,6 +1,7 @@
This package was debianized by: This package was debianized by:
BogDan Vatra <bogdan@licentia.eu> on Sat, 11 Apr 2009 23:45:53 +0300 BogDan Vatra <bogdan@licentia.eu> on Sat, 11 Apr 2009 23:45:53 +0300
Modified by Robin Stuart <robin@zint.org.uk> on Sat, 02 Oct 2010 11:40:00 +0000
It was downloaded from: It was downloaded from:
@ -12,7 +13,7 @@ Upstream Author(s):
Copyright: Copyright:
<Copyright (C) 2006-2009 Robin Stuart> <Copyright (C) 2006-2010 Robin Stuart>
License: License:
@ -34,6 +35,6 @@ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
The Debian packaging is: The Debian packaging is:
Copyright (C) 2009 BogDan Vatra <bogdan@licentia.eu> Copyright (C) 2010 Robin Stuart <robin@zint.org.uk>
and is licensed under the GPL version 3, see above. and is licensed under the GPL version 3, see above.