chiark / gitweb /
changelog: Finalise 2.2
[innduct.git] / debian / rules
1 #!/usr/bin/make -f
2
3 SHELL=/bin/bash
4
5 %:
6         dh "$@"
7
8 override_dh_autoreconf:
9         dh_autoreconf ./autogen.sh
10
11 execute_after_dh_installdocs:
12         @# This is the same as debian/copyright
13         @# We make a symlink since it's referred to by the executable
14         cmp debian/innduct/usr/share/doc/innduct/{copyright,LICENCE.txt}
15         ln -sf copyright debian/innduct/usr/share/doc/innduct/LICENCE.txt