[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/5.0.4+dfsg-1-12-g28c6e45
David Prévot
taffit at debian.org
Thu Apr 18 01:47:43 UTC 2013
The following commit has been merged in the master branch:
commit 28c6e45761fb2faf4a6e47a5a8af8ab75d5793c7
Author: David Prévot <taffit at debian.org>
Date: Wed Apr 17 21:13:14 2013 -0400
Prepare 5.0.5~rc1+dfsg-1 upload to experimental
diff --git a/debian/changelog b/debian/changelog
index 5ebde63..5090c0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-owncloud (5.0.4+dfsg-2) UNRELEASED; urgency=low
+owncloud (5.0.5~rc1+dfsg-1) experimental; urgency=low
+ * Team upload
* Adapt upcoming owncloud-doc improvements
* debian/control:
- Bump Standards-Version to 3.9.4
@@ -11,7 +12,7 @@ owncloud (5.0.4+dfsg-2) UNRELEASED; urgency=low
- dh_link removes existing files
* debian/watch: Make all latest versions available
- -- David Prévot <taffit at debian.org> Wed, 17 Apr 2013 13:57:52 -0400
+ -- David Prévot <taffit at debian.org> Wed, 17 Apr 2013 21:25:59 -0400
owncloud (5.0.4+dfsg-1) experimental; urgency=low
diff --git a/debian/copyright b/debian/copyright
index a0f94a4..a610d64 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -889,7 +889,7 @@ License: AGPL-3+
Files: apps/files_videoviewer/js/*
apps/files_videoviewer/mediaelement/*
-Copyright: 2010-2012, John Dyer (http://j.hn)
+Copyright: 2010-2013, John Dyer (http://j.hn)
2011, Dustin Diaz
2011, Jacob Thornton
License: Expat and GPL-2
diff --git a/debian/patches/01_fix_data_path.diff b/debian/patches/01_fix_data_path.diff
index 9790c21..42ad55e 100644
--- a/debian/patches/01_fix_data_path.diff
+++ b/debian/patches/01_fix_data_path.diff
@@ -8,7 +8,7 @@ Author: Thomas Mueller <thomas.mueller at tmit.eu>
Bug-Debian: http://bugs.debian.org/648674
Forwarded: not-needed
Reviewed-by: David Prévot <taffit at debian.org>
-Last-Update: 2013-04-10
+Last-Update: 2013-04-17
--- a/lib/config.php
+++ b/lib/config.php
@@ -130,12 +130,12 @@
@@ -64,7 +64,7 @@ Last-Update: 2013-04-10
// Create root dir.
if(!is_dir($CONFIG_DATADIRECTORY)) {
$success=@mkdir($CONFIG_DATADIRECTORY);
-@@ -527,7 +527,7 @@
+@@ -530,7 +530,7 @@
$testcontent='testcontent';
// creating a test file
@@ -245,7 +245,7 @@ Last-Update: 2013-04-10
if(!self::$MDB2) {
--- a/lib/files/filesystem.php
+++ b/lib/files/filesystem.php
-@@ -221,18 +221,18 @@
+@@ -222,18 +222,18 @@
$root = \OC_User::getHome($user);
self::mount('\OC\Files\Storage\Local', array('datadir' => $root), $user);
--
owncloud.git
More information about the Pkg-owncloud-commits
mailing list