[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/4.0.8debian-1.6-57-gd9050d6
David Prévot
taffit at debian.org
Thu Mar 28 21:02:34 UTC 2013
The following commit has been merged in the master branch:
commit d9050d65d73c7e161a9fed83366c86a623211c8b
Author: David Prévot <taffit at debian.org>
Date: Thu Mar 28 15:56:57 2013 -0400
Update dependency to php-sabre-*
diff --git a/debian/changelog b/debian/changelog
index 9d3097d..1f9bc83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ owncloud (5.0.0+dfsg-1) UNRELEASED; urgency=low
- Add php5-ldap to Recommends for user_ldap
- Add mediawiki to Depends, instead of shipping duplicated code
- Add libjs-underscore to Depends, instead of shipping duplicated code
+ - Update dependency to php-sabre-dav and php-sabre-vobject, instead of
+ php-sabredav
* debian/copyright: Document the new and updated licenses
* debian/rules:
- Trim duplicated and useless files from the package
diff --git a/debian/control b/debian/control
index 4343944..4ec19d8 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ Package: owncloud
Architecture: all
Depends: ${misc:Depends},
apache2 | httpd,
- php5, php5-gd, php-pear, php-xml-parser, php-crypt-blowfish, php-sabredav,
+ php5, php5-gd, php-pear, php-xml-parser, php-crypt-blowfish, php-sabre-dav,
+ php-sabre-vobject,
php-mdb2, php-mdb2-schema, libphp-phpmailer, php-getid3 (>= 1.9.3-1),
php5-curl,
owncloud-mysql (= ${source:Version}) | owncloud-sqlite (= ${source:Version}),
--
owncloud.git
More information about the Pkg-owncloud-commits
mailing list