[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/4.0.1debian-2
Paul van Tilburg
paulvt at debian.org
Tue Jun 5 19:41:56 UTC 2012
The following commit has been merged in the master branch:
commit e71c58c4cc06ce7427402ce998ad1c680793c81a
Author: Paul van Tilburg <paulvt at debian.org>
Date: Tue Jun 5 21:33:18 2012 +0200
Fix the postgres depends for the owncloud-pgsql package
diff --git a/debian/changelog b/debian/changelog
index a5f7e4b..9e81468 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+owncloud (4.0.1debian-2) UNRELEASED; urgency=low
+
+ * Upload to fix PostgreSQL-related install issues.
+ * debian/control:
+ - Removed the postgresql-client-8.1 install alternative, just depend on
+ postgresql-client.
+ - Changed the postgresql-client suggest into postgresql (i.e. the server).
+
+ -- Paul van Tilburg <paulvt at debian.org> Tue, 05 Jun 2012 21:29:24 +0200
+
owncloud (4.0.1debian-1) unstable; urgency=low
* New upstream bugfix release.
diff --git a/debian/control b/debian/control
index d5395f9..fd464f8 100644
--- a/debian/control
+++ b/debian/control
@@ -40,8 +40,8 @@ Description: meta-package providing MySQL dependencies for ownCloud
Package: owncloud-pgsql
Architecture: all
Depends: php-mdb2-driver-pgsql,
- postgresql-client-8.1 | postgresql-client, ${misc:Depends}
-Suggests: postgresql-client
+ 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.
--
owncloud.git
More information about the Pkg-owncloud-commits
mailing list