diff options
| author | jvoisin | 2016-12-08 15:17:02 +0100 |
|---|---|---|
| committer | jvoisin | 2016-12-08 15:17:02 +0100 |
| commit | 01f26032044b75b7188980cc375cbf4bd16cd337 (patch) | |
| tree | b00d0ac2e7055474d13099405cf0c60589c9e123 | |
| parent | 6073d15c4cfdb02b3c1944a75e78f34b0e7b5fc3 (diff) | |
Fix `make deb` warnings
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | debian/conffiles | 1 | ||||
| -rw-r--r-- | debian/control | 3 |
3 files changed, 2 insertions, 4 deletions
| @@ -15,7 +15,7 @@ extract: | |||
| 15 | git checkout php-malware-finder/asp.yar | 15 | git checkout php-malware-finder/asp.yar |
| 16 | 16 | ||
| 17 | set_distribution: | 17 | set_distribution: |
| 18 | sed -e "s/##version/${DEBVER}/" -i php-malware-finder/debian/control php-malware-finder/debian/changelog | 18 | sed -e "s/##version/${DEBVER}/" -i php-malware-finder/debian/changelog |
| 19 | 19 | ||
| 20 | rpm: | 20 | rpm: |
| 21 | @echo "no rpm build target for now, feel free to submit one" | 21 | @echo "no rpm build target for now, feel free to submit one" |
diff --git a/debian/conffiles b/debian/conffiles index 914bccc..e69de29 100644 --- a/debian/conffiles +++ b/debian/conffiles | |||
| @@ -1 +0,0 @@ | |||
| 1 | /etc/phpmalwarefinder/whitelists/custom.yar | ||
diff --git a/debian/control b/debian/control index 7d8caee..2afd8c0 100644 --- a/debian/control +++ b/debian/control | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | Source: nbs-phpmalwarefinder | 1 | Source: nbs-phpmalwarefinder |
| 2 | Section: utils | 2 | Section: utils |
| 3 | Version: 1:0.1.1-1~deb##version+nbs20150428 | ||
| 4 | Priority: optional | 3 | Priority: optional |
| 5 | Maintainer: Security team <secu@nbs-system.com> | 4 | Maintainer: Security team <secu@nbs-system.com> |
| 6 | Build-Depends: debhelper (>= 8) | 5 | Build-Depends: debhelper (>= 8) |
| @@ -10,6 +9,6 @@ Vcs-Browser: https://github.com/nbs-system/php-malware-finder | |||
| 10 | 9 | ||
| 11 | Package: nbs-phpmalwarefinder | 10 | Package: nbs-phpmalwarefinder |
| 12 | Architecture: any | 11 | Architecture: any |
| 13 | Depends: nbs-yara, util-linux, wget, nbs-python-yara | 12 | Depends: nbs-yara, wget, nbs-python-yara |
| 14 | Description: yara-based php webshell finder | 13 | Description: yara-based php webshell finder |
| 15 | PhpMalwareFinder is a webshell and malware hunter using yara and signatures. | 14 | PhpMalwareFinder is a webshell and malware hunter using yara and signatures. |
