From c0f6139f8698d7518a68cfa0bf0be97fea47f038 Mon Sep 17 00:00:00 2001 From: Robin Stuart Date: Fri, 13 Jan 2017 22:46:52 +0000 Subject: [PATCH] Update Debian package files --- debian/changelog | 12 ++++++++++++ debian/compat | 2 +- debian/control | 6 +++--- debian/copyright | 8 ++++---- debian/rules | 10 ++-------- debian/source/format | 1 + 6 files changed, 23 insertions(+), 16 deletions(-) create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index ea29d15b..bc69cbd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +zint (2.5.1) UNRELEASED; urgency=medium + + * Include support for DotCode + * Include support for Han Xin (Chinese Sensible) code. + * Reinstate Codablock-F support. + * Automated ECI pre-processing. + * Ouput to BMP, GIF and PCX. + * Huge code review and numerous bugfixes + * DMRE support and DataMatrix bugfixes + + -- Robin Stuart Fri, 13 Jan 2017 20:33:54 +0000 + zint (2.4.1) unstable; urgency=low * Update and review of files required by Debian including changelog. diff --git a/debian/compat b/debian/compat index 7f8f011e..f11c82a4 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 \ No newline at end of file diff --git a/debian/control b/debian/control index 5ae1367c..aef25136 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: zint Section: libs -Priority: extra -Maintainer: Robin Stuart -Build-Depends: cdbs, debhelper (>= 7), cmake, libpng12-dev, libqt4-dev +Priority: optional +Maintainer: Robin Stuart +Build-Depends: debhelper (>= 9), cmake, libpng12-dev, libqt4-dev Standards-Version: 3.9.1 Homepage: http://www.zint.org.uk/ diff --git a/debian/copyright b/debian/copyright index edcef672..dbab6579 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by: BogDan Vatra on Sat, 11 Apr 2009 23:45:53 +0300 - Modified by Robin Stuart on Sat, 02 Oct 2010 11:40:00 +0000 + Modified by Robin Stuart on Fri, 13 Jan 2017 21:12:00 +0000 It was downloaded from: @@ -9,11 +9,11 @@ It was downloaded from: Upstream Author(s): - Robin Stuart + Robin Stuart Copyright: - + License: @@ -35,6 +35,6 @@ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. The Debian packaging is: - Copyright (C) 2010 Robin Stuart + Copyright (C) 2010-2017 Robin Stuart and is licensed under the GPL version 3, see above. diff --git a/debian/rules b/debian/rules index fbb8b66e..cbe925d7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,3 @@ #!/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 +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)