packaging: create debian/copyright
[hippotat] / debian / rules
index d087b53..9707213 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 $@