X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=blobdiff_plain;f=debian%2Frules;h=97072131a49b20eaee11fa4ebc8f4c5c6ad8c693;hp=d087b53263e505b576982cc0225a7f70be8354e5;hb=f11f140b51724bddc1a20c66680d657a4ec6ef96;hpb=1a017143ebac95c3216f86b2602457cb25d785d8 diff --git a/debian/rules b/debian/rules index d087b53..9707213 100755 --- a/debian/rules +++ b/debian/rules @@ -4,3 +4,6 @@ export PYBUILD_INSTALL_DIR=/usr/share/hippotat/python3 %: dh $@ --with python3 --buildsystem=pybuild + +debian/copyright: COPYING AGPLv3+CAFv2 + cat $^ >$@.tmp && mv -f $@.tmp $@