We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f462f5 commit b38416aCopy full SHA for b38416a
ext/packaging/build_deb.sh
@@ -97,5 +97,5 @@ dch -m -v "$version-$release" -D $dist "Version $version"
97
98
echo "Building package:"
99
nprocs=$(grep -e '^processor' -c /proc/cpuinfo)
100
-DH_PHP_VERSIONS_OVERRIDE=7.0 DEB_BUILD_OPTIONS="parallel=$nprocs" debuild -i -b -uc -us
+DEB_BUILD_OPTIONS="parallel=$nprocs" debuild -i -b -uc -us
101
popd
ext/packaging/debian/control
@@ -4,7 +4,8 @@ Priority: optional
4
Maintainer: Michael Penick <[email protected]>
5
Build-Depends: debhelper (>= 9~),
6
dh-php (>= 0.10~),
7
- php-all-dev,
+ php5.6-dev,
8
+ php7.0-dev,
9
pkg-config,
10
cassandra-cpp-driver-dev (>= 2.6.0)
11
Homepage: http://datastax.github.io/php-driver/
0 commit comments