[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/5.0.9+dfsg-2-1-gd0278a9

David Prévot taffit at debian.org
Mon Jul 22 19:46:47 UTC 2013


The following commit has been merged in the master branch:
commit d0278a921166c82986876f6173f5e9a60b8036aa
Author: David Prévot <taffit at debian.org>
Date:   Mon Jul 22 15:14:39 2013 -0400

    Use upstream patched version of PostgreSQL backend
    
    The version from php-mdb2-driver-pgsql is not fully compatible, and
    breaks on upgrade.
    
    Closes: #717579

diff --git a/debian/control b/debian/control
index 2b9ebcb..dcdda1c 100644
--- a/debian/control
+++ b/debian/control
@@ -70,8 +70,9 @@ Description: meta-package providing MySQL dependencies for ownCloud
 
 Package: owncloud-pgsql
 Architecture: all
-Depends: php-mdb2-driver-pgsql,
- postgresql-client, ${misc:Depends}
+Depends: postgresql-client, ${misc:Depends}
+Conflicts: php-mdb2-driver-pgsql
+Replaces: php-mdb2-driver-pgsql
 Suggests: postgresql
 Description: meta-package providing PostgreSQL dependencies for ownCloud
  This package provides PostgreSQL dependencies for ownCloud, a cloud
diff --git a/debian/owncloud-pgsql.install b/debian/owncloud-pgsql.install
new file mode 100644
index 0000000..6f6041c
--- /dev/null
+++ b/debian/owncloud-pgsql.install
@@ -0,0 +1,6 @@
+3rdparty/MDB2/Driver/Datatype/pgsql.php	usr/share/php/MDB2/Driver/Datatype
+3rdparty/MDB2/Driver/Function/pgsql.php	usr/share/php/MDB2/Driver/Function
+3rdparty/MDB2/Driver/Manager/pgsql.php	usr/share/php/MDB2/Driver/Manager
+3rdparty/MDB2/Driver/Native/pgsql.php	usr/share/php/MDB2/Driver/Native
+3rdparty/MDB2/Driver/Reverse/pgsql.php	usr/share/php/MDB2/Driver/Reverse
+3rdparty/MDB2/Driver/pgsql.php		usr/share/php/MDB2/Driver

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list