Skip to content

Commit b38416a

Browse files
committed
Updated packaging for DEB
1 parent 7f462f5 commit b38416a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ext/packaging/build_deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ dch -m -v "$version-$release" -D $dist "Version $version"
9797

9898
echo "Building package:"
9999
nprocs=$(grep -e '^processor' -c /proc/cpuinfo)
100-
DH_PHP_VERSIONS_OVERRIDE=7.0 DEB_BUILD_OPTIONS="parallel=$nprocs" debuild -i -b -uc -us
100+
DEB_BUILD_OPTIONS="parallel=$nprocs" debuild -i -b -uc -us
101101
popd

ext/packaging/debian/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+
php7.0-dev,
89
pkg-config,
910
cassandra-cpp-driver-dev (>= 2.6.0)
1011
Homepage: http://datastax.github.io/php-driver/

0 commit comments

Comments
 (0)