Kolab/chwala

Changeset

1:73b3ff89bc42
2014-02-23 Paul Boddie raw files shortlog changelog graph Adopted quilt packaging and added a temporary patch for file uploads. paul
debian/changelog (file) debian/control (file) debian/patches/file-upload.diff (file) debian/patches/public-html.diff (file) debian/patches/series (file) debian/source/format (file)
     1.1 --- a/debian/changelog	Sun Feb 23 01:51:59 2014 +0100
     1.2 +++ b/debian/changelog	Sun Feb 23 01:58:56 2014 +0100
     1.3 @@ -1,3 +1,10 @@
     1.4 +chwala (0.2-0~kolab6.1) unstable; urgency=low
     1.5 +
     1.6 +  * Adopted quilt packaging for source patches.
     1.7 +  * Added temporary file upload patch.
     1.8 +
     1.9 + -- Paul Boddie <paul@boddie.org.uk>  Sun, 23 Feb 2014 01:57:49 +0100
    1.10 +
    1.11  chwala (0.2-0~kolab6) unstable; urgency=low
    1.12  
    1.13    * Bump release to rebuild the debian packages
     2.1 --- a/debian/control	Sun Feb 23 01:51:59 2014 +0100
     2.2 +++ b/debian/control	Sun Feb 23 01:58:56 2014 +0100
     2.3 @@ -3,7 +3,7 @@
     2.4  Priority: extra
     2.5  Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
     2.6  Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl>
     2.7 -Build-Depends: debhelper (>= 8)
     2.8 +Build-Depends: debhelper (>= 8), quilt
     2.9  Homepage: http://www.chwala.org/
    2.10  Standards-Version: 3.9.3
    2.11  
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/debian/patches/file-upload.diff	Sun Feb 23 01:58:56 2014 +0100
     3.3 @@ -0,0 +1,11 @@
     3.4 +--- a/lib/kolab/kolab_file_storage.php
     3.5 ++++ b/lib/kolab/kolab_file_storage.php
     3.6 +@@ -872,7 +872,7 @@
     3.7 +             array('filename', '=', $file_name)
     3.8 +         ));
     3.9 + 
    3.10 +-        return array_shift($files);
    3.11 ++        return $files[0];
    3.12 +     }
    3.13 + 
    3.14 +     /**
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/debian/patches/public-html.diff	Sun Feb 23 01:58:56 2014 +0100
     4.3 @@ -0,0 +1,17 @@
     4.4 +--- a/public_html/.htaccess
     4.5 ++++ b/public_html/.htaccess
     4.6 +@@ -1,6 +1,7 @@
     4.7 +-php_flag  session.auto_start   Off
     4.8 +-php_flag  display_errors       Off
     4.9 +-php_flag  log_errors           On
    4.10 +-php_value error_log            ../logs/errors
    4.11 +-php_value post_max_size        20M
    4.12 +-php_value upload_max_filesize  20M
    4.13 +\ No newline at end of file
    4.14 ++php_flag  session.auto_start        Off
    4.15 ++php_flag  display_errors            Off
    4.16 ++php_flag  log_errors                On
    4.17 ++php_flag  suhosin.session.encrypt   Off
    4.18 ++php_value error_log                 ../logs/errors
    4.19 ++php_value post_max_size             20M
    4.20 ++php_value upload_max_filesize       20M
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/debian/patches/series	Sun Feb 23 01:58:56 2014 +0100
     5.3 @@ -0,0 +1,2 @@
     5.4 +public-html.diff
     5.5 +file-upload.diff
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/debian/source/format	Sun Feb 23 01:58:56 2014 +0100
     6.3 @@ -0,0 +1,1 @@
     6.4 +3.0 (quilt)