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

SHELL=/bin/bash

%:
	dh "$@"

override_dh_autoreconf:
	dh_autoreconf ./autogen.sh

execute_after_dh_installdocs:
	@# This is the same as debian/copyright
	@# We make a symlink since it's referred to by the executable
	cmp debian/innduct/usr/share/doc/innduct/{copyright,LICENCE.txt}
	ln -sf copyright debian/innduct/usr/share/doc/innduct/LICENCE.txt