diff options
| author | jvoisin | 2025-03-16 14:42:16 +0100 |
|---|---|---|
| committer | jvoisin | 2025-03-16 14:52:27 +0100 |
| commit | 83ffa9a22b0e1207f5ac198dd0b5edcdcb451fc4 (patch) | |
| tree | 739473a6e8c80c18892ca29e5e4d377e553eab47 /debian/control | |
| parent | e5319de222932e09bbe335fda370ea34daefe2cf (diff) | |
Use libpcre2 instead of libpcre3 and add php8.4 as optional dep for debian
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 03790a0..62486bf 100644 --- a/debian/control +++ b/debian/control | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | Source: snuffleupagus | 1 | Source: snuffleupagus |
| 2 | Priority: optional | 2 | Priority: optional |
| 3 | Maintainer: Julien (jvoisin) Voisin <julien.voisin+snuffleupagus@dustri.org> | 3 | Maintainer: Julien (jvoisin) Voisin <julien.voisin+snuffleupagus@dustri.org> |
| 4 | Build-Depends: debhelper-compat (= 12), dh-php, php-curl <!nocheck>, php-xml <!nocheck>, php7.0-dev | php7.1-dev | php7.2-dev | php7.3-dev | php7.4-dev | php8.0-dev | php8.1-dev | php8.2-dev | php8.3-dev | 4 | Build-Depends: debhelper-compat (= 12), dh-php, php-curl <!nocheck>, php-xml <!nocheck>, php7.0-dev | php7.1-dev | php7.2-dev | php7.3-dev | php7.4-dev | php8.0-dev | php8.1-dev | php8.2-dev | php8.3-dev | php8.4-dev |
| 5 | Standards-Version: 4.6.2 | 5 | Standards-Version: 4.6.2 |
| 6 | Rules-Requires-Root: no | 6 | Rules-Requires-Root: no |
| 7 | Homepage: https://snuffleupagus.readthedocs.io | 7 | Homepage: https://snuffleupagus.readthedocs.io |
