--- /dev/null
+This is the Debian-packaged version of VideoLink.
+
+Copyright 2005, 2006 Ben Hutchings <ben@decadent.org.uk>.
+
+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'.
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