Initial commit
This commit is contained in:
commit
8910dc207d
14 changed files with 388 additions and 0 deletions
36
source/debian/rules
Executable file
36
source/debian/rules
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue