diff options
| -rw-r--r-- | .github/workflows/release.yml | 2 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 535452e..b195b72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -56,7 +56,7 @@ jobs: | |||
| 56 | - name: Install deps | 56 | - name: Install deps |
| 57 | run: | | 57 | run: | |
| 58 | export DEBIAN_FRONTEND=noninteractive | 58 | export DEBIAN_FRONTEND=noninteractive |
| 59 | export PACKAGES_TO_INSTALL="fakeroot php-xml php-curl dpkg-dev gcc make libpcre3-dev dh-php php-dev build-essential" | 59 | export PACKAGES_TO_INSTALL="fakeroot php-xml php-curl dpkg-dev gcc make libpcre2-dev dh-php php-dev build-essential" |
| 60 | apt-get -qqy --no-install-recommends install $PACKAGES_TO_INSTALL || | 60 | apt-get -qqy --no-install-recommends install $PACKAGES_TO_INSTALL || |
| 61 | sudo apt-get -qqy --no-install-recommends install $PACKAGES_TO_INSTALL | 61 | sudo apt-get -qqy --no-install-recommends install $PACKAGES_TO_INSTALL |
| 62 | - name: Build debs | 62 | - name: Build debs |
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 |
