summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 74bc596)
raw | patch | inline | side by side (parent: 74bc596)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 27 Jan 2011 11:09:35 +0000 (12:09 +0100) | ||
committer | Sebastian 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.
diff --git a/debian/changelog b/debian/changelog
index f2edd4016f4390bc0c7272350d2fb6dc01ea3819..277c1627e1b88a63ca725ebe36f3fde838029da3 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
-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
diff --git a/debian/control b/debian/control
index 0a8689612e1ae48c9dd2f1b5d2730b6a1c62cb8e..3593f59c7107a1bd5591ec2685460e82d33367df 100644 (file)
--- a/debian/control
+++ b/debian/control
-Source: libkohana-php
+Source: libkohana2-php
Section: php
Priority: extra
Maintainer: Sven Velt <sven@velt.de>
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
diff --git a/debian/dirs b/debian/dirs
index 7d024b3011047f3b8421bf5ddda7d4745afd3409..dee1ba6752ded1f68b5b9212c6aa02e60dcb2645 100644 (file)
--- a/debian/dirs
+++ b/debian/dirs
-usr/share/php/kohana
+usr/share/php/kohana2
index 5bd9d116e8fe6b6afbfeb9dd0f6bfe9b01f24dcc..284d51ae9e73e8e7716e94f9a3091d21ec9bcab2 100644 (file)
# 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
diff --git a/debian/rules b/debian/rules
index 9a800ffca8f9b949884426266cb14d50c585d16d..4ed05371a5027f94e0cb2b70e31b564149aec435 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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.