debian/0000755000000000000000000000000012054420522007162 5ustar debian/libkohana3.1-mod-userguide-php.install0000644000000000000000000000005311604055440016261 0ustar usr/share/php/kohana3.1/modules/userguide/ debian/README.source0000644000000000000000000000065711607031506011354 0ustar Kohana framework for Debian --------------------------- The files modules/userguide/media/guide/js/jquery.min.js and modules/userguide/media/guide/js/shCore.js are in a compressed form, thus removed from the source tarball. In the libkohana$(VERSION)-mod-userguide-php package they are symlinked to their uncompressed counterparts. The debian/rules clean-source target created for removing these files from the upstream tarball. debian/compat0000644000000000000000000000000211603574571010375 0ustar 8 debian/libkohana3.1-mod-codebench-php.install0000644000000000000000000000005111604055410016172 0ustar usr/share/php/kohana*/modules/codebench/ debian/libkohana3.1-mod-cache-php.install0000644000000000000000000000004511604055401015326 0ustar usr/share/php/kohana*/modules/cache/ debian/libkohana3.1-mod-auth-php.install0000644000000000000000000000004411604055371015231 0ustar usr/share/php/kohana*/modules/auth/ debian/libkohana3.1-mod-orm-php.install0000644000000000000000000000004311604055427015066 0ustar usr/share/php/kohana*/modules/orm/ debian/rules0000755000000000000000000000471212054420451010247 0ustar #!/usr/bin/make -f MAJOR_VERSION := 3.1 VERSION := `head -1 debian/changelog | sed 's|.\+(\([0-9\.]\+\)[-~].\+).\+|\1|'` PEAR_LIB_DIR := $(shell pear config-get php_dir) DESTDIR := debian/tmp$(PEAR_LIB_DIR)/kohana$(MAJOR_VERSION) INSTDIR := $(PEAR_LIB_DIR)/kohana$(MAJOR_VERSION) configure: build-arch: build build-indep: build build: clean: dh_testdir dh_testroot dh_clean install: dh_testdir dh_testroot dh_prep mkdir -p $(DESTDIR)/ cp -Rdaux index.php application system modules $(DESTDIR)/ echo $(INSTDIR) sed -i "/'APPPATH'/ s|realpath([^)]*)|'$(INSTDIR)/application'|" $(DESTDIR)/index.php sed -i "/'MODPATH'/ s|realpath([^)]*)|'$(INSTDIR)/modules'|" $(DESTDIR)/index.php sed -i "/'SYSPATH'/ s|realpath([^)]*)|'$(INSTDIR)/system'|" $(DESTDIR)/index.php rm -f $(DESTDIR)/modules/image/media/guide/image/Thumbs.db rm -f $(DESTDIR)/modules/userguide/media/guide/js/jquery.cookie.js rm -f $(DESTDIR)/modules/userguide/media/guide/js/jquery.min.js rm -f $(DESTDIR)/modules/userguide/media/guide/js/shCore.js rm -f $(DESTDIR)/modules/userguide/vendor/markdown/License.text dh_link -plibkohana$(MAJOR_VERSION)-mod-userguide-php \ /usr/share/javascript/jquery/jquery.min.js \ /usr/share/php/kohana$(MAJOR_VERSION)/modules/userguide/media/guide/js/jquery.min.js dh_link -plibkohana$(MAJOR_VERSION)-mod-userguide-php \ /usr/share/javascript/jquery-cookie/jquery.cookie.js \ /usr/share/php/kohana$(MAJOR_VERSION)/modules/userguide/media/guide/js/jquery.cookie.js dh_link -plibkohana$(MAJOR_VERSION)-mod-userguide-php \ /usr/share/php/kohana$(MAJOR_VERSION)/modules/userguide/media/guide/js/shBrushPhp.js \ /usr/share/php/kohana$(MAJOR_VERSION)/modules/userguide/media/guide/js/shCore.js dh_install dh_installexamples dh_lintian binary-arch: build install binary-indep: build install dh_testdir dh_testroot dh_installdocs -i dh_installchangelogs -i dh_compress -i dh_fixperms -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i binary: binary-indep binary-arch get-orig-source: uscan --force --verbose --repack --rename clean-source: # Remove compressed JavaScript libraries rm -f modules/userguide/media/guide/js/jquery.min.js rm -f modules/userguide/media/guide/js/shCore.js # Recreate upstream tarball tar zcvf ../libkohana$(MAJOR_VERSION)-php_$(VERSION).orig.tar.gz \ ../libkohana$(MAJOR_VERSION)-php-$(VERSION)/ \ --exclude='debian/*' --exclude='debian' .PHONY: build clean binary binary-arch binary-indep install configure debian/copyright0000644000000000000000000000507411607037562011136 0ustar This package was debianized by Laszlo Boszormenyi (GCS) on Fri, 01 Jul 2011 11:01:01 +0200 . It was downloaded from http://kohanaframework.org/download Upstream Author: Woody Gilk aka shadowhand and others Files: * Copyright: 2007- The Awesome Kohana Team, see http://kohanaframework.org/team Files: modules/userguide/vendor/markdown/markdown.php PHP Markdown & Extra Copyright (C) 2004-2008 Michel Fortin All rights reserved. Based on Markdown Copyright (C) 2003-2006 John Gruber Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name "Markdown" 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. Files: modules/userguide/media/guide/js/jquery.cookie.js Copyright (C) 2006 Klaus Hartl (stilbuero.de) Dual licensed under the MIT and GPL licenses. Files: modules/userguide/media/guide/js/shBrushPhp.js Copyright (C) 2004-2010 Alex Gorbatchev Dual licensed under the MIT and GPL licenses. Files: modules/userguide/media/guide/js/sizzle.js Copyright 2009, The Dojo Foundation Released under the MIT, BSD, and GPL Licenses. More information: http://sizzlejs.com/ The Debian packaging is (C) 2011- Laszlo Boszormenyi (GCS) and is licensed under the GPL, see /usr/share/common-licenses/GPL . debian/libkohana3.1-mod-image-php.install0000644000000000000000000000004511604055422015350 0ustar usr/share/php/kohana*/modules/image/ debian/libkohana3.1-core-php.install0000644000000000000000000000014111604350362014437 0ustar usr/share/php/kohana*/index.php usr/share/php/kohana*/application/ usr/share/php/kohana*/system/ debian/libkohana3.1-mod-userguide-php.lintian-overrides0000644000000000000000000000056711604055556020273 0ustar libkohana3.1-mod-userguide-php: embedded-php-library usr/share/php/kohana3.1/modules/userguide/classes/kodoc/markdown.php libkohana3.1-mod-userguide-php: embedded-php-library usr/share/php/kohana3.1/modules/userguide/classes/kohana/kodoc/markdown.php libkohana3.1-mod-userguide-php: embedded-php-library usr/share/php/kohana3.1/modules/userguide/vendor/markdown/markdown.php debian/watch0000644000000000000000000000025511703107317010221 0ustar version=3 opts="uversionmangle=s/((?:b|rc).+)$/~$1/" \ http://dev.kohanaframework.org/projects/kohana3/files \ /attachments/download/[0-9]+/kohana-(3\.1\.[0-9\.]+).zip debian/libkohana3.1-core-php.examples0000644000000000000000000000002111604116656014612 0ustar example.htaccess debian/source/0000755000000000000000000000000011603706775010502 5ustar debian/source/format0000644000000000000000000000001411603706775011710 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000166512054420522011044 0ustar libkohana3.1-php (3.1.5-1.1) unstable; urgency=low * Non-maintainer upload. * debian/rules: Remove shCore.js file before make a symlink, fix FTBFS (Closes: #691911) -- Angel Abad Sun, 25 Nov 2012 14:46:53 +0100 libkohana3.1-php (3.1.5-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Sat, 29 Sep 2012 18:59:07 +0200 libkohana3.1-php (3.1.4-2) unstable; urgency=low * Correctly depend on all php5 variants. * Correct watch file to match only 3.1 variants. -- Laszlo Boszormenyi (GCS) Tue, 10 Jan 2012 20:11:34 +0100 libkohana3.1-php (3.1.4-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Thu, 04 Aug 2011 11:49:27 +0200 libkohana3.1-php (3.1.3.1-1) unstable; urgency=low * Initial release (Closes: #581485). -- Laszlo Boszormenyi (GCS) Fri, 01 Jul 2011 11:01:01 +0200 debian/libkohana3.1-mod-unittest-php.install0000644000000000000000000000005011604055434016144 0ustar usr/share/php/kohana*/modules/unittest/ debian/control0000644000000000000000000001231512031624456010576 0ustar Source: libkohana3.1-php Section: php Priority: optional Maintainer: Laszlo Boszormenyi (GCS) Homepage: http://kohanaframework.org/ Standards-Version: 3.9.3 Build-Depends: debhelper (>= 8.0.0), php-pear Package: libkohana-php Architecture: all Depends: ${misc:Depends}, libkohana3.1-php Description: swift, secure, and small PHP 5 framework Kohana is a web application framework for PHP 5 that implements Hierarchical Model View Controller (HMVC). It was designed to be secure, lightweight, and easy to use. . This metapackage depends on the latest version of the framework. Package: libkohana3.1-php Architecture: all Depends: ${misc:Depends}, libkohana3.1-core-php, libkohana3.1-mod-auth-php, libkohana3.1-mod-cache-php, libkohana3.1-mod-codebench-php, libkohana3.1-mod-database-php, libkohana3.1-mod-image-php, libkohana3.1-mod-orm-php, libkohana3.1-mod-unittest-php, libkohana3.1-mod-userguide-php Description: PHP5 framework metapackage Kohana is a web application framework for PHP 5 that implements Hierarchical Model View Controller (HMVC). It was designed to be secure, lightweight, and easy to use. . This metapackage installs all parts of Kohana framework: * libkohana3.1-mod-auth-php: auth module * libkohana3.1-mod-cache-php: cache library * libkohana3.1-mod-codebench-php: a benchmarking module * libkohana3.1-mod-database-php: module for database interactions, building queries, and prepared statements * libkohana3.1-mod-image-php: module for manipulating images * libkohana3.1-mod-orm-php: object relational mapping (ORM) * libkohana3.1-mod-unittest-php: PHPUnit integration * libkohana3.1-mod-userguide-php: user guide and live API documentation Package: libkohana3.1-core-php Architecture: all Depends: ${misc:Depends}, libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi | php5-fpm | php5, php5-cli Description: PHP5 framework core classes Kohana is a web application framework for PHP 5 that implements Hierarchical Model View Controller (HMVC). It was designed to be secure, lightweight, and easy to use. . Core system classes for Kohana. Package: libkohana3.1-mod-auth-php Architecture: all Depends: ${misc:Depends}, libkohana3.1-core-php Description: swift, secure, and small PHP 5 framework, auth module Kohana is a web application framework for PHP 5 that implements Hierarchical Model View Controller (HMVC). It was designed to be secure, lightweight, and easy to use. . Simple authentication and user management module. Package: libkohana3.1-mod-cache-php Architecture: all Depends: ${misc:Depends}, libkohana3.1-core-php Description: swift, secure, and small PHP 5 framework, cache module Kohana is a web application framework for PHP 5 that implements Hierarchical Model View Controller (HMVC). It was designed to be secure, lightweight, and easy to use. . Cache library for Kohana. Package: libkohana3.1-mod-codebench-php Architecture: all Depends: ${misc:Depends}, libkohana3.1-core-php Description: swift, secure, and small PHP 5 framework, codebench module Kohana is a web application framework for PHP 5 that implements Hierarchical Model View Controller (HMVC). It was designed to be secure, lightweight, and easy to use. . A benchmarking module for Kohana. Package: libkohana3.1-mod-database-php Architecture: all Depends: ${misc:Depends}, libkohana3.1-core-php Description: swift, secure, and small PHP 5 framework, database module Kohana is a web application framework for PHP 5 that implements Hierarchical Model View Controller (HMVC). It was designed to be secure, lightweight, and easy to use. . A Kohana module for database interactions, building queries, and prepared statements. Package: libkohana3.1-mod-image-php Architecture: all Depends: ${misc:Depends}, libkohana3.1-core-php Description: swift, secure, and small PHP 5 framework, image module Kohana is a web application framework for PHP 5 that implements Hierarchical Model View Controller (HMVC). It was designed to be secure, lightweight, and easy to use. . A Kohana module for manipulating images. Package: libkohana3.1-mod-orm-php Architecture: all Depends: ${misc:Depends}, libkohana3.1-core-php Description: swift, secure, and small PHP 5 framework, ORM module Kohana is a web application framework for PHP 5 that implements Hierarchical Model View Controller (HMVC). It was designed to be secure, lightweight, and easy to use. . Kohana object relational mapping (ORM). Package: libkohana3.1-mod-unittest-php Architecture: all Depends: ${misc:Depends}, libkohana3.1-core-php Description: swift, secure, and small PHP 5 framework, unittest module Kohana is a web application framework for PHP 5 that implements Hierarchical Model View Controller (HMVC). It was designed to be secure, lightweight, and easy to use. . PHPUnit integration for Kohana. Package: libkohana3.1-mod-userguide-php Architecture: all Depends: ${misc:Depends}, libkohana3.1-core-php, libjs-jquery, libjs-jquery-cookie Description: swift, secure, and small PHP 5 framework, userguide module Kohana is a web application framework for PHP 5 that implements Hierarchical Model View Controller (HMVC). It was designed to be secure, lightweight, and easy to use. . Kohana user guide and live API documentation module. debian/libkohana3.1-mod-database-php.install0000644000000000000000000000005011604055415016030 0ustar usr/share/php/kohana*/modules/database/