Skip to content

Changelog dh-php (4.9)

2022

dh-php (4.9) unstable; urgency=medium

   * Fix PHP_VERSIONS -> DH_PHP_VERSIONS missing rename

dh-php (4.8) unstable; urgency=medium

   * Filter-out curl from -all-dev packages (Closes: #1006428)

dh-php (4.7) unstable; urgency=medium

   * Also filter the retrieved version with available versions in
     pkg-pecl.mk

dh-php (4.6) unstable; urgency=medium

   * Add support for disabling the dummy packages
   * Filter-out the found versions against supported versions

dh-php (4.5) unstable; urgency=medium

   * Add preliminary support for split source packages (for different PHP
     version sets)

dh-php (4.4) unstable; urgency=medium

   * Restore the dependency on the phpapi-<date> packages
     (Closes: #1000233)

2021

dh-php (4.3) unstable; urgency=medium

   * Add ability to parse custom d/control headers

dh-php (4.2) unstable; urgency=medium

   * Regenerate d/control before running dh_prep

dh-php (4.1) unstable; urgency=medium

   * Fix packages where source package name is not php-<ext>

dh-php (4) unstable; urgency=medium

   * Improve the debian/control generating scripts

dh-php (3.1) unstable; urgency=medium

   * Finish the current round of updates to dh-php

dh-php (3.0.7) unstable; urgency=medium

   * Allow overriding PHP_DEFAULT_VERSION with PHP_DEFAULT_VERSION_OVERRIDE

dh-php (3.0.6) unstable; urgency=medium

   * Fix extra . at end of PHP_DEFAULT_VERSION

dh-php (3.0.5) unstable; urgency=medium

   * Properly quote '$' in php-config sed
   * Revert "Fix adding the php-all-dev to php-<pecl>-all-dev"

dh-php (3.0.4) unstable; urgency=medium

   * Fix adding the php-all-dev to php-<pecl>-all-dev

dh-php (3.0.3) unstable; urgency=medium

   * Explicitly add php-all-dev to generated php-<pecl>-all-dev packages

dh-php (3.0.2) unstable; urgency=medium

   * Filter-out mbstring and xml from -all-dev generation

dh-php (3.0.1) unstable; urgency=medium

   * Revert "Filter-out more extensions included in the base PHP packages"
   * Filter-out pcre extension

dh-php (3.0) unstable; urgency=medium

   * Fix generating php-<pecl> and php-<pecl>-all-dev dependencies
   * Build-Depend on php-all-dev (>= 80~) to pull the needed dependencies

dh-php (2.99.2) unstable; urgency=medium

   * Fix couple of typos in pkg-pecl.mk
   * Pull the default PHP version from php-config

dh-php (2.99.1) unstable; urgency=medium

   * Filter-out more extensions included in the base PHP packages

dh-php (2.99.0) unstable; urgency=medium

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

dh-php (2.4) unstable; urgency=medium

   * Add extra phpX.Y-common Depends to generated packages (GH #1535)

2020

dh-php (2.3) unstable; urgency=medium

   * Disable the dependency on the phpapi-<date> packages

dh-php (2.2) unstable; urgency=medium

   * Add missing self-depends on the main package

dh-php (2.1) unstable; urgency=medium

   * Add more standard extensions to strip from dependencies, replace
     libxml with xml

dh-php (2.0) unstable; urgency=medium

   * Parse package.xml for dependencies and use them

dh-php (1.5) unstable; urgency=medium

   * Add gbp.conf for main branch
   * Bump standards version to 4.5.0.3 (no change)

dh-php (1.4) unstable; urgency=medium

   * Remove the extra versioning of meta packages

dh-php (1.3) unstable; urgency=medium

   * Fix the meta-package versioning

dh-php (1.2) unstable; urgency=medium

   * Improve the versioning of the meta-package

dh-php (1.1) unstable; urgency=medium

   * Fix the pecl:Depends dh_gencontrol invocation

dh-php (1.0) unstable; urgency=medium

   * Add better Depends from old package to new binary packages

dh-php (0.39) unstable; urgency=medium

   * Add magic to add Breaks and Replaces from binary to old binary

dh-php (0.38) unstable; urgency=medium

   * Modify INSTALL_ROOT to be separate for each PHP version build

dh-php (0.37) unstable; urgency=medium

   * Dynamically create a list of phpX.Y-name packages

dh-php (0.36) unstable; urgency=medium

   * Convert to debhelper 10

2019

dh-php (0.35) unstable; urgency=medium

   [ Kunal Mehta ]
   * pkg-pecl: Run tests during package build (Closes: #913773)
 
   [ Ondřej Surý ]
   * Silence find error when inidir is not yet created

2018

dh-php (0.34) unstable; urgency=medium

   * Disable and re-enable module in preinst to handle priority changes in
     the modules

dh-php (0.33) unstable; urgency=medium

   * Make the empty directory remove less prone to errors

dh-php (0.32) unstable; urgency=medium

   * Use dpkg-query --listfiles to get the list of old configuration files
   * Change the priority from extra to optional

dh-php (0.31) unstable; urgency=medium

   * Cleanup stale config files from no longer supported PHP versions
     (Closes: #906744)

dh-php (0.30) unstable; urgency=medium

   * Update the maintainer email to team+pkg-php@tracker.debian.org

dh-php (0.29) unstable; urgency=medium

   * Update the Vcs-* to salsa.d.o

2017

dh-php (0.28) unstable; urgency=medium

   * Update the Vcs-* links to https://gitlab.com/deb.sury.org

dh-php (0.27) unstable; urgency=medium

   * Change Vcs-* URLs to gitlab.sury.org

2016

dh-php (0.26) unstable; urgency=medium

   * Update Vcs-Browser URL (Closes: #849257)
   * Bump standards version (no change)

dh-php (0.25) unstable; urgency=medium

   * Fix --as-needed problem in php-imagick and put --as-needed back

dh-php (0.24) unstable; urgency=medium

   * Disable --as-needed as PHP_CHECK_FUNC() fails to order the objects
     properly

dh-php (0.23) unstable; urgency=medium

   * Take only first two numbers and ignore rest for PHP_MIN_VER and
     PHP_MAX_VER

dh-php (0.22) unstable; urgency=medium

   * Add logic to limit minimum and maximum PHP versions from package*xml

dh-php (0.21) unstable; urgency=medium

   * Fix the final cleanup loop in postrm

dh-php (0.20) unstable; urgency=medium

   * Don't fail when d/<package>.php is not present to not break multiple
     binary package builds

dh-php (0.19) unstable; urgency=medium

   * Fix simple typo in previous changes

dh-php (0.18) unstable; urgency=medium

   * Add support for multiple PHP versions with --php-version='5.5 5.6' or
     environment variable DH_PHP_VERSIONS="7.0 7.1"

dh-php (0.17) unstable; urgency=medium

   * Add PECL_CONFIGURE_MAINT_APPEND variable to add more configure options

dh-php (0.16) unstable; urgency=medium

   * Read /package/name from package.xml to guess PECL extension directory
     name itself and don't rely on Debian package name mapping

dh-php (0.15) unstable; urgency=medium

   * The PECL_SOURCE_* filling loop has to be outside the ifeq

dh-php (0.14) unstable; urgency=medium

   * Use _OVERRIDE variables to allow builds for non-overriden builds

dh-php (0.13) unstable; urgency=medium

   * Make DH_PHP_VERSIONS and PECL_SOURCE overridable

dh-php (0.12) unstable; urgency=medium

   * Add makefile snippets for automatic PECL extension building

dh-php (0.11) unstable; urgency=medium

   * Include pod2man generated man page in the package (Closes: #821860)

dh-php (0.10) unstable; urgency=medium

   * Even better cleanup of enabled modules in postrm remove and purge

dh-php (0.9) unstable; urgency=medium

   * Cleanup old symlinks to /etc/php/mods-available in preinst script

dh-php (0.8) unstable; urgency=medium

   * Rewrite [ -x /usr/sbin/php#HELPER# ] as which php#HELPER# >/dev/null
     to prevent lintian warning about absolute paths

dh-php (0.7) unstable; urgency=medium

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

2015

dh-php (0.6) unstable; urgency=medium

   * Depend on at least one phpapi-<ver>, but not a specific one

dh-php (0.5) unstable; urgency=medium

   * Add support for dh_php --version=X.Y

dh-php (0.4) unstable; urgency=medium

   * Add extra ALL argument for ALL versions, fixes broken maintscripts

dh-php (0.3) unstable; urgency=medium

   * 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

2014

dh-php5 (0.2) unstable; urgency=medium

   * Don't fail purge when php5-common is uninstalled (Closes: #745561)

dh-php5 (0.1) unstable; urgency=low

   * Initial release (Closes: #737842)