Code

patches: Added 02-php5.4.diff -- use ob_end_flush() in favor of ob_end_clean()
[pkg-libkohana2-php.git] / debian / changelog
index a2446e90650f8181b534dd899267b2dce1fe83d5..7822392755b1a8318bcb2f519623c40b77a770df 100644 (file)
@@ -1,3 +1,14 @@
+libkohana2-php (2.3.4-2) unstable; urgency=low
+
+  * 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
+      for tracking down to problem (Closes: #665197).
+
+ -- Sebastian Harl <tokkee@debian.org>  Tue, 03 Apr 2012 13:03:53 +0200
+
 libkohana2-php (2.3.4-1) unstable; urgency=low
 
   [ Sven Velt ]
@@ -10,9 +21,13 @@ libkohana2-php (2.3.4-1) unstable; urgency=low
   * debian/patches:
     - Added 01-font-path.diff -- let 'fontpath' point to the DejaVu fonts in
       '/usr/share/fonts'.
-  * Do not ship a local copy of DejaVuSerif.ttf.
   * Symlink and depend on libjs-jquery rather than shipping a private copy.
-  * Ship all 'config' directories in /etc and create appropriate symlinks in
-    the 'system' and 'modules' directories.
+  * 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