Create a coinst branch

This commit is contained in:
Ondřej Surý 2015-12-18 09:22:52 +01:00
parent bd1927a534
commit 83a36b9e74
4 changed files with 11 additions and 3 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,9 @@
php-defaults (25+coinst) experimental; urgency=medium
* Update supported versions to include 5.6 and 7.0
-- Ondřej Surý <ondrej@debian.org> Tue, 02 Feb 2016 11:21:26 +0100
php-defaults (25) unstable; urgency=medium
* Supress dpkg-statoverride --list output (Closes: #812983)
@ -146,3 +152,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
<

3
debian/control vendored
View file

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

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)))