Create a coinst branch

This commit is contained in:
Ondřej Surý 2015-12-18 09:22:52 +01:00
parent 731dea77db
commit 301054063b
4 changed files with 12 additions and 3 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,9 @@
php-defaults (28+coinst) experimental; urgency=medium
* Update supported versions to include 5.6 and 7.0
-- Ondřej Surý <ondrej@debian.org> Thu, 18 Feb 2016 16:39:48 +0100
php-defaults (28) unstable; urgency=medium
* php-all-dev needs to pull phpX.Y-json packages in addition to phpX.Y-dev
@ -165,3 +171,4 @@ php-defaults (3) unstable; urgency=medium
* Move the mods-available directory directly under /etc/php
-- Ondřej Surý <ondrej@debian.org> Tue, 28 Jul 2015 15:00:58 +0200
<

4
debian/control vendored
View file

@ -53,7 +53,9 @@ Description: server-side, HTML-embedded scripting language (default)
Package: php-all-dev
Architecture: all
Depends: php7.0-dev,
Depends: php5.6-dev,
php5.6-json,
php7.0-dev,
php7.0-json,
${misc:Depends}
Description: package depending on all supported PHP development packages

2
debian/gbp.conf vendored
View file

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

2
debian/rules vendored
View file

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