[Pkg-owncloud-commits] [php-sabredav] 03/03: Adapt php5-* build-dependencies for the PHP 7.0 transition
David Prévot
taffit at moszumanska.debian.org
Wed Mar 9 19:13:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit abbc4795d8a755a9ef242b71f5ccc73e93d5bc76
Author: David Prévot <taffit at debian.org>
Date: Wed Mar 9 14:56:05 2016 -0400
Adapt php5-* build-dependencies for the PHP 7.0 transition
---
debian/control | 4 ++--
debian/tests/control | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 4ffccca..426199b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,12 @@ Uploaders: David Prévot <taffit at debian.org>
Build-Depends: debhelper (>= 8.0.0),
help2man,
php-codesniffer,
+ php-curl,
php-sabre-event (>= 2.0.1-2~),
php-sabre-http (>= 4.2.1),
php-sabre-vobject (>= 4),
php-sabre-xml,
- php5-curl,
- php5-sqlite,
+ php-sqlite3,
phpab,
phpunit,
pkg-php-tools (>= 1.29~),
diff --git a/debian/tests/control b/debian/tests/control
index 8d58c9c..023ddf6 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-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list