Prepare version 7.4

This commit is contained in:
David Prévot 2023-10-25 14:47:15 +02:00
parent b66364b2a1
commit 551dfb3716
2 changed files with 6 additions and 6 deletions

2
debian/gbp.conf vendored
View file

@ -1,5 +1,5 @@
[DEFAULT]
debian-branch = buster-php56
debian-branch = buster-php74
debian-tag = debian/%(version)s
pristine-tar = False

10
debian/rules vendored
View file

@ -9,9 +9,9 @@
include /usr/share/dpkg/default.mk
PHP_DEFAULT_VERSION := 5.6
PHP_SUPPORTED_VERSIONS := 5.6
PHP_BREAKS_VERSIONS := 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
PHP_DEFAULT_VERSION := 7.4
PHP_SUPPORTED_VERSIONS := 7.4
PHP_BREAKS_VERSIONS := 5.6 7.0 7.1 7.2 7.3 8.0 8.1 8.2
, := ,
PHP_DEV_PACKAGES := $(addprefix php,$(addsuffix -dev$(,),$(PHP_SUPPORTED_VERSIONS))), $(addprefix php,$(addsuffix -json$(,),$(PHP_SUPPORTED_VERSIONS))), $(addprefix php,$(addsuffix -xml$(,),$(PHP_SUPPORTED_VERSIONS))), $(addprefix php,$(addsuffix -mbstring$(,),$(PHP_SUPPORTED_VERSIONS)))
@ -19,8 +19,8 @@ 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 := 56:$(DEB_VERSION)
PHP_DEB_VERSION := 56:$(PHP_DEFAULT_VERSION)+$(DEB_VERSION)
PHP_COMMON_DEB_VERSION := 74:$(DEB_VERSION)
PHP_DEB_VERSION := 74:$(PHP_DEFAULT_VERSION)+$(DEB_VERSION)
SED=sed