diff options
| author | Viktor Szépe | 2019-01-08 00:15:36 +0100 |
|---|---|---|
| committer | jvoisin | 2019-01-07 23:15:36 +0000 |
| commit | 5e3ce30b1eadea34b6af1be46749b8f97540a9e2 (patch) | |
| tree | f6bfddefa595d0fbc5fe010bd49eddfe9b427b96 /debian/control | |
| parent | 00791045c72332860e99fcc361e4585e037d9145 (diff) | |
Depend on shlibs in Debian
This should fix the following lintian warning:
> W: snuffleupagus: missing-depends-line
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 a413342..5ec0480 100644 --- a/debian/control +++ b/debian/control | |||
| @@ -9,6 +9,6 @@ Vcs-Git: https://github.com/nbs-system/snuffleupagus | |||
| 9 | 9 | ||
| 10 | Package: snuffleupagus | 10 | Package: snuffleupagus |
| 11 | Architecture: any | 11 | Architecture: any |
| 12 | Depends: ${misc:Depends} | 12 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 13 | Description: Hardening for your php7 stack | 13 | Description: Hardening for your php7 stack |
| 14 | Snuffleupagus is cool | 14 | Snuffleupagus is cool |
