[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/4.0.7debian-1-7-g0f8d622

Thomas Mueller thomas.mueller at tmit.eu
Thu Oct 11 12:44:25 UTC 2012


The following commit has been merged in the master branch:
commit 0f8d622f5df68dd032bf4195863de31039ef4644
Author: Thomas Mueller <thomas.mueller at tmit.eu>
Date:   Thu Oct 11 14:44:12 2012 +0200

    New upstream release 4.0.8

diff --git a/debian/changelog b/debian/changelog
index 987c0bd..2aa92d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+owncloud (4.0.8debian-1) UNRELEASED; urgency=low
+
+  * New upstream bugfix release
+  * debian/patches:
+    - Adjust 05_no_app_store.diff
+
+ -- Thomas Mueller <thomas.mueller at tmit.eu>  Thu, 11 Oct 2012 14:24:16 +0200
+
 owncloud (4.0.7debian-1) unstable; urgency=low
 
   * New upstream bugfix release
diff --git a/debian/patches/05_no_app_store.diff b/debian/patches/05_no_app_store.diff
index fc8f4e6..ce09e9a 100644
--- a/debian/patches/05_no_app_store.diff
+++ b/debian/patches/05_no_app_store.diff
@@ -23,7 +23,7 @@ Forwarded: not-needed
 -		if(OC_Config::getValue('writable_appsdir', true) && !is_writable(OC::$SERVERROOT."/apps/")) {
 +		if(OC_Config::getValue('writable_appsdir', false) && !is_writable(OC::$SERVERROOT."/apps/")) {
  			$tmpl = new OC_Template( '', 'error', 'guest' );
- 			$tmpl->assign('errors',array(1=>array('error'=>"Can't write into apps directory 'apps'",'hint'=>"You can usually fix this by giving the webserver user write access to the config directory in owncloud")));
+ 			$tmpl->assign('errors',array(1=>array('error'=>"Can't write into apps directory 'apps'",'hint'=>"You can usually fix this by giving the webserver user write access to the apps directory in owncloud")));
  			$tmpl->printPage();
 --- a/config/config.sample.php
 +++ b/config/config.sample.php

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list