Code

changelog: Mention Federico.
[pkg-libkohana2-php.git] / debian / changelog
index f2edd4016f4390bc0c7272350d2fb6dc01ea3819..df6c1b57f537945086934a772f81baafab40390e 100644 (file)
@@ -1,6 +1,37 @@
-libkohana-php (2.3.4-1) unstable; urgency=low
+libkohana2-php (2.3.4-2) unstable; urgency=low
 
-  * Initial release (Closes: #nnnnnn)
-    + Strip out DejaVu-Font and depend on ttf-dejavu-core
+  * debian/patches:
+    - Added 02-php5.4.diff -- use ob_end_flush() in favor of ob_end_clean() if
+      the buffer contains any data to make sure the rendered page is actually
+      displayed (PHP 5.4 handles end_clean() a bit different than previous
+      versions); thanks to Bernhard Schmidt for reporting this and Jörg Linge
+      and 'Federico' for tracking down to problem (Closes: #665197).
+  * debian/rules:
+    - Provide recommended targets build-arch and build-indep.
+  * debian/control:
+    - Updated standards-version to 3.9.3 -- no changes.
 
- -- Sven Velt <sven@velt.de>  Thu, 20 Jan 2011 13:13:41 +0100
+ -- Sebastian Harl <tokkee@debian.org>  Tue, 03 Apr 2012 13:14:38 +0200
+
+libkohana2-php (2.3.4-1) unstable; urgency=low
+
+  [ Sven Velt ]
+  * Initial release (Closes: #611240).
+    - Strip out DejaVu-Font and depend on ttf-dejavu-core.
+  * libkohana2-php.lintian-overrides: Overwrite warning about embedded
+    Markdown.php -- Kohana2 ships a modified version of that library.
+
+  [ Sebastian Harl ]
+  * debian/patches:
+    - Added 01-font-path.diff -- let 'fontpath' point to the DejaVu fonts in
+      '/usr/share/fonts'.
+  * Symlink and depend on libjs-jquery rather than shipping a private copy.
+  * Build two binary packages: libkohana2-php and libkohana2-modules-php.
+  * debian/rules:
+    - Repack the upstream .zip archive in 'get-orig-source' using uscan.
+    - Ship all 'config' directories in /etc and create appropriate symlinks in
+      the 'system' and 'modules' directories.
+    - Do not ship a local copy of DejaVuSerif.ttf in the binary packages.
+  * debian/watch: mangle upstream version to prefix "b" and "rc" with a tilde.
+
+ -- Sebastian Harl <tokkee@debian.org>  Wed, 02 Feb 2011 14:40:13 +0100