From: Ian Jackson Date: Tue, 10 Mar 2020 14:53:38 +0000 (+0000) Subject: packaging: Add missing reference to GPL in common-licenses X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=ac0696b5d2aa04c3634937a0403e073434a6d771;p=chiark-tcl-applet.git packaging: Add missing reference to GPL in common-licenses Prompted by lintian. Signed-off-by: Ian Jackson --- diff --git a/debian/copyright.tail b/debian/copyright.tail new file mode 100644 index 0000000..07491c8 --- /dev/null +++ b/debian/copyright.tail @@ -0,0 +1,3 @@ + . + On Debian systems a copy of the GPLv3 can be found in + /usr/share/common-licenses/GPL-3 diff --git a/debian/rules b/debian/rules index 867ea35..8acaaec 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,10 @@ export prefix=/usr %: dh $@ -debian/copyright: debian/copyright.head README debian/rules +debian/copyright: debian/copyright.head debian/copyright.tail \ + README debian/rules cat >$@.tmp debian/copyright.head sed >>$@.tmp >$@.tmp debian/copyright.tail mv -f $@.tmp $@