[Pkg-owncloud-commits] [owncloud] 03/07: Refresh patches
David Prévot
taffit at alioth.debian.org
Wed Sep 4 22:07:14 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 6b3b6b03600be49763de6202134947b750a6c5cf
Author: David Prévot <taffit at debian.org>
Date: Wed Sep 4 17:12:47 2013 -0400
Refresh patches
Git-Dch: Ignore
---
debian/patches/05_no_app_store.diff | 4 ++--
debian/patches/fix_chosen.diff | 4 ++--
debian/patches/fix_symphony.diff | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/patches/05_no_app_store.diff b/debian/patches/05_no_app_store.diff
index 9df2dcc..1241958 100644
--- a/debian/patches/05_no_app_store.diff
+++ b/debian/patches/05_no_app_store.diff
@@ -3,7 +3,7 @@ Description: Disable the app store
Author: Thomas Mueller <thomas.mueller at tmit.eu>
Forwarded: not-needed
Reviewed-by: David Prévot <taffit at debian.org>
-Last-Update: 2013-08-20
+Last-Update: 2013-09-04
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -87,6 +87,8 @@
@@ -118,7 +118,7 @@ Last-Update: 2013-08-20
|| !is_readable(OC_App::getInstallPath()) ) {
--- a/lib/base.php
+++ b/lib/base.php
-@@ -179,8 +179,8 @@
+@@ -188,8 +188,8 @@
OC::$APPSROOTS[] = $paths;
}
}
diff --git a/debian/patches/fix_chosen.diff b/debian/patches/fix_chosen.diff
index 7c9cc15..3bdb25f 100644
--- a/debian/patches/fix_chosen.diff
+++ b/debian/patches/fix_chosen.diff
@@ -2,7 +2,7 @@ Description: Adapt chosen css path
Avoid shipping duplicate files in subdirectories.
Author: David Prévot <taffit at debian.org>
Forwarded: no
-Last-Update: 2013-08-31
+Last-Update: 2013-09-04
--- a/settings/personal.php
+++ b/settings/personal.php
@@ -14,7 +14,7 @@
@@ -13,4 +13,4 @@ Last-Update: 2013-08-31
+OC_Util::addStyle( '3rdparty', 'chosen/chosen' );
OC_App::setActiveNavigationEntry( 'personal' );
- $storageInfo=OC_Helper::getStorageInfo();
+ $storageInfo=OC_Helper::getStorageInfo('/');
diff --git a/debian/patches/fix_symphony.diff b/debian/patches/fix_symphony.diff
index de46c29..590981e 100644
--- a/debian/patches/fix_symphony.diff
+++ b/debian/patches/fix_symphony.diff
@@ -2,10 +2,10 @@ Description: Adapt symphony path
The Debian package depends on the needed classes instead of embedding them.
Author: David Prévot <taffit at debian.org>
Forwarded: not-needed
-Last-Update: 2013-08-08
+Last-Update: 2013-09-04
--- a/lib/base.php
+++ b/lib/base.php
-@@ -107,7 +107,7 @@
+@@ -116,7 +116,7 @@
} elseif (strpos($className, 'Sabre_') === 0) {
$path = str_replace('_', '/', $className) . '.php';
} elseif (strpos($className, 'Symfony\\Component\\Routing\\') === 0) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list