Commit 37b2496c authored by sgk's avatar sgk

Copy the rules file from sugam

parent 1ee5bbc7
Pipeline #1591 canceled with stage
#!/usr/bin/make -f
%:
dh $@
build:
clean:
dh_testdir
dh_testroot
dh_clean
binary-indep:
dh_clean
dh_testdir
dh_testroot
dh_installchangelogs
# dh_installdocs
cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d | cut -d/ -f2`
dh_fixperms
dh_compress
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
binary-arch:
binary: binary-indep binary-arch
.PHONY: binary binary-arch binary-indep clean build
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment