summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--debian/control2
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 @@
1Source: snuffleupagus 1Source: snuffleupagus
2Priority: optional 2Priority: optional
3Maintainer: Julien (jvoisin) Voisin <julien.voisin+snuffleupagus@dustri.org> 3Maintainer: Julien (jvoisin) Voisin <julien.voisin+snuffleupagus@dustri.org>
4Build-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 4Build-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
5Standards-Version: 4.6.2 5Standards-Version: 4.6.2
6Rules-Requires-Root: no 6Rules-Requires-Root: no
7Homepage: https://snuffleupagus.readthedocs.io 7Homepage: https://snuffleupagus.readthedocs.io