[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/5.0.7+dfsg-1-10-g32c247c
David Prévot
taffit at debian.org
Mon Jun 24 23:35:14 UTC 2013
The following commit has been merged in the master branch:
commit f6b042632161b7d3fb2e1d6a69b4e660e9c4a7ab
Author: David Prévot <taffit at debian.org>
Date: Mon Jun 24 15:46:20 2013 -0400
Add back experimental PostgreSQL support
Revert "Drop PostgreSQL support for now (owncloud-pgsql); updated README"
This reverts commit 00f59ec4180cbc545b6b5e40b003b3edfbc6968b.
Conflicts:
debian/changelog
debian/control
Closes: #679028
diff --git a/debian/control b/debian/control
index d51ffd5..a99b382 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Depends: apache2 | httpd,
libphp-phpmailer,
mediawiki (>= 1:1.19),
owncloud-doc,
- owncloud-mysql (= ${source:Version}) | owncloud-sqlite (= ${source:Version}),
+ owncloud-mysql (= ${source:Version}) | owncloud-pgsql (= ${source:Version}) | owncloud-sqlite (= ${source:Version}),
php-aws-sdk,
php-crypt-blowfish,
php-getid3 (>= 1.9.3-1),
@@ -63,6 +63,17 @@ 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 f65dc7d..a3076cf 100644
--- a/debian/owncloud.README.Debian
+++ b/debian/owncloud.README.Debian
@@ -8,8 +8,6 @@ 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