* Fix PHP_VERSIONS -> DH_PHP_VERSIONS missing rename
* Filter-out curl from -all-dev packages (Closes: #1006428)
* Also filter the retrieved version with available versions in
pkg-pecl.mk
* Add support for disabling the dummy packages
* Filter-out the found versions against supported versions
* Add preliminary support for split source packages (for different PHP
version sets)
* Restore the dependency on the phpapi-<date> packages
(Closes: #1000233)
* Add ability to parse custom d/control headers
* Regenerate d/control before running dh_prep
* Fix packages where source package name is not php-<ext>
* Improve the debian/control generating scripts
* Finish the current round of updates to dh-php
* Allow overriding PHP_DEFAULT_VERSION with PHP_DEFAULT_VERSION_OVERRIDE
* Fix extra . at end of PHP_DEFAULT_VERSION
* Properly quote '$' in php-config sed
* Revert "Fix adding the php-all-dev to php-<pecl>-all-dev"
* Fix adding the php-all-dev to php-<pecl>-all-dev
* Explicitly add php-all-dev to generated php-<pecl>-all-dev packages
* Filter-out mbstring and xml from -all-dev generation
* Revert "Filter-out more extensions included in the base PHP packages"
* Filter-out pcre extension
* Fix generating php-<pecl> and php-<pecl>-all-dev dependencies
* Build-Depend on php-all-dev (>= 80~) to pull the needed dependencies
* Fix couple of typos in pkg-pecl.mk
* Pull the default PHP version from php-config
* Filter-out more extensions included in the base PHP packages
* Remove the old versions' conffiles cleaning code
* Introduce the php-<pecl_name>-all-dev that depends on all version and
make php-<pecl_name> depend on just php<default_ver>-<pecl_name>
* Add extra phpX.Y-common Depends to generated packages (GH #1535)
* Disable the dependency on the phpapi-<date> packages
* Add missing self-depends on the main package
* Add more standard extensions to strip from dependencies, replace
libxml with xml
* Parse package.xml for dependencies and use them
* Add gbp.conf for main branch
* Bump standards version to 4.5.0.3 (no change)
* Remove the extra versioning of meta packages
* Fix the meta-package versioning
* Improve the versioning of the meta-package
* Fix the pecl:Depends dh_gencontrol invocation
* Add better Depends from old package to new binary packages
* Add magic to add Breaks and Replaces from binary to old binary
* Modify INSTALL_ROOT to be separate for each PHP version build
* Dynamically create a list of phpX.Y-name packages
* Convert to debhelper 10
[ Kunal Mehta ]
* pkg-pecl: Run tests during package build (Closes: #913773)
[ Ondřej Surý ]
* Silence find error when inidir is not yet created
* Disable and re-enable module in preinst to handle priority changes in
the modules
* Make the empty directory remove less prone to errors
* Use dpkg-query --listfiles to get the list of old configuration files
* Change the priority from extra to optional
* Cleanup stale config files from no longer supported PHP versions
(Closes: #906744)
* Update the maintainer email to team+pkg-php@tracker.debian.org
* Update the Vcs-* to salsa.d.o
* Update the Vcs-* links to https://gitlab.com/deb.sury.org
* Change Vcs-* URLs to gitlab.sury.org
* Update Vcs-Browser URL (Closes: #849257)
* Bump standards version (no change)
* Fix --as-needed problem in php-imagick and put --as-needed back
* Disable --as-needed as PHP_CHECK_FUNC() fails to order the objects
properly
* Take only first two numbers and ignore rest for PHP_MIN_VER and
PHP_MAX_VER
* Add logic to limit minimum and maximum PHP versions from package*xml
* Fix the final cleanup loop in postrm
* Don't fail when d/<package>.php is not present to not break multiple
binary package builds
* Fix simple typo in previous changes
* Add support for multiple PHP versions with --php-version='5.5 5.6' or
environment variable DH_PHP_VERSIONS="7.0 7.1"
* Add PECL_CONFIGURE_MAINT_APPEND variable to add more configure options
* Read /package/name from package.xml to guess PECL extension directory
name itself and don't rely on Debian package name mapping
* The PECL_SOURCE_* filling loop has to be outside the ifeq
* Use _OVERRIDE variables to allow builds for non-overriden builds
* Make DH_PHP_VERSIONS and PECL_SOURCE overridable
* Add makefile snippets for automatic PECL extension building
* Include pod2man generated man page in the package (Closes: #821860)
* Even better cleanup of enabled modules in postrm remove and purge
* Cleanup old symlinks to /etc/php/mods-available in preinst script
* Rewrite [ -x /usr/sbin/php#HELPER# ] as which php#HELPER# >/dev/null
to prevent lintian warning about absolute paths
* Remove support for pure configuration snippets in dh_php
* Install ini files into versioned directories /etc/php/X.Y/mods-available
* Remove the old configuration file in /etc/php/mods-available (if it
exists)
* Depend on at least one phpapi-<ver>, but not a specific one
* Add support for dh_php --version=X.Y
* Add extra ALL argument for ALL versions, fixes broken maintscripts
* Rename the package just to dh-php (but the multiversion support is not yet there)
* Update Vcs-Urls to point to anonscm.debian.org
* Remove obsolete Conflicts/Replaces with php5-dev
* Don't fail purge when php5-common is uninstalled (Closes: #745561)
* Initial release (Closes: #737842)