From: Ben Hutchings Date: Thu, 10 Aug 2006 20:55:13 +0000 (+0000) Subject: Added Debian-specific copyright file. X-Git-Tag: 0.8~2 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=commitdiff_plain;h=50c750d291d57acaa0148d1c4a9c6afa31e387c0 Added Debian-specific copyright file. --- diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d0465d9 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,19 @@ +This is the Debian-packaged version of VideoLink. + +Copyright 2005, 2006 Ben Hutchings . + +VideoLink is licenced under the GNU GPL, version 2, with the following +additions: + +A. You may combine and distribute VideoLink and derivative works with + libraries licenced under the GNU LGPL without exercising the option to + treat them as licenced under the GPL. + +B. When distributing VideoLink or derivative works without source code + included you must ensure that the documentation retains the notice that + "this software is based in part on the work of the Independent JPEG + Group", or else remove the code contained in jquant2.c to which that + notice applies. + +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL'. diff --git a/debian/rules b/debian/rules index bfd7be2..d3a546c 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ binary-arch : build MOZ_VERSION=$$(dpkg-query -W --showformat='$${version}' mozilla-browser | sed 's/+b[0-9]*$$//') \ && echo "mozilla:Depends=mozilla-browser (>= $$MOZ_VERSION), mozilla-browser (<< $$MOZ_VERSION.0)" >> debian/videolink.substvars mkdir -p -m755 debian/videolink/usr/share/doc/videolink - install -m644 COPYING debian/videolink/usr/share/doc/videolink/copyright + install -m644 debian/copyright debian/videolink/usr/share/doc/videolink/copyright mkdir -p -m755 debian/videolink/usr/share/man/man1 install -m644 videolink.1 debian/videolink/usr/share/man/man1/ dh_installchangelogs ChangeLog