1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-11 05:48:01 -05:00

* build binary as well for testing

This commit is contained in:
Reinhard Pointner 2014-12-29 13:24:31 +00:00
parent df74ec5e4c
commit 1c09d98e95

View File

@ -406,9 +406,8 @@
<untar src="${path.tarbin}" dest="${dir.debsrc}" compression="gzip" />
<!-- debuild -S -->
<exec dir="${dir.debsrc}" executable="debuild">
<arg line="-S" />
</exec>
<exec dir="${dir.debsrc}" executable="debuild" />
<!-- tar cvzf filebot-4.5.2-debsrc.tar.gz *.dsc *.changes *.tar.gz -->
<tar destfile="${path.debsrc}" compression="gzip">
<tarfileset dir="${dir.debsrc}/.." includes="*.dsc, *.changes, *.tar.gz" />