Initial commit

This commit is contained in:
Colmaris 2019-02-19 12:13:28 +01:00
commit 8910dc207d
14 changed files with 388 additions and 0 deletions

36
source/debian/rules Executable file
View file

@ -0,0 +1,36 @@
#!/usr/bin/make -f
build:
build-arch:
build-indep:
clean:
dh_testdir
dh_testroot
dh_clean
install:
dh_install coldmotd /usr/local/bin
dh_install motd-maint /etc/
dh_install openvz /usr/local/bin
dh_install lxc /usr/local/bin
dh_testdir
dh_testroot
binary-arch:
binary-indep: install
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_fixperms
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: clean install binary-arch binary-indep binary