Only 7.0 is supported normally

This commit is contained in:
Ondřej Surý 2015-12-18 09:22:23 +01:00
parent 31a2aa30f0
commit e673cff586
2 changed files with 3 additions and 3 deletions

4
debian/control vendored
View file

@ -53,8 +53,8 @@ Description: server-side, HTML-embedded scripting language (default)
Package: php-all-dev
Architecture: all
Depends: ${misc:Depends},
@PHP_DEV_PACKAGES@
Depends: php7.0-dev,
${misc:Depends}
Description: package depending on all supported PHP development packages
The package currently depends on php7.0-dev.
.

2
debian/rules vendored
View file

@ -8,7 +8,7 @@
#export DH_VERBOSE=1
PHP_DEFAULT_VERSION := 7.0
PHP_SUPPORTED_VERSIONS := 5.6 7.0
PHP_SUPPORTED_VERSIONS := 7.0
PHP_DEV_PACKAGES := $(addprefix php,$(addsuffix -dev,$(PHP_SUPPORTED_VERSIONS)))