chiark / gitweb /
packaging: create debian/copyright
[hippotat.git] / debian / rules
index d087b53263e505b576982cc0225a7f70be8354e5..97072131a49b20eaee11fa4ebc8f4c5c6ad8c693 100755 (executable)
@@ -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 $@