Code

Renamed package from libkohana-php to libkohana2-php.
[pkg-libkohana2-php.git] / debian / control
index 37d92e2814260aaf7cf2269a3a4bbc3242eb09c3..3593f59c7107a1bd5591ec2685460e82d33367df 100644 (file)
@@ -1,15 +1,16 @@
-Source: libkohana-php
+Source: libkohana2-php
 Section: php
 Priority: extra
 Maintainer: Sven Velt <sven@velt.de>
 Build-Depends: debhelper (>= 7)
-Standards-Version: 3.8.1
-Homepage: http://kohanaphp.com
+Standards-Version: 3.9.1
+Homepage: http://kohanaframework.org/
 
-Package: libkohana-php
+Package: libkohana2-php
 Architecture: all
 Depends: php5 | php5-cli, ttf-dejavu-core, ${misc:Depends}
-Description: Lightweight PHP5 MVC framework Version 2.3
- Kohana is a PHP 5 framework that uses the Model View Controller architectural
- pattern. It aims to be secure, lightweight, and easy to use.
+Description: lightweight PHP5 MVC framework
+ Kohana is an object-oriented PHP 5 framework for developing applications using
+ PHP. It uses the Model View Controller (MVC) design pattern and aims to be
+ secure, lightweight, and easy to use.