debian: Add packaging

This commit is contained in:
dsx
2017-02-21 15:57:06 -05:00
committed by James Shubin
parent 8fb0373f82
commit 94c8bc1de9
11 changed files with 164 additions and 0 deletions

15
debian/rules vendored Executable file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/make -f
export DH_OPTIONS
export DH_GOPKG := mgmt
export DH_GOLANG_INSTALL_ALL := 1
unexport GOROOT
override_dh_auto_build:
make build
override_dh_auto_test:
@echo "Tests are disabled for now"
%:
dh $@ --with=systemd