[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:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 1.8
in repository php-sabredav.
commit ff8a30d1aab01bfc921139b10983feb98b35afef
Author: David Prévot <taffit at debian.org>
Date: Wed Mar 9 15:01:44 2016 -0400
Adapt php5-* 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 bb7a887..da139e4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,10 @@ Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear at lists.alioth.debian.org>
Uploaders: David Prévot <taffit at debian.org>
Build-Depends: debhelper (>= 8.0.0),
help2man,
+ php-curl,
+ php-mbstring,
php-sabre-vobject (>= 2.1.7),
- php5-curl,
- php5-sqlite,
+ php-sqlite3,
phpab,
phpunit,
pkg-php-tools (>= 1.7~),
diff --git a/debian/tests/control b/debian/tests/control
index 08b747a..b296294 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
Tests: phpunit
Restrictions: rw-build-tree
-Depends: @, patch, php5-curl, php5-sqlite, phpunit
+Depends: @, patch, php-curl, php-sqlite3, 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