From e78c18c6ca592c1891708622fabb148828c33f2d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 8 Dec 2016 15:36:28 +0100 Subject: Improve a bit the debian packaging --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af9badb..5e03fd6 100644 --- a/Makefile +++ b/Makefile @@ -14,11 +14,8 @@ extract: git checkout php-malware-finder/php.yar git checkout php-malware-finder/asp.yar -set_distribution: - sed -e "s/##version/${DEBVER}/" -i php-malware-finder/debian/changelog - rpm: @echo "no rpm build target for now, feel free to submit one" -deb: debclean extract set_distribution - cd php-malware-finder && debuild -b -us -uc --lintian-opts -X po-debconf +deb: debclean extract + cd php-malware-finder && debuild -b -us -uc --lintian-opts -X po-debconf --profile debian -- cgit v1.3