[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/4.0.3debian-1-4-g00f59ec
Paul van Tilburg
paulvt at debian.org
Thu Jun 28 09:59:02 UTC 2012
The following commit has been merged in the master branch:
commit 00f59ec4180cbc545b6b5e40b003b3edfbc6968b
Author: Paul van Tilburg <paulvt at debian.org>
Date: Thu Jun 28 11:34:25 2012 +0200
Drop PostgreSQL support for now (owncloud-pgsql); updated README
diff --git a/debian/changelog b/debian/changelog
index 5613d89..1b476a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ owncloud (4.0.4debian-1) UNRELEASED; urgency=medium
* New upstream bugfix release; solve major issues with caching
(closes: #678956).
+ * By own admission, upstream does not believe the PostgreSQL-support
+ to be stable/solid; dropping owncloud-pgsql for Wheezy. (See also:
+ http://mail.kde.org/pipermail/owncloud/2012-June/004118.html).
-- Paul van Tilburg <paulvt at debian.org> Tue, 26 Jun 2012 23:47:30 +0200
diff --git a/debian/control b/debian/control
index fd464f8..ececd3f 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Depends: ${misc:Depends},
php5, php5-gd, php-pear, php-xml-parser, php-crypt-blowfish, php-sabredav,
php-mdb2, php-mdb2-schema, libphp-phpmailer, php-getid3 (>= 1.9.3-1),
php5-curl,
- owncloud-mysql (= ${source:Version}) | owncloud-pgsql (= ${source:Version}) | owncloud-sqlite (= ${source:Version}),
+ owncloud-mysql (= ${source:Version}) | owncloud-sqlite (= ${source:Version}),
libjs-jquery (>= 1.7.2-1), libjs-jquery-ui, libjs-jquery-jplayer
Recommends: exim4 | mail-transport-agent
Description: cloud storage for files, music, contacts, calendars and many more
@@ -37,17 +37,6 @@ Description: meta-package providing MySQL dependencies for ownCloud
.
Install this package if you wan to use a MySQL database with ownCloud.
-Package: owncloud-pgsql
-Architecture: all
-Depends: php-mdb2-driver-pgsql,
- postgresql-client, ${misc:Depends}
-Suggests: postgresql
-Description: meta-package providing PostgreSQL dependencies for ownCloud
- This package provides PostgreSQL dependencies for ownCloud, a cloud
- storage application for files, music, contacts, calendars and many more.
- .
- Install this package if you wan to use a PostgreSQL database with ownCloud.
-
Package: owncloud-sqlite
Architecture: all
Depends: php-mdb2, php-pear, php5-sqlite, ${misc:Depends}
diff --git a/debian/owncloud.README.Debian b/debian/owncloud.README.Debian
index 0e0dac4..d04445a 100644
--- a/debian/owncloud.README.Debian
+++ b/debian/owncloud.README.Debian
@@ -8,6 +8,8 @@ ownCloud for Debian supports several databases: MySQL, PostgreSQL, and
SQLite. By default MySQL support is installed. For more information about
the specific database, please see the README.Debian file in the
documentation of the owncloud-<database> package.
+At the moment the PostgreSQL support is not considered to be stable, hence
+we only support MySQL and SQLite for now.
E-mail
------
--
owncloud.git
More information about the Pkg-owncloud-commits
mailing list