diff --git a/debian/pkg.php.in b/debian/pkg.php.in index c497294..4995426 100644 --- a/debian/pkg.php.in +++ b/debian/pkg.php.in @@ -1,2 +1,2 @@ -mod debian/sqlite3.ini -mod debian/pdo_sqlite.ini +mod debian/sqlite3.ini priority=20 sapi=all +mod debian/pdo_sqlite.ini priority=20 sapi=all diff --git a/debian/rules b/debian/rules index feab32e..e68c49a 100755 --- a/debian/rules +++ b/debian/rules @@ -46,6 +46,11 @@ PDO_BUILD_DIR := $(PDO_SRC_DIR)/build %: dh $@ --with php + +override_dh_php: + dh_php --php-version=$(PHP_VER) + + override_dh_auto_build: # 1) Build SQLCipher cd "$(SQLCIPHER_SRC_DIR)" && env -u DEB_BUILD_MAINT_OPTIONS -u DEB_CFLAGS_MAINT_APPEND \