Commit b8e75e6a authored by Syam G K's avatar Syam G K

Merge branch 'fix-wallpaper' into 'master'

Fix: hamara-wallpapers package See merge request !2
parents 1ee5bbc7 37b2496c
Pipeline #1592 failed 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