Initial transfer from CVS

Transfer of version 2.3.2 from CVS repository
This commit is contained in:
Robin Stuart
2010-06-10 21:52:50 +01:00
commit 511fadef30
152 changed files with 58999 additions and 0 deletions

44
debian/changelog vendored Normal file
View File

@ -0,0 +1,44 @@
zint (2.2.1-1) unstable; urgency=low
* fix .so version
-- BogDan Vatra <bogdan@licentia.eu> Sat, 08 Aug 2009 11:52:28 +0300
zint (2.2.1) unstable; urgency=low
* bug fixes. Affected symbologies are Data Matrix,
USPS One Code, Aztec Code, PDF417, MicroPDF and Composite symbols.
If you use any of these then please update.
-- BogDan Vatra <bogdan@licentia.eu> Fri, 07 Aug 2009 15:04:12 +0300
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
* 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.
-- BogDan Vatra <bogdan@licentia.eu> Wed, 20 May 2009 10:51:18 +0300
zint (2.1.3) unstable; urgency=low
* Initial release
-- BogDan Vatra <bogdan@licentia.eu> Sat, 11 Apr 2009 23:45:53 +0300

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

64
debian/control vendored Normal file
View File

@ -0,0 +1,64 @@
Source: zint
Section: libs
Priority: extra
Maintainer: BogDan Vatra <bogdan@licentia.eu>
Build-Depends: cdbs, debhelper (>= 7), cmake, libpng12-dev, libqrencode-dev, libqt4-dev
Standards-Version: 3.8.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.
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: 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: 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.

39
debian/copyright vendored Normal file
View File

@ -0,0 +1,39 @@
This package was debianized by:
BogDan Vatra <bogdan@licentia.eu> on Sat, 11 Apr 2009 23:45:53 +0300
It was downloaded from:
<http://www.sourceforge.net/projects/zint>
Upstream Author(s):
Robin Stuart <robin@zint.org.uk>
Copyright:
<Copyright (C) 2006-2009 Robin Stuart>
License:
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
The Debian packaging is:
Copyright (C) 2009 BogDan Vatra <bogdan@licentia.eu>
and is licensed under the GPL version 3, see above.

2
debian/libqzint-dev.install vendored Normal file
View File

@ -0,0 +1,2 @@
usr/include/qzint.h
usr/lib/libQZint.so

1
debian/libqzint.install vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/libQZint.so.*

3
debian/libzint-dev.install vendored Normal file
View File

@ -0,0 +1,3 @@
usr/include/zint.h
usr/lib/libzint.so
usr/share/cmake-2.6/Modules/FindZint.cmake

1
debian/libzint.install vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/libzint.so.*

1
debian/qzintfrontend.install vendored Normal file
View File

@ -0,0 +1 @@
usr/bin/zint-qt

9
debian/rules vendored Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
DEB_DBG_PACKAGE_libzint := libzint-dbg
DEB_DBG_PACKAGE_libqzint := libzint-dbg
DEB_DBG_PACKAGE_zintfrontend := libzint-dbg
DEB_DBG_PACKAGE_qzintfrontend := libzint-dbg

1
debian/zintfrontend.install vendored Normal file
View File

@ -0,0 +1 @@
usr/bin/zint