Update Debian package files

This commit is contained in:
Robin Stuart 2017-01-13 22:46:52 +00:00
parent f4852b11a8
commit c0f6139f86
6 changed files with 23 additions and 16 deletions

12
debian/changelog vendored
View file

@ -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 <rstuart114@gmail.com> Fri, 13 Jan 2017 20:33:54 +0000
zint (2.4.1) unstable; urgency=low zint (2.4.1) unstable; urgency=low
* Update and review of files required by Debian including changelog. * Update and review of files required by Debian including changelog.

2
debian/compat vendored
View file

@ -1 +1 @@
7 9

6
debian/control vendored
View file

@ -1,8 +1,8 @@
Source: zint Source: zint
Section: libs Section: libs
Priority: extra Priority: optional
Maintainer: Robin Stuart <robin@zint.org.uk> Maintainer: Robin Stuart <rstuart114@gmail.com>
Build-Depends: cdbs, debhelper (>= 7), cmake, libpng12-dev, libqt4-dev Build-Depends: debhelper (>= 9), cmake, libpng12-dev, libqt4-dev
Standards-Version: 3.9.1 Standards-Version: 3.9.1
Homepage: http://www.zint.org.uk/ Homepage: http://www.zint.org.uk/

8
debian/copyright vendored
View file

@ -1,7 +1,7 @@
This package was debianized by: This package was debianized by:
BogDan Vatra <bogdan@licentia.eu> on Sat, 11 Apr 2009 23:45:53 +0300 BogDan Vatra <bogdan@licentia.eu> on Sat, 11 Apr 2009 23:45:53 +0300
Modified by Robin Stuart <robin@zint.org.uk> on Sat, 02 Oct 2010 11:40:00 +0000 Modified by Robin Stuart <rstuart114@gmail.com> on Fri, 13 Jan 2017 21:12:00 +0000
It was downloaded from: It was downloaded from:
@ -9,11 +9,11 @@ It was downloaded from:
Upstream Author(s): Upstream Author(s):
Robin Stuart <robin@zint.org.uk> Robin Stuart <rstuart114@gmail.com>
Copyright: Copyright:
<Copyright (C) 2006-2010 Robin Stuart> <Copyright (C) 2006-2017 Robin Stuart>
License: License:
@ -35,6 +35,6 @@ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
The Debian packaging is: The Debian packaging is:
Copyright (C) 2010 Robin Stuart <robin@zint.org.uk> Copyright (C) 2010-2017 Robin Stuart <rstuart114@gmail.com>
and is licensed under the GPL version 3, see above. and is licensed under the GPL version 3, see above.

10
debian/rules vendored
View file

@ -1,9 +1,3 @@
#!/usr/bin/make -f #!/usr/bin/make -f
%:
include /usr/share/cdbs/1/rules/debhelper.mk dh $@
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/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (quilt)