From 88307585b7bbbee451fdc09254499f72d110f9d9 Mon Sep 17 00:00:00 2001 From: taipanromania Date: Fri, 7 Aug 2009 11:55:13 +0000 Subject: [PATCH] add debian testing/sid and (*)ubuntu debug packages --- debian/changelog | 19 ++++++++++++++++++- debian/control | 21 ++++++++++++++++----- debian/rules | 6 ++++-- 3 files changed, 38 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1af7ea54..7f12eb7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,23 @@ +zint (2.2.0-1) unstable; urgency=low + + * Debian testing/sid and (*)ubuntu debug packages + + -- BogDan Vatra Thu, 06 Aug 2009 21:57:37 +0300 + +zint (2.2.0) unstable; urgency=low + + * Code One encoding + * Another round of bugfixes + * GS-1 data can now be encoded in Code 49 symbols + * The Qt GUI has been renamed to "zint-qt" and now includes a handy + reset button. + + -- BogDan Vatra Tue, 04 Aug 2009 18:44:39 +0300 + zint (2.1.3-1) unstable; urgency=low - * Much improved GUI experience - now with a "save" button so that the GUI actually does something! + * Much improved GUI experience - now with a "save" button so that the GUI + actually does something! * Also included are, of course, Code 49, Channel Code, Japanese Postal Code. * A shed load of bugfixes. diff --git a/debian/control b/debian/control index c540ba62..30b9701e 100644 --- a/debian/control +++ b/debian/control @@ -17,37 +17,48 @@ Description: Zint is an Open Source barcode encoding and image generating librar 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. - Output in PNG, EPS and SVG formats with user adjustable sizes and colours. - Verification stage for SBN, ISBN and ISBN-13 data. + +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: libs +Section: libdevel Architecture: any Depends: libzint (= ${binary:Version}) Description: Zint development files. + This package contains development files for zint. 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. Package: libqzint-dev -Section: libs +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.. Package: zintfrontend Section: libs Architecture: any Depends: libzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Zint console frontend. + This package contains a console frontend. Package: qzintfrontend 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. diff --git a/debian/rules b/debian/rules index fca5ea97..fbb8b66e 100755 --- a/debian/rules +++ b/debian/rules @@ -3,5 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk - -# Add here any variable or target overrides you need. +DEB_DBG_PACKAGE_libzint := libzint-dbg +DEB_DBG_PACKAGE_libqzint := libzint-dbg +DEB_DBG_PACKAGE_zintfrontend := libzint-dbg +DEB_DBG_PACKAGE_qzintfrontend := libzint-dbg