2018-10-24 14:10:39 -07:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
# See debhelper(7) (uncomment to enable)
|
|
|
|
# output every command that modifies files on the build system.
|
|
|
|
#DH_VERBOSE = 1
|
|
|
|
|
|
|
|
%:
|
|
|
|
dh $@
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -rf $(CURDIR)/build
|
2018-12-05 15:12:49 -08:00
|
|
|
rm -rf $(CURDIR)/debian/asutralis
|
|
|
|
rm -rf $(CURDIR)/debian/australis.debhelper.log
|
|
|
|
rm -rf $(CURDIR)/debian/debhelper-build-stamp
|
|
|
|
rm -rf $(CURDIR)/debian/files
|
|
|
|
rm -rf $(CURDIR)/debian/australis.substvars
|
2018-10-24 14:10:39 -07:00
|
|
|
|
|
|
|
override_dh_auto_build:
|
|
|
|
mkdir $(CURDIR)/build
|
2018-12-28 09:00:53 -08:00
|
|
|
/usr/local/go/bin/go build -o build/australis
|
2018-12-05 15:12:49 -08:00
|
|
|
build/australis autocomplete --filename=build/australis.bash
|