debian/0000755000000000000000000000000012077771412007176 5ustar debian/compat0000644000000000000000000000000212077761423010375 0ustar 9 debian/source/0000755000000000000000000000000012077761440010476 5ustar debian/source/format0000644000000000000000000000001412077761440011704 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007212077762375010236 0ustar version=3 http://sf.net/phpqrcode/phpqrcode-\d+_(.+)\.zip debian/rules0000755000000000000000000000003712077762434010262 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000166412077762544010616 0ustar Source: phpqrcode Section: web Priority: extra Maintainer: Thijs Kinkhorst Build-Depends: debhelper (>= 9) Homepage: http://phpqrcode.sourceforge.net/ Vcs-Svn: https://svn.non-gnu.uvt.nl/uvt-dev/trunk/package/phpqrcode/ Standards-Version: 3.9.4 Package: phpqrcode Architecture: all Depends: php5, php5-gd, ${misc:Depends} Description: PHP library for generating two-dimensional barcodes PHP QR Code is a library for generating QR Codes, 2-dimensional barcodes. It is based on the libqrencode C library and provides an API for creating QR Code barcode images (PNG and JPEG). . Some of the library features include: * Supports QR Code versions (size) 1-40 * Numeric, Alphanumeric, 8-bit and Kanji encoding. * Exports to PNG, JPEG images, also exports as bit-table * TCPDF 2-D barcode API integration * Easy to configure * Data cache for calculation speed-up * Debug data dump, error logging, time benchmarking debian/install0000644000000000000000000000010212077762646010571 0ustar *.php usr/share/phpqrcode bindings usr/share/phpqrcode debian/docs0000644000000000000000000000001712077762766010063 0ustar README INSTALL debian/patches/0000755000000000000000000000000012077766164010635 5ustar debian/patches/series0000644000000000000000000000002412077766120012036 0ustar debian_config.patch debian/patches/debian_config.patch0000644000000000000000000000264212077766162014427 0ustar Description: Debian-specific paths and defaults Forwarded: not-needed Author: Thijs Kinkhorst --- a/qrconfig.php 2013-01-23 14:55:45.858052303 +0100 +++ b/qrconfig.php 2013-01-23 14:55:57.377754931 +0100 @@ -6,8 +6,8 @@ */ define('QR_CACHEABLE', true); // use cache - more disk reads but less CPU power, masks and format templates are stored there - define('QR_CACHE_DIR', dirname(__FILE__).DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR); // used when QR_CACHEABLE === true - define('QR_LOG_DIR', dirname(__FILE__).DIRECTORY_SEPARATOR); // default error logs dir + define('QR_CACHE_DIR', '/var/cache/phpqrcode/'); // used when QR_CACHEABLE === true + define('QR_LOG_DIR', false); // default error logs dir define('QR_FIND_BEST_MASK', true); // if true, estimates best mask (spec. default, but extremally slow; set to false to significant performance boost but (propably) worst quality code define('QR_FIND_FROM_RANDOM', false); // if false, checks all masks available, otherwise value tells count of masks need to be checked, mask id are got randomly debian/dirs0000644000000000000000000000005012077766750010066 0ustar usr/share/phpqrcode var/cache/phpqrcode debian/changelog0000644000000000000000000000023312077770476011057 0ustar phpqrcode (1.1.4-1) unstable; urgency=low * Initial release. (Closes: #698683) -- Thijs Kinkhorst Wed, 23 Jan 2013 14:18:49 +0100 debian/lintian-overrides0000644000000000000000000000013312077770575012565 0ustar phpqrcode: package-contains-upstream-install-documentation usr/share/doc/phpqrcode/INSTALL debian/copyright0000644000000000000000000000204112077770713011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PHP QR Code Upstream-Contact: Dominik Dzienia Source: http://phpqrcode.sourceforge.net/ Files: * Copyright: 2010 Dominik Dzienia 2006, 2007, 2008, 2009 Kentaro Fukuchi License: LGPL-3 Files: phpqrcode.php bindings/tcpdf/qrcode.php Copyright: 2010 Dominik Dzienia 2006, 2007, 2008, 2009 Kentaro Fukuchi 2002, 2003, 2004, 2006 Phil Karn, KA9Q License: LGPL-3 Files: debian/* Copyright: 2013 Tilburg University License: LGPL-3 License: LGPL-3 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version. . On Debian systems, the complete text of the Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-3'.