diff options
| author | jvoisin | 2016-12-08 15:36:28 +0100 |
|---|---|---|
| committer | jvoisin | 2016-12-08 15:36:28 +0100 |
| commit | e78c18c6ca592c1891708622fabb148828c33f2d (patch) | |
| tree | f17b9a96dd592a0a956a0b729ec6c20146825586 /Makefile | |
| parent | 01f26032044b75b7188980cc375cbf4bd16cd337 (diff) | |
Improve a bit the debian packaging
Diffstat (limited to '')
| -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 |
