diff options
| author | Julien Voisin | 2015-03-24 11:49:50 +0100 |
|---|---|---|
| committer | Julien Voisin | 2015-03-24 11:49:50 +0100 |
| commit | 9e6f1ced23176a5b4b424fa58ba58b04e975263f (patch) | |
| tree | d6fab0ab652c8e0127b254044742c7617ce3992f /package/debian/control | |
| parent | d3e3e2e8cd0e79ad388c55650d6ffb459c4f1182 (diff) | |
Add packaging stuff dor debian!
Diffstat (limited to 'package/debian/control')
| -rw-r--r-- | package/debian/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/debian/control b/package/debian/control new file mode 100644 index 0000000..42a8839 --- /dev/null +++ b/package/debian/control | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | Source: nbs-phpmalwarefinder | ||
| 2 | Section: utils | ||
| 3 | Priority: optional | ||
| 4 | Maintainer: Julien Voisin <jvo@nbs-system.com> | ||
| 5 | Build-Depends: debhelper (>= 9) | ||
| 6 | Standards-Version: 3.9.5 | ||
| 7 | Vcs-Git: git@gitlab.nbs-system.com:packages/php-malware-finder.git | ||
| 8 | Vcs-Browser: gitlab.nbs-system.com:packages/php-malware-finder.git | ||
| 9 | |||
| 10 | Package: nbs-phpmalwarefinder | ||
| 11 | Architecture: any | ||
| 12 | Depends: nbs-yara | ||
| 13 | Description: yara-based php webshell finder | ||
| 14 | PhpMalwareFinder is a webshell hunter using yara and signatures. \ No newline at end of file | ||
