1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-05-01 19:55:29 +00:00
template, props Dmitry Smirnov (ticket #147, props John Crisp);
  TODO: enable building with the GS1 Syntax Engine;
  this involved auditing copyrights which prompted the next item
  re "tif.c" and will prompt the next next item "pdf417.c"
tif.c: replaced LZW compression with tree-based one due to
  "tif_lzw.h"'s original BSD-TAHOE license which has the equivalent
  of the "advertising clause", new implementation (which is much
  faster anyway) props Harald Kuhr and Bob Montgomery
pdf417.c: TODO: Replace all code adapted from "pdf417.frm" as it
  was released under GPL v2.0 or later
pdf417.h: replace unnecessary "pdf417.frm" references with ISO/IEC
  standard as 1st step re above, some expanded comments
general: Codablock-F -> Codablock F (i.e. lose hyphen)
cmake: frontend/frontend_qt: go back to only setting RPATH on macOS
  as not Debian compatible and it seems it's not a good idea on
  Linux anyway; TODO: check BSD + other Unixes
CLI/GUI: make "--verbose" option official and document
tools/gen_eci_sb_h.php/gen_eci_mb_h.php: add SPDX Unicode-3.0;
  update haible.de/bruno tarball info - "GB18030.TXT" no longer in
  "jdk-1.4.2/" so mention "libiconv-1.11/" version instead (same)
general: add various SPDXs and normalize some Copyrights
reedsol.c: malloced `logt`/`alog` tables int -> short (slight
  performance improvement)
aztec.c: add copyrights, some code fiddling
BWIPP: update to latest
This commit is contained in:
gitlost
2026-03-18 15:08:32 +00:00
parent db03f0b304
commit df64a0f237
70 changed files with 1404 additions and 755 deletions

34
debian/changelog vendored
View File

@@ -1,19 +1,29 @@
zint (2.6.0) stable; urgency=medium
zint (2.16.0.9-1) unstable; urgency=low
* Updated using https://salsa.debian.org/debian/zint as template, props
Dmitry Smirnov <onlyjob@debian.org>
* Ticket #147, props John Crisp
* TODO: enable building with the GS1 Syntax Engine
* TODO: "libzint2.16.symbols" file?
-- Robin Stuart <rstuart114@gmail.com> Wed, 18 Mar 2026 13:00:00 +0000
zint (2.6.0-1) stable; urgency=medium
* Update to Qt5
* Output to EMF and TIF
-- Robin Stuart <rstuart114@gmail.com> Fri, 12 May 2017 09:00:00 +0000
zint (2.5.1) UNRELEASED; urgency=medium
* Include support for DotCode
* Include support for Han Xin (Chinese Sensible) code.
* Reinstate Codablock-F support.
* Reinstate Codablock F support.
* Automated ECI pre-processing.
* Output to BMP, GIF and PCX.
* Huge code review and numerous bugfixes
* DMRE support and DataMatrix bugfixes
* DMRE support and DataMatrix bugfixes
-- Robin Stuart <rstuart114@gmail.com> Fri, 13 Jan 2017 20:33:54 +0000
@@ -21,7 +31,7 @@ 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
-- Robin Stuart <robin@zint.org.uk> Sat, 02 Oct 2010 09:26:00 +0000
zint (2.4) unstable; urgency=low
@@ -32,7 +42,7 @@ zint (2.4) unstable; urgency=low
* Reinstated escape character input.
* Simplification of Barcode Studio.
-- Robin Stuart <robin@zint.org.uk> Sat, 02 Oct 2010 05:00:00 +0000
-- Robin Stuart <robin@zint.org.uk> Sat, 02 Oct 2010 05:00:00 +0000
zint (2.3.2) unstable; urgency=low
@@ -43,18 +53,18 @@ zint (2.3.2) unstable; urgency=low
* 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
-- Robin Stuart <robin@zint.org.uk> Sat, 02 Oct 2010 04:00:00 +0000
zint (2.3.1) unstable; urgency=low
* Removed Codablock-F.
* 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
-- Robin Stuart <robin@zint.org.uk> Sat, 02 Oct 2010 03:00:00 +0000
zint (2.3) unstable; urgency=low
@@ -68,7 +78,7 @@ zint (2.3) unstable; urgency=low
* Advanced Barcode Studio version number to match library version
number.
-- Robin Stuart <robin@zint.org.uk> Sat, 02 Oct 2010 02:00:00 +0000
-- Robin Stuart <robin@zint.org.uk> Sat, 02 Oct 2010 02:00:00 +0000
zint (2.2.2) unstable; urgency=low
@@ -86,8 +96,8 @@ zint (2.2.1-1) unstable; urgency=low
zint (2.2.1) unstable; urgency=low
* bug fixes. Affected symbologies are Data Matrix,
USPS One Code, Aztec Code, PDF417, MicroPDF and Composite symbols.
* 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

1
debian/compat vendored
View File

@@ -1 +0,0 @@
9

135
debian/control vendored
View File

@@ -1,42 +1,119 @@
Source: zint
Section: libs
Section: graphics
Priority: optional
Maintainer: Robin Stuart <rstuart114@gmail.com>
Build-Depends: debhelper (>= 9), cmake, libpng12-dev, libqt4-dev
Standards-Version: 3.9.1
Homepage: http://www.zint.org.uk/
Build-Depends: debhelper-compat (= 12)
,cmake
,libpng-dev
,libqt5svg5-dev
,qtbase5-dev
,qttools5-dev
Standards-Version: 4.6.2
Homepage: https://www.zint.org.uk/
Rules-Requires-Root: no
Package: zint
Section: libs
Architecture: any
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: zint-devel
Section: libdevel
Architecture: any
Depends: zint (= ${binary:Version})
Description: Zint development files
This package contains development files for the Zint barcode encoding
library.
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: command line utility for encoding data in barcode symbols
Zint is a barcode generator library. It features support for over 50
symbologies, including Australian Post, Aztec Code & Runes, BC412,
Channel, Codabar, Codablock F, Code 11, Code 128, Code 16K, Code 2 of
5 (IATA, Interleaved, Data Logic, ITF-14, Deutsche Post Leitcode &
Identcode), Code 32 (Italian Pharmacode), Code 39 & Code 39 Extended,
Code 49, Code 93, Code One, DAFT, Data Matrix (incl. DMRE), DotCode,
DPD, Dutch Post KIX, EAN, FIM, Flattermarken, Grid Matrix, GS1 DataBar
(incl. stacked & GS1 Composite symbols), GS1-128, Han Xin, HIBC, ISBN,
Japan Post, Korea Post, LOGMARS, MaxiCode, NVE-18 (SSCC-18), PDF417 &
MicroPDF417, Pharmacode, PLANET, POSTNET, Plessey (MSI & UK), PZN, QR
Code, Micro QR & rMQR, Royal Mail RM4SCC & Mailmark, Telepen,
Ultracode, UPC-A, UPC-E, UPNQR, UPU S10, USPS Intelligent Mail and
VIN.
.
Also included are Unicode translation for all ECI character sets, full
GS1 data support including verification and automated insertion of
FNC1 characters and support for encoding binary data. Output can be
saved as BMP, EMF, EPS, GIF, PCX, PNG, SVG and TIFF.
.
This package contains Zint Barcode Generator (command line utility).
Package: zint-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Zint Barcode Studio, a Qt frontend to zint
Zint is a barcode generator library. It features support for over 50
symbologies, including Australian Post, Aztec Code & Runes, BC412,
Channel, Codabar, Codablock F, Code 11, Code 128, Code 16K, Code 2 of
5 (IATA, Interleaved, Data Logic, ITF-14, Deutsche Post Leitcode &
Identcode), Code 32 (Italian Pharmacode), Code 39 & Code 39 Extended,
Code 49, Code 93, Code One, DAFT, Data Matrix (incl. DMRE), DotCode,
DPD, Dutch Post KIX, EAN, FIM, Flattermarken, Grid Matrix, GS1 DataBar
(incl. stacked & GS1 Composite symbols), GS1-128, Han Xin, HIBC, ISBN,
Japan Post, Korea Post, LOGMARS, MaxiCode, NVE-18 (SSCC-18), PDF417 &
MicroPDF417, Pharmacode, PLANET, POSTNET, Plessey (MSI & UK), PZN, QR
Code, Micro QR & rMQR, Royal Mail RM4SCC & Mailmark, Telepen,
Ultracode, UPC-A, UPC-E, UPNQR, UPU S10, USPS Intelligent Mail and
VIN.
.
Also included are Unicode translation for all ECI character sets, full
GS1 data support including verification and automated insertion of
FNC1 characters and support for encoding binary data. Output can be
saved as BMP, EMF, EPS, GIF, PCX, PNG, SVG and TIFF.
.
This package contains Zint Barcode Studio, a Qt frontend for the Zint
barcode generator library.
Package: libzint2.16
Section: libs
Architecture: any
Depends: zint (= ${binary:Version})
Description: Zint Barcode Studio.
This package contains Zint Barcode Studio, a QT frontend for the Zint
barcode encoding library.
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for encoding data in barcode symbols
Zint is a barcode generator library. It features support for over 50
symbologies, including Australian Post, Aztec Code & Runes, BC412,
Channel, Codabar, Codablock F, Code 11, Code 128, Code 16K, Code 2 of
5 (IATA, Interleaved, Data Logic, ITF-14, Deutsche Post Leitcode &
Identcode), Code 32 (Italian Pharmacode), Code 39 & Code 39 Extended,
Code 49, Code 93, Code One, DAFT, Data Matrix (incl. DMRE), DotCode,
DPD, Dutch Post KIX, EAN, FIM, Flattermarken, Grid Matrix, GS1 DataBar
(incl. stacked & GS1 Composite symbols), GS1-128, Han Xin, HIBC, ISBN,
Japan Post, Korea Post, LOGMARS, MaxiCode, NVE-18 (SSCC-18), PDF417 &
MicroPDF417, Pharmacode, PLANET, POSTNET, Plessey (MSI & UK), PZN, QR
Code, Micro QR & rMQR, Royal Mail RM4SCC & Mailmark, Telepen,
Ultracode, UPC-A, UPC-E, UPNQR, UPU S10, USPS Intelligent Mail and
VIN.
.
Also included are Unicode translation for all ECI character sets, full
GS1 data support including verification and automated insertion of
FNC1 characters and support for encoding binary data. Output can be
saved as BMP, EMF, EPS, GIF, PCX, PNG, SVG and TIFF.
.
This package provides the Zint barcode generator library.
Package: zint-qt-devel
Package: libzint-dev
Section: libdevel
Architecture: any
Depends: zint (= ${binary:Version}), zint-qt (= ${source:Version}), libqt4-dev
Description: QZint development files.
This package contains development files for the Qt wrapper over the Zint
library.
Depends: libzint2.16 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Zint development files
Zint is a barcode generator library. It features support for over 50
symbologies, including Australian Post, Aztec Code & Runes, BC412,
Channel, Codabar, Codablock F, Code 11, Code 128, Code 16K, Code 2 of
5 (IATA, Interleaved, Data Logic, ITF-14, Deutsche Post Leitcode &
Identcode), Code 32 (Italian Pharmacode), Code 39 & Code 39 Extended,
Code 49, Code 93, Code One, DAFT, Data Matrix (incl. DMRE), DotCode,
DPD, Dutch Post KIX, EAN, FIM, Flattermarken, Grid Matrix, GS1 DataBar
(incl. stacked & GS1 Composite symbols), GS1-128, Han Xin, HIBC, ISBN,
Japan Post, Korea Post, LOGMARS, MaxiCode, NVE-18 (SSCC-18), PDF417 &
MicroPDF417, Pharmacode, PLANET, POSTNET, Plessey (MSI & UK), PZN, QR
Code, Micro QR & rMQR, Royal Mail RM4SCC & Mailmark, Telepen,
Ultracode, UPC-A, UPC-E, UPNQR, UPU S10, USPS Intelligent Mail and
VIN.
.
Also included are Unicode translation for all ECI character sets, full
GS1 data support including verification and automated insertion of
FNC1 characters and support for encoding binary data. Output can be
saved as BMP, EMF, EPS, GIF, PCX, PNG, SVG and TIFF.
.
This package contains development files for the Zint barcode generator
library and for the Qt wrapper over the Zint library.

480
debian/copyright vendored
View File

@@ -1,40 +1,462 @@
This package was debianized by:
BogDan Vatra <bogdan@licentia.eu> on Sat, 11 Apr 2009 23:45:53 +0300
Modified by Robin Stuart <rstuart114@gmail.com> on Fri, 13 Jan 2017 21:12:00 +0000
It was downloaded from:
<http://www.sourceforge.net/projects/zint>
Upstream Author(s):
Robin Stuart <rstuart114@gmail.com>
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Zint Barcode Generator
Upstream-Contact: Robin Stuart <rstuart114@gmail.com>
Source: https://sourceforge.net/projects/zint/
Files: *
Copyright:
Copyright (C) 2006-2026 Robin Stuart <rstuart114@gmail.com>
Copyright (C) 2014-2026 Harald Oehlmann <oehhar@users.sourceforge.net>
Copyright (C) 2008 by BogDan Vatra < bogdan@licentia.eu >
Copyright (C) 2006-2017 Kentaro Fukuchi <fukuchi@megaui.net>
License: GPL-3.0-or-later
<Copyright (C) 2006-2017 Robin Stuart>
Files: backend/*
Copyright:
Copyright (C) 2017-2026 Robin Stuart <rstuart114@gmail.com>
Copyright (C) 2014-2026 Harald Oehlmann <oehhar@users.sourceforge.net>
Copyright (C) Cliff Hones 2004
Copyright (c) 2004 Adrian Kennard, Andrews & Arnold Ltd
Copyright (c) 2006 Stefan Schmidt <stefan@datenfreihafen.org>
Copyright (C) 2016 Zoe Stuart
Copyright (C) 2006-2009 United States Postal Service
License: BSD-3-Clause
License:
Files:
backend/aztec.c
backend/gs1.c
backend/fonts/normal_ttf.h
backend/fonts/normal_woff2.h
Copyright:
Copyright (C) 2017-2026 Robin Stuart <rstuart114@gmail.com>
Copyright 2013 ZXing authors
Copyright 2016 Huy Cuong Nguyen
Copyright (c) 2024 GS1 AISBL.
Copyright 2013 Steve Matteson
License: BSD-3-Clause and Apache-2.0
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.
Files:
backend/fonts/upcean_ttf.h
backend/fonts/upcean_woff2.h
Copyright:
Copyright (C) 2023 Robin Stuart <rstuart114@gmail.com>
Copyright Matthew Skala (2011)
License: BSD-3-Clause and Metafont-deriv
You may freely use, modify, and/or distribute any of these files or the
resulting fonts, without limitation.
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.
Files:
backend/fonts/OCRB-16.bdf
backend/fonts/OCRB-18.bdf
Copyright:
Copyright Matthew Skala (2011)
License: Metafont-permissive
As far as the digitization in METAFONT input which I have developed, you
may freely use, modify, and/or distribute any of these files or the
resulting fonts, without limitation.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Files:
backend/big5.h
backend/eci_sb.h
backend/gb18030.h
backend/gb2312.h
backend/gbk.h
backend/ksx1001.h
backend/sjis.h
Copyright:
Copyright (C) 2017-2026 Robin Stuart <rstuart114@gmail.com>
Copyright © 1991-2023 Unicode, Inc.
License: BSD-3-Clause and Unicode-3.0
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
Files:
backend/channel.c
backend/composite.c
backend/common.c
backend/gridmtx.c
backend/hanxin.c
backend/qr.*
Copyright:
Copyright (C) 2017-2026 Robin Stuart <rstuart114@gmail.com>
Copyright (c) AIM 1997
Copyright (c) 2004-2026 Terry Burton
Copyright (c) 2008-2009 Bjoern Hoehrmann <bjoern@hoehrmann.de>
Copyright (c) Project Nayuki
License: BSD-3-Clause and MIT
The Debian packaging is:
Files:
backend/pcx.c
Copyright:
Copyright (C) 2017-2026 Robin Stuart <rstuart114@gmail.com>
Copyright 1999-2013 ImageMagick Studio LLC
License: BSD-3-Clause and ImageMagick
Copyright (C) 2010-2017 Robin Stuart <rstuart114@gmail.com>
Files:
backend/pdf417.c
Copyright:
Copyright (C) 2017-2026 Robin Stuart <rstuart114@gmail.com>
Copyright (C) 2004 (Grandzebu).
License: BSD-3-Clause and GPL-2.0-or-later
and is licensed under the GPL version 3, see above.
Files:
docs/lua-crossrefs/lua-crossrefs.lua
getopt/*
Copyright:
Copyright (C) 2025-2026 Robin Stuart <rstuart114@gmail.com>
Copyright © 2025 R. N. West.
Copyright (C) 1987-2003 Free Software Foundation, Inc.
License: GPL-2.0-or-later
Files:
backend/tests/testcommon.*
Copyright:
Copyright (C) 2019-2026 Robin Stuart <rstuart114@gmail.com>
Copyright (C) 2006-2017 Kentaro Fukuchi <kentaro@fukuchi.org>
License: LGPL-2.0-or-later
Files:
frontend/main.c
Copyright:
Copyright (C) 2008-2026 Robin Stuart <rstuart114@gmail.com>
Copyright 2002 Jon Griffiths
Copyright 2016 Sebastian Lackner
License: GPL-3.0-or-later and LGPL-2.1-or-later
Files:
frontend_qt/res/black-eye.svg
frontend_qt/res/check.svg
frontend_qt/res/copy.svg
frontend_qt/res/delete.svg
frontend_qt/res/download.svg
frontend_qt/res/help-circle.svg
frontend_qt/res/menu.svg
frontend_qt/res/shuffle.svg
frontend_qt/res/white-eye.svg
frontend_qt/res/x.svg
frontend_qt/res/zap.svg
Copyright:
Copyright (c) 2013-2022 Cole Bemis
License: MIT
Files:
frontend_qt/res/folder.svg
frontend_qt/res/monitor-bg.svg
frontend_qt/res/scaling.svg
Copyright:
Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2022.
License: ISC
Files: debian/*
Copyright:
2013-2025 Dmitry Smirnov <onlyjob@debian.org>
License: GPL-3.0-or-later
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
On Debian systems, the complete text of the Apache License,
Version 2.0 can be found in "/usr/share/common-licenses/Apache-2.0".
License: BSD-3-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the project nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: GPL-2.0-or-later
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 2 of the License, or
(at your option) any later version.
This program 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.
On Debian systems, the complete text of the GNU General Public
License Version 2 can be found in "/usr/share/common-licenses/GPL-2".
License: GPL-3.0-or-later
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 program 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.
On Debian systems, the complete text of the GNU General Public
License Version 3 can be found in "/usr/share/common-licenses/GPL-3".
License: ImageMagick
1. Definitions.
License shall mean the terms and conditions for use, reproduction, and
distribution as defined by Sections 1 through 9 of this document.
.
Licensor shall mean the copyright owner or entity authorized by the copyright
owner that is granting the License.
.
Legal Entity shall mean the union of the acting entity and all other entities
that control, are controlled by, or are under common control with that entity.
For the purposes of this definition, control means (i) the power, direct or
indirect, to cause the direction or management of such entity, whether by
contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
.
You (or Your) shall mean an individual or Legal Entity exercising permissions
granted by this License.
.
Source form shall mean the preferred form for making modifications, including
but not limited to software source code, documentation source, and
configuration files.
.
Object form shall mean any form resulting from mechanical transformation or
translation of a Source form, including but not limited to compiled object
code, generated documentation, and conversions to other media types.
.
Work shall mean the work of authorship, whether in Source or Object form, made
available under the License, as indicated by a copyright notice that is
included in or attached to the work (an example is provided in the Appendix
below).
.
Derivative Works shall mean any work, whether in Source or Object form, that is
based on (or derived from) the Work and for which the editorial revisions,
annotations, elaborations, or other modifications represent, as a whole, an
original work of authorship. For the purposes of this License, Derivative Works
shall not include works that remain separable from, or merely link (or bind by
name) to the interfaces of, the Work and Derivative Works thereof.
.
Contribution shall mean any work of authorship, including the original version
of the Work and any modifications or additions to that Work or Derivative Works
thereof, that is intentionally submitted to Licensor for inclusion in the Work
by the copyright owner or by an individual or Legal Entity authorized to submit
on behalf of the copyright owner. For the purposes of this definition,
"submitted" means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems, and
issue tracking systems that are managed by, or on behalf of, the Licensor for
the purpose of discussing and improving the Work, but excluding communication
that is conspicuously marked or otherwise designated in writing by the
copyright owner as Not a Contribution.
.
Contributor shall mean Licensor and any individual or Legal Entity on behalf
of whom a Contribution has been received by Licensor and subsequently
incorporated within the Work.
.
2. Grant of Copyright License. Subject to the terms and conditions of this
License, each Contributor hereby grants to You a perpetual, worldwide,
non-exclusive, no-charge, royalty-free, irrevocable copyright license to
reproduce, prepare Derivative Works of, publicly display, publicly perform,
sublicense, and distribute the Work and such Derivative Works in Source or
Object form.
.
3. Grant of Patent License. Subject to the terms and conditions of this
License, each Contributor hereby grants to You a perpetual, worldwide,
non-exclusive, no-charge, royalty-free, irrevocable patent license to make,
have made, use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable by such
Contributor that are necessarily infringed by their Contribution(s) alone or by
combination of their Contribution(s) with the Work to which such
Contribution(s) was submitted. If You institute patent litigation against any
entity (including a cross-claim or counterclaim in a lawsuit) alleging that the
Work or a Contribution incorporated within the Work constitutes direct or
contributory patent infringement, then any patent licenses granted to You under
this License for that Work shall terminate as of the date such litigation is
filed.
.
4. Redistribution. You may reproduce and distribute copies of the Work or
Derivative Works thereof in any medium, with or without modifications, and in
Source or Object form, provided that You meet the following conditions:
.
a. You must give any other recipients of the Work or Derivative Works a
copy of this License; and
.
b. You must cause any modified files to carry prominent notices stating
that You changed the files; and
.
c. You must retain, in the Source form of any Derivative Works that You
distribute, all copyright, patent, trademark, and attribution notices from
the Source form of the Work, excluding those notices that do not pertain to
any part of the Derivative Works; and
.
d. If the Work includes a "NOTICE" text file as part of its distribution,
then any Derivative Works that You distribute must include a readable copy
of the attribution notices contained within such NOTICE file, excluding
those notices that do not pertain to any part of the Derivative Works, in
at least one of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or documentation,
if provided along with the Derivative Works; or, within a display generated
by the Derivative Works, if and wherever such third-party notices normally
appear. The contents of the NOTICE file are for informational purposes only
and do not modify the License. You may add Your own attribution notices
within Derivative Works that You distribute, alongside or as an addendum to
the NOTICE text from the Work, provided that such additional attribution
notices cannot be construed as modifying the License.
.
You may add Your own copyright statement to Your modifications and may provide
additional or different license terms and conditions for use, reproduction, or
distribution of Your modifications, or for any such Derivative Works as a
whole, provided Your use, reproduction, and distribution of the Work otherwise
complies with the conditions stated in this License.
.
5. Submission of Contributions. Unless You explicitly state otherwise, any
Contribution intentionally submitted for inclusion in the Work by You to the
Licensor shall be under the terms and conditions of this License, without any
additional terms or conditions. Notwithstanding the above, nothing herein shall
supersede or modify the terms of any separate license agreement you may have
executed with Licensor regarding such Contributions.
.
6. Trademarks. This License does not grant permission to use the trade names,
trademarks, service marks, or product names of the Licensor, except as required
for reasonable and customary use in describing the origin of the Work and
reproducing the content of the NOTICE file.
.
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in
writing, Licensor provides the Work (and each Contributor provides its
Contributions) on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied, including, without limitation, any warranties or
conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any risks
associated with Your exercise of permissions under this License.
.
8. Limitation of Liability. In no event and under no legal theory, whether in
tort (including negligence), contract, or otherwise, unless required by
applicable law (such as deliberate and grossly negligent acts) or agreed to in
writing, shall any Contributor be liable to You for damages, including any
direct, indirect, special, incidental, or consequential damages of any
character arising as a result of this License or out of the use or inability to
use the Work (including but not limited to damages for loss of goodwill, work
stoppage, computer failure or malfunction, or any and all other commercial
damages or losses), even if such Contributor has been advised of the
possibility of such damages.
.
9. Accepting Warranty or Additional Liability. While redistributing the Work or
Derivative Works thereof, You may choose to offer, and charge a fee for,
acceptance of support, warranty, indemnity, or other liability obligations
and/or rights consistent with this License. However, in accepting such
obligations, You may act only on Your own behalf and on Your sole
responsibility, not on behalf of any other Contributor, and only if You agree
to indemnify, defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason of your
accepting any such warranty or additional liability.
License: ISC
Permission to use, copy, modify, and /or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
License: MIT
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
License: LGPL-2.0-or-later
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Library General Public License as published
by the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program 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 Library General Public License for more details.
On Debian systems, the complete text of the GNU Library General Public
License Version 2 can be found in "/usr/share/common-licenses/LGPL-2".
License: LGPL-2.1-or-later
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Library General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This program 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 Library General Public License for more details.
On Debian systems, the complete text of the GNU Library General Public
License Version 2 can be found in "/usr/share/common-licenses/LGPL-2.1".
License: Unicode-3.0
NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR SOFTWARE, YOU
UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS
OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY,
DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
.
Permission is hereby granted, free of charge, to any person obtaining a copy of
data files and any associated documentation (the "Data Files") or software and
any associated documentation (the "Software") to deal in the Data Files or
Software without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of the Data Files
or Software, and to permit persons to whom the Data Files or Software are
furnished to do so, provided that either (a) this copyright and permission
notice appear with all copies of the Data Files or Software, or (b) this
copyright and permission notice appear in associated Documentation.
.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
PARTY RIGHTS.
.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
.
Except as contained in this notice, the name of a copyright holder shall not be
used in advertising or otherwise to promote the sale, use or other dealings in
these Data Files or Software without prior written authorization of the
copyright holder.

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

@@ -0,0 +1,4 @@
usr/include
usr/lib/*/*.so
usr/lib/*/cmake/zint/*.cmake usr/share/zint/
cmake/modules/FindZint.cmake usr/share/apps/cmake/modules/

1
debian/libzint2.16.install vendored Normal file
View File

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

1
debian/not-installed vendored Normal file
View File

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

11
debian/rules vendored
View File

@@ -1,3 +1,12 @@
#!/usr/bin/make -f
# vim: set ts=4 sw=4 noet :
%:
dh $@
dh $@ --buildsystem=cmake
# https://bugs-devel.debian.org/cgi-bin/bugreport.cgi?bug=1016936
override_dh_dwz:
# This is just to avoid a "no dependency information" error if have local non-package lib builds
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info

View File

@@ -1,2 +0,0 @@
usr/include/zint.h
usr/lib/libzint.so

View File

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

View File

@@ -1,2 +1,4 @@
usr/lib/libQZint.so.*
usr/bin/zint-qt
usr/share/man/man1/zint-qt.1
*.desktop /usr/share/applications
zint-qt.png /usr/share/pixmaps

2
debian/zint.install vendored
View File

@@ -1,2 +1,2 @@
usr/lib/libzint.so.*
usr/bin/zint
usr/share/man/man1/zint.1