summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 3256c4d5f7b7b7a377cb0b12f907c7a878368a88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh ${@}

execute_after_dh_install:
	# Removing useless files
	rm -f debian/dnsjit/usr/share/doc/dnsjit/LICENSE
	rm -f debian/dnsjit/usr/share/doc/dnsjit/README.md

execute_after_dh_installexamples:
	# Moving examples
	mkdir -p debian/dnsjit/usr/share/doc/dnsjit/examples
	mv debian/dnsjit/usr/share/doc/dnsjit/*.lua debian/dnsjit/usr/share/doc/dnsjit/examples