diff options
| -rw-r--r-- | package/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/Makefile b/package/Makefile index db3eb40..74a305b 100644 --- a/package/Makefile +++ b/package/Makefile | |||
| @@ -11,5 +11,8 @@ fetch: | |||
| 11 | extract: fetch | 11 | extract: fetch |
| 12 | mv php-malware-finder ${BUILDDIR} | 12 | mv php-malware-finder ${BUILDDIR} |
| 13 | 13 | ||
| 14 | package: clean extract | 14 | set_distribution: |
| 15 | debuild -b -us -uc --lintian-opts -X po-debconf \ No newline at end of file | 15 | sed -e "s/##version/`cut -d'.' -f1 < /etc/debian_version`/" -i debian/control debian/changelog |
| 16 | |||
| 17 | package: clean extract set_distribution | ||
| 18 | debuild -b -us -uc --lintian-opts -X po-debconf | ||
