Prepare version 5.6

This commit is contained in:
David Prévot 2023-10-25 14:18:11 +02:00
parent ee920fd867
commit cb49639d19
2 changed files with 3 additions and 3 deletions

2
debian/gbp.conf vendored
View file

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

4
debian/rules vendored
View file

@ -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 := 80:$(DEB_VERSION)
PHP_DEB_VERSION := 80:$(PHP_DEFAULT_VERSION)+$(DEB_VERSION)
PHP_COMMON_DEB_VERSION := 56:$(DEB_VERSION)
PHP_DEB_VERSION := 56:$(PHP_DEFAULT_VERSION)+$(DEB_VERSION)
SED=sed