[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. upstream/4.0.0debian-128-g2fad392
Paul van Tilburg
paulvt at debian.org
Thu May 24 19:48:19 UTC 2012
The following commit has been merged in the master branch:
commit 2fad3925893666d95d6617dba03e804a2196c796
Author: Paul van Tilburg <paulvt at debian.org>
Date: Thu May 24 21:45:45 2012 +0200
We can't use php-mdb2-driver-sqlite, revert depends; added TODO item
diff --git a/debian/TODO b/debian/TODO
index d7914ab..d72c04c 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -14,4 +14,6 @@ ownCloud packaging TODO list
http://wiki.debian.org/Apache/PackagingFor24.
* collabtive and owncloud both ship class.openid.php, it should probably be
packaged separately
+* lib/MDB2/Driver contains the MDB2 SQLite3 driver that should be released
+ separately, then packaged and used as depend for owncloud-sqlite.
* Package more stuff under 3rdparty/ separately (php-cloudfiles, phpass, etc.)
diff --git a/debian/control b/debian/control
index d703dec..d77d4b3 100644
--- a/debian/control
+++ b/debian/control
@@ -49,7 +49,7 @@ Description: meta-package providing PostgreSQL dependencies for ownCloud
Package: owncloud-sqlite
Architecture: all
-Depends: php-mdb2-driver-sqlite, ${misc:Depends}
+Depends: php-mdb2, php-pear, php5-sqlite, ${misc:Depends}
Description: meta-package providing SQLite dependencies for ownCloud
This package provides SQLite dependencies for ownCloud, a cloud storage
application for files, music, contacts, calendars and many more.
--
owncloud.git
More information about the Pkg-owncloud-commits
mailing list