]> git.decadent.org.uk Git - videolink.git/commitdiff
Added Debian-specific copyright file.
authorBen Hutchings <ben@decadent.org.uk>
Thu, 10 Aug 2006 20:55:13 +0000 (20:55 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 23:54:41 +0000 (23:54 +0000)
debian/copyright [new file with mode: 0644]
debian/rules

diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..d0465d9
--- /dev/null
@@ -0,0 +1,19 @@
+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'.
index bfd7be23cc2f5a0e6c547c8a40fed48dcb858e32..d3a546c7c37a5d923e67e541d4f8578144f38a2d 100755 (executable)
@@ -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