diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
| @@ -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 | ||
| 17 | set_distribution: | ||
| 18 | sed -e "s/##version/${DEBVER}/" -i php-malware-finder/debian/changelog | ||
| 19 | |||
| 20 | rpm: | 17 | rpm: |
| 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 | ||
| 23 | deb: debclean extract set_distribution | 20 | deb: 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 |
