summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjvoisin2016-12-08 15:36:28 +0100
committerjvoisin2016-12-08 15:36:28 +0100
commite78c18c6ca592c1891708622fabb148828c33f2d (patch)
treef17b9a96dd592a0a956a0b729ec6c20146825586 /Makefile
parent01f26032044b75b7188980cc375cbf4bd16cd337 (diff)
Improve a bit the debian packaging
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index af9badb..5e03fd6 100644
--- a/Makefile
+++ b/Makefile
@@ -14,11 +14,8 @@ extract:
14 git checkout php-malware-finder/php.yar 14 git checkout php-malware-finder/php.yar
15 git checkout php-malware-finder/asp.yar 15 git checkout php-malware-finder/asp.yar
16 16
17set_distribution:
18 sed -e "s/##version/${DEBVER}/" -i php-malware-finder/debian/changelog
19
20rpm: 17rpm:
21 @echo "no rpm build target for now, feel free to submit one" 18 @echo "no rpm build target for now, feel free to submit one"
22 19
23deb: debclean extract set_distribution 20deb: debclean extract
24 cd php-malware-finder && debuild -b -us -uc --lintian-opts -X po-debconf 21 cd php-malware-finder && debuild -b -us -uc --lintian-opts -X po-debconf --profile debian