Skip to content

Commit 2942c39

Browse files
committed
Update DEB packaging control files
1 parent 66eaa37 commit 2942c39

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ext/packaging/debian-php5.6/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Priority: optional
44
Maintainer: Michael Penick <[email protected]>
55
Build-Depends: debhelper (>= 9~),
66
dh-php (>= 0.10~),
7-
php-all-dev,
7+
php5.6-dev,
8+
dh-php,
89
pkg-config,
910
cassandra-cpp-driver-dev (>= 2.7.0)
1011
Homepage: http://datastax.github.io/php-driver/

ext/packaging/debian-php7.0/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Priority: optional
44
Maintainer: Michael Penick <[email protected]>
55
Build-Depends: debhelper (>= 9~),
66
dh-php (>= 0.10~),
7-
php-all-dev,
7+
php7.0-dev,
8+
dh-php,
89
pkg-config,
910
cassandra-cpp-driver-dev (>= 2.7.0)
1011
Homepage: http://datastax.github.io/php-driver/

0 commit comments

Comments
 (0)