add debian testing/sid and (*)ubuntu debug packages

This commit is contained in:
taipanromania 2009-08-07 11:55:13 +00:00
parent f48a8603e8
commit 88307585b7
3 changed files with 38 additions and 8 deletions

19
debian/changelog vendored
View File

@ -1,6 +1,23 @@
zint (2.2.0-1) unstable; urgency=low
* Debian testing/sid and (*)ubuntu debug packages
-- BogDan Vatra <bogdan@licentia.eu> 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 <bogdan@licentia.eu> Tue, 04 Aug 2009 18:44:39 +0300
zint (2.1.3-1) unstable; urgency=low 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. * Also included are, of course, Code 49, Channel Code, Japanese Postal Code.
* A shed load of bugfixes. * A shed load of bugfixes.

21
debian/control vendored
View File

@ -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. Full GS1 support including data verification and automated insertion of FNC1 characters.
Support for encoding binary data including NULL (ASCII 0) characters. Support for encoding binary data including NULL (ASCII 0) characters.
Health Industry Barcode (HIBC) encoding capabilities. 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 Package: libzint-dev
Section: libs 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.
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 over Zint library
This package contains Qt wrapper over Zint library.
Package: libqzint-dev Package: libqzint-dev
Section: libs 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..
Package: zintfrontend Package: zintfrontend
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.
Package: qzintfrontend Package: qzintfrontend
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 QT frontend.
This package contains an easy to use QT frontend.

6
debian/rules vendored
View File

@ -3,5 +3,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk include /usr/share/cdbs/1/class/cmake.mk
DEB_DBG_PACKAGE_libzint := libzint-dbg
# Add here any variable or target overrides you need. DEB_DBG_PACKAGE_libqzint := libzint-dbg
DEB_DBG_PACKAGE_zintfrontend := libzint-dbg
DEB_DBG_PACKAGE_qzintfrontend := libzint-dbg