Compare commits

...

9 commits

Author SHA1 Message Date
David Prévot 11cf6b9903 Handle maxminddb and psr 2024-01-17 17:32:14 +01:00
David Prévot 8ecb431fb7 Handle mcrypt and opcache 2023-11-28 11:19:58 +01:00
David Prévot 6bac73d693 Handle memcache, memcached and msgpack 2023-10-25 15:35:25 +02:00
David Prévot ee920fd867 Update changelog for 880~evolix3 release 2023-05-19 15:32:03 +02:00
David Prévot 9d3687201f Update d/control
$ ./debian/rules debian/control

Git-Dch: Ignore
2023-05-19 15:29:48 +02:00
David Prévot fa8318e90e Handle Imagick 2023-05-19 15:27:52 +02:00
David Prévot b72c58606d
Update changelog for 880~evolix2 release 2023-05-04 16:54:18 +02:00
David Prévot b73ad2371a
Update d/control
$ ./debian/rules debian/control

Git-Dch: Ignore
2023-05-04 16:53:26 +02:00
David Prévot df032bdf41
Also handle php-{igbinary,redis} 2023-05-04 16:53:01 +02:00
3 changed files with 67 additions and 0 deletions

12
debian/changelog vendored
View file

@ -1,3 +1,15 @@
php-defaults (880~evolix3) bullseye-php80; urgency=medium
* Handle Imagick
-- David Prévot <dprevot@evolix.fr> Fri, 19 May 2023 15:31:58 +0200
php-defaults (880~evolix2) bullseye-php80; urgency=medium
* Also handle php-{igbinary,redis}
-- David Prévot <taffit@debian.org> Thu, 04 May 2023 16:53:55 +0200
php-defaults (880~evolix1) bullseye-php80; urgency=medium
* Also handle php-{amqp,apcu,ssh2}

45
debian/control vendored
View file

@ -287,6 +287,36 @@ Description: GMP module for PHP [default]
This package is a dependency package, which depends on Debian's default
PHP version (currently 8.0).
Package: php-igbinary
Architecture: all
Depends: php-common,
php8.0-igbinary,
${misc:Depends}
Description: Igbinary module for PHP [default]
This package provides a Igbinary module for PHP.
.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
open source general-purpose scripting language that is especially suited
for web development and can be embedded into HTML.
.
This package is a dependency package, which depends on Debian's default
PHP version (currently 8.0).
Package: php-imagick
Architecture: all
Depends: php-common,
php8.0-imagick,
${misc:Depends}
Description: Imagick module for PHP [default]
This package provides a Imagick module for PHP.
.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
open source general-purpose scripting language that is especially suited
for web development and can be embedded into HTML.
.
This package is a dependency package, which depends on Debian's default
PHP version (currently 8.0).
Package: php-imap
Architecture: all
Depends: php-common,
@ -467,6 +497,21 @@ Description: readline module for PHP [default]
This package is a dependency package, which depends on Debian's default
PHP version (currently 8.0).
Package: php-redis
Architecture: all
Depends: php-common,
php8.0-redis,
${misc:Depends}
Description: Redis module for PHP [default]
This package provides a Redis module for PHP.
.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
open source general-purpose scripting language that is especially suited
for web development and can be embedded into HTML.
.
This package is a dependency package, which depends on Debian's default
PHP version (currently 8.0).
Package: php-snmp
Architecture: all
Depends: php-common,

10
debian/modulelist vendored
View file

@ -6,16 +6,26 @@ curl CURL
enchant Enchant
gd GD
gmp GMP
igbinary Igbinary
imagick Imagick
imap IMAP
interbase Interbase
intl Internationalisation
json JSON
ldap LDAP
maxminddb MaxMind DB file format reader
mcrypt libmcrypt
mbstring MBSTRING
memcache Memcache
memcached libmemcached
msgpack MessagePack
mysql MySQL
odbc ODBC
opcache OpCache
pgsql PostgreSQL
pspell pspell
psr PSR interfaces
redis Redis
readline readline
snmp SNMP
soap SOAP