Code

Renamed package from libkohana-php to libkohana2-php.
authorSebastian Harl <sh@tokkee.org>
Thu, 27 Jan 2011 11:09:35 +0000 (12:09 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 27 Jan 2011 11:11:11 +0000 (12:11 +0100)
Also, the package will be installed to /u/s/php/kohana2/ now.

debian/changelog
debian/control
debian/dirs
debian/libkohana-php.lintian-overrides
debian/rules

index f2edd4016f4390bc0c7272350d2fb6dc01ea3819..277c1627e1b88a63ca725ebe36f3fde838029da3 100644 (file)
@@ -1,4 +1,4 @@
-libkohana-php (2.3.4-1) unstable; urgency=low
+libkohana2-php (2.3.4-1) unstable; urgency=low
 
   * Initial release (Closes: #nnnnnn)
     + Strip out DejaVu-Font and depend on ttf-dejavu-core
index 0a8689612e1ae48c9dd2f1b5d2730b6a1c62cb8e..3593f59c7107a1bd5591ec2685460e82d33367df 100644 (file)
@@ -1,4 +1,4 @@
-Source: libkohana-php
+Source: libkohana2-php
 Section: php
 Priority: extra
 Maintainer: Sven Velt <sven@velt.de>
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 7)
 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
index 7d024b3011047f3b8421bf5ddda7d4745afd3409..dee1ba6752ded1f68b5b9212c6aa02e60dcb2645 100644 (file)
@@ -1 +1 @@
-usr/share/php/kohana
+usr/share/php/kohana2
index 5bd9d116e8fe6b6afbfeb9dd0f6bfe9b01f24dcc..284d51ae9e73e8e7716e94f9a3091d21ec9bcab2 100644 (file)
@@ -1,3 +1,3 @@
 # The package includes an extended version of the library which is not
 # available in Debian.
-libkohana-php binary: embedded-php-library usr/share/php/kohana/system/vendor/Markdown.php
+libkohana-php binary: embedded-php-library usr/share/php/kohana2/system/vendor/Markdown.php
index 9a800ffca8f9b949884426266cb14d50c585d16d..4ed05371a5027f94e0cb2b70e31b564149aec435 100755 (executable)
@@ -38,11 +38,11 @@ install: build
        dh_prep
        dh_installdirs
 
-       # Add here commands to install the package into debian/libkohana-php.
-       cp -a system $(CURDIR)/debian/libkohana-php/usr/share/php/kohana/
+       # Add here commands to install the package into debian/libkohana2-php.
+       cp -a system $(CURDIR)/debian/libkohana2-php/usr/share/php/kohana2/
        # Remove DejaVu-Fonts and create symlink
-       rm -rf $(CURDIR)/debian/libkohana-php/usr/share/php/kohana/system/fonts
-       ln -s /usr/share/fonts/truetype/ttf-dejavu $(CURDIR)/debian/libkohana-php/usr/share/php/kohana/system/fonts
+       rm -rf $(CURDIR)/debian/libkohana2-php/usr/share/php/kohana2/system/fonts
+       ln -s /usr/share/fonts/truetype/ttf-dejavu $(CURDIR)/debian/libkohana2-php/usr/share/php/kohana2/system/fonts
 
 
 # Build architecture-independent files here.