diff options
| -rw-r--r-- | debian/control | 5 | ||||
| -rw-r--r-- | debian/copyright | 2 | ||||
| -rw-r--r-- | debian/snuffleupagus.examples | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 930dbac..7ddf1e2 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 | 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 |
| 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 |
| @@ -10,5 +10,4 @@ Vcs-Git: https://github.com/jvoisin/snuffleupagus | |||
| 10 | Package: snuffleupagus | 10 | Package: snuffleupagus |
| 11 | Architecture: any | 11 | Architecture: any |
| 12 | Depends: ${shlibs:Depends}, ${misc:Depends} | 12 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 13 | Description: Hardening for your php7 stack | 13 | Description: Security module for php7 and php8 |
| 14 | Snuffleupagus is cool | ||
diff --git a/debian/copyright b/debian/copyright index af8f542..350a7b7 100644 --- a/debian/copyright +++ b/debian/copyright | |||
| @@ -4,5 +4,5 @@ Upstream-Contact: Julien (jvoisin) Voisin <julien.voisin+snuffleupagus@dustri.or | |||
| 4 | Source: https://github.com/jvoisin/snuffleupagus | 4 | Source: https://github.com/jvoisin/snuffleupagus |
| 5 | 5 | ||
| 6 | Files: * | 6 | Files: * |
| 7 | Copyright: 2017 NBS System | 7 | Copyright: 2017-2018 NBS System, 2018 Julien Voisin |
| 8 | License: LGPL | 8 | License: LGPL |
diff --git a/debian/snuffleupagus.examples b/debian/snuffleupagus.examples index 0073bab..1ed42a3 100644 --- a/debian/snuffleupagus.examples +++ b/debian/snuffleupagus.examples | |||
| @@ -1 +1,2 @@ | |||
| 1 | config/default.rules | 1 | config/default.rules |
| 2 | config/default_php8.rules | ||
