diff options
| author | Christian Göttsche | 2023-12-13 20:45:49 +0100 |
|---|---|---|
| committer | Julien Voisin | 2023-12-13 20:56:26 +0100 |
| commit | b772a0b53e6aa6b5b8015fbb4f190f3fa25aa5ee (patch) | |
| tree | dae4b5f2c02b4305d9e36943690df6ce5980d946 /debian/control | |
| parent | 4c37ccb166e1086193a868ce34131d455f002ba2 (diff) | |
debian: add missing dh-php build dependency
Diffstat (limited to '')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7ddf1e2..c80b2bb 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 (>= 9), php-curl, php-xml, 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 (>= 9), dh-php, php-curl, php-xml, 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 |
| 5 | Standards-Version: 4.1.3 | 5 | Standards-Version: 4.1.3 |
| 6 | Homepage: https://github.com/jvoisin/snuffleupagus | 6 | Homepage: https://github.com/jvoisin/snuffleupagus |
| 7 | Section: php | 7 | Section: php |
