diff options
| author | Julien Voisin | 2015-03-24 11:49:50 +0100 |
|---|---|---|
| committer | Julien Voisin | 2015-03-24 11:49:50 +0100 |
| commit | 9e6f1ced23176a5b4b424fa58ba58b04e975263f (patch) | |
| tree | d6fab0ab652c8e0127b254044742c7617ce3992f /package/Makefile | |
| parent | d3e3e2e8cd0e79ad388c55650d6ffb459c4f1182 (diff) | |
Add packaging stuff dor debian!
Diffstat (limited to '')
| -rw-r--r-- | package/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile new file mode 100644 index 0000000..db3eb40 --- /dev/null +++ b/package/Makefile | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | BUILDDIR=debian/build | ||
| 2 | VERSION=1.0 | ||
| 3 | |||
| 4 | clean: | ||
| 5 | rm -Rf ${BUILDDIR} | ||
| 6 | rm -f debian/*.log | ||
| 7 | |||
| 8 | fetch: | ||
| 9 | git clone git@gitlab.nbs-system.com:packages/php-malware-finder.git | ||
| 10 | |||
| 11 | extract: fetch | ||
| 12 | mv php-malware-finder ${BUILDDIR} | ||
| 13 | |||
| 14 | package: clean extract | ||
| 15 | debuild -b -us -uc --lintian-opts -X po-debconf \ No newline at end of file | ||
