From 01f26032044b75b7188980cc375cbf4bd16cd337 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 8 Dec 2016 15:17:02 +0100 Subject: Fix `make deb` warnings --- Makefile | 2 +- debian/conffiles | 1 - debian/control | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9c5e00e..af9badb 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ extract: git checkout php-malware-finder/asp.yar set_distribution: - sed -e "s/##version/${DEBVER}/" -i php-malware-finder/debian/control php-malware-finder/debian/changelog + sed -e "s/##version/${DEBVER}/" -i php-malware-finder/debian/changelog rpm: @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 @@ -/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 @@ Source: nbs-phpmalwarefinder Section: utils -Version: 1:0.1.1-1~deb##version+nbs20150428 Priority: optional Maintainer: Security team Build-Depends: debhelper (>= 8) @@ -10,6 +9,6 @@ Vcs-Browser: https://github.com/nbs-system/php-malware-finder Package: nbs-phpmalwarefinder Architecture: any -Depends: nbs-yara, util-linux, wget, nbs-python-yara +Depends: nbs-yara, wget, nbs-python-yara Description: yara-based php webshell finder PhpMalwareFinder is a webshell and malware hunter using yara and signatures. -- cgit v1.3