diff -u scuttle-0.7.4/debian/changelog scuttle-0.7.4/debian/changelog --- scuttle-0.7.4/debian/changelog +++ scuttle-0.7.4/debian/changelog @@ -1,3 +1,12 @@ +scuttle (0.7.4-8.1) unstable; urgency=high + + * Non-maintainer upload. + * Disable overriding of PHP error_reporting and display_errors settings + in scuttle. Follow the settings as specified by the administrator in + php.ini (closes: #704300). + + -- Thijs Kinkhorst Mon, 01 Apr 2013 10:09:54 +0200 + scuttle (0.7.4-8) unstable; urgency=high * Fixed configuration file in /var (policy 10.7) (Closes: #688500) diff -u scuttle-0.7.4/debian/patches/series scuttle-0.7.4/debian/patches/series --- scuttle-0.7.4/debian/patches/series +++ scuttle-0.7.4/debian/patches/series @@ -7,0 +8 @@ +dont_override_errorreporting.patch only in patch2: unchanged: --- scuttle-0.7.4.orig/debian/patches/dont_override_errorreporting.patch +++ scuttle-0.7.4/debian/patches/dont_override_errorreporting.patch @@ -0,0 +1,19 @@ +Description: Disable overriding of PHP's error_reporting and display_errors + settings inside scuttle. We leave it up to the administrator to configure + these correctly through php.ini. +Bug-Debian: http://bugs.debian.org/704300 + +diff -ur scuttle-0.7.4.orig/header.inc.php scuttle-0.7.4/header.inc.php +--- scuttle-0.7.4.orig/header.inc.php 2008-07-16 18:48:39.000000000 +0200 ++++ scuttle-0.7.4/header.inc.php 2013-04-01 10:08:29.000000000 +0200 +@@ -1,8 +1,8 @@ +