Ensure binary packages get a higher version for the revert

This commit is contained in:
Ondřej Surý 2021-11-23 11:48:03 +01:00
parent 9b366fa4ec
commit b37e6c031b

4
debian/rules vendored
View file

@ -10,7 +10,7 @@
include /usr/share/dpkg/default.mk
PHP_DEFAULT_VERSION := 7.4
PHP_SUPPORTED_VERSIONS := 7.4 8.0
PHP_SUPPORTED_VERSIONS := 7.4
PHP_BREAKS_VERSIONS := 5.6 7.0 7.1 7.2 7.3
, := ,
@ -20,7 +20,7 @@ PHP_BREAKS_PACKAGES := $(addprefix php,$(addsuffix -common$(,),$(PHP_BREAKS_V
PHP_COMMON_DIRS := $(addprefix /etc/php/,$(addsuffix /mods-available,$(PHP_SUPPORTED_VERSIONS)))
PHP_COMMON_DEB_VERSION := 2:$(DEB_VERSION)
PHP_DEB_VERSION := 2:$(PHP_DEFAULT_VERSION)+$(DEB_VERSION)
PHP_DEB_VERSION := 2:8.1+85+really$(PHP_DEFAULT_VERSION)+$(DEB_VERSION)
SED=sed