Code

rules: Provide recommended targets build-arch and build-indep.
[pkg-libkohana2-php.git] / debian / changelog
1 libkohana2-php (2.3.4-2) unstable; urgency=low
3   * debian/patches:
4     - Added 02-php5.4.diff -- use ob_end_flush() in favor of ob_end_clean() if
5       the buffer contains any data to make sure the rendered page is actually
6       displayed (PHP 5.4 handles end_clean() a bit different than previous
7       versions); thanks to Bernhard Schmidt for reporting this and Jörg Linge
8       for tracking down to problem (Closes: #665197).
9   * debian/rules:
10     - Provide recommended targets build-arch and build-indep.
12  -- Sebastian Harl <tokkee@debian.org>  Tue, 03 Apr 2012 13:08:40 +0200
14 libkohana2-php (2.3.4-1) unstable; urgency=low
16   [ Sven Velt ]
17   * Initial release (Closes: #611240).
18     - Strip out DejaVu-Font and depend on ttf-dejavu-core.
19   * libkohana2-php.lintian-overrides: Overwrite warning about embedded
20     Markdown.php -- Kohana2 ships a modified version of that library.
22   [ Sebastian Harl ]
23   * debian/patches:
24     - Added 01-font-path.diff -- let 'fontpath' point to the DejaVu fonts in
25       '/usr/share/fonts'.
26   * Symlink and depend on libjs-jquery rather than shipping a private copy.
27   * Build two binary packages: libkohana2-php and libkohana2-modules-php.
28   * debian/rules:
29     - Repack the upstream .zip archive in 'get-orig-source' using uscan.
30     - Ship all 'config' directories in /etc and create appropriate symlinks in
31       the 'system' and 'modules' directories.
32     - Do not ship a local copy of DejaVuSerif.ttf in the binary packages.
33   * debian/watch: mangle upstream version to prefix "b" and "rc" with a tilde.
35  -- Sebastian Harl <tokkee@debian.org>  Wed, 02 Feb 2011 14:40:13 +0100