[Pkg-owncloud-commits] [php-sabredav] 03/05: Prepare php(5) build-dependencies for the PHP 7.0 transition
David Prévot
taffit at moszumanska.debian.org
Wed Mar 2 14:44:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 2.1
in repository php-sabredav.
commit b928928a7be7ae4e5a817da8d67a1c58f68e2b2a
Author: David Prévot <taffit at debian.org>
Date: Wed Mar 2 10:05:25 2016 -0400
Prepare php(5) build-dependencies for the PHP 7.0 transition
---
debian/control | 5 +++--
debian/tests/control | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index b3b7657..a112515 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,12 @@ Uploaders: David Prévot <taffit at debian.org>
Build-Depends: debhelper (>= 8.0.0),
help2man,
php-codesniffer,
+ php-curl,
+ php-mbstring,
php-sabre-event,
php-sabre-http-3,
php-sabre-vobject-3,
- php5-curl,
- php5-sqlite,
+ php-sqlite3,
phpab,
phpunit,
pkg-php-tools (>= 1.29~),
diff --git a/debian/tests/control b/debian/tests/control
index b20eed2..990b346 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,4 +3,4 @@ Depends: @, php-codesniffer
Test-Command: mkdir --parents vendor && phpab --output vendor/autoload.php --basedir vendor --template debian/autoload.tests.php.tpl tests/Sabre && phpunit --configuration tests/phpunit.xml
Restrictions: rw-build-tree
-Depends: @, php5-curl, php5-sqlite, phpab, phpunit
+Depends: @, php-curl, php-sqlite3, phpab, phpunit
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list