[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/4.0.0debian-1-3-g93f88d5
Paul van Tilburg
paulvt at debian.org
Fri May 25 09:10:23 UTC 2012
The following commit has been merged in the master branch:
commit 93f88d5257e92c8e4c218542c319d5e2d3191301
Author: Paul van Tilburg <paulvt at debian.org>
Date: Fri May 25 11:10:19 2012 +0200
Added php5-curl as a depend; it is needed by the bookmark (internal) app
diff --git a/debian/changelog b/debian/changelog
index 22daa74..952a88b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
owncloud (4.0.0debian-2) UNRELEASED; urgency=low
- * debian/control: set the team as maintainer.
+ * debian/control:
+ - Set the team as maintainer.
+ - Added a depend on php5-curl; this is needed by the bookmarks app,
+ which is an internal app.
-- Paul van Tilburg <paulvt at debian.org> Fri, 25 May 2012 11:08:23 +0200
diff --git a/debian/control b/debian/control
index 3a9b4a7..da1ec84 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Depends: ${misc:Depends},
apache2 | httpd,
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}),
libjs-jquery (>= 1.7.2-1), libjs-jquery-ui, libjs-jquery-jplayer
Recommends: exim4 | mail-transport-agent
--
owncloud.git
More information about the Pkg-owncloud-commits
mailing list