From b5b9a40216a338472c3410c8e2554a7a8a900a60 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 11 Sep 2002 20:27:52 +0000 Subject: [PATCH] Make proper copyright file for Debian --- Makefile.am | 3 ++- debian/changelog | 8 +++++++- debian/copyright | 15 +++++++++++++++ debian/postinst | 2 -- debian/rules | 1 - 5 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 debian/copyright diff --git a/Makefile.am b/Makefile.am index 2096f0d..e23d086 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.5 2002-09-05 14:36:20 adam Exp $ +## $Id: Makefile.am,v 1.6 2002-09-11 20:27:52 adam Exp $ AUTOMAKE_OPTIONS=foreign @@ -24,6 +24,7 @@ dist-hook: cp $(srcdir)/debian/changelog $(distdir)/debian cp $(srcdir)/debian/rules $(distdir)/debian cp $(srcdir)/debian/postinst $(distdir)/debian + cp $(srcdir)/debian/copyright $(distdir)/debian rpm: $(PACKAGE)-$(VERSION).tar.gz diff --git a/debian/changelog b/debian/changelog index 11a8ebb..85910d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +idzebra (1.3.2-2) unstable; urgency=low + + * copyright refers to GPL-2 rather than including it. + + -- Adam Dickmeiss Wed, 11 Sep 2002 22:10:11 +0100 + idzebra (1.3.2-1) unstable; urgency=low * Second debian package - -- Adam Dickmeiss Wed, 9 Sep 2002 11:23:51 +0100 + -- Adam Dickmeiss Mon, 9 Sep 2002 11:23:51 +0100 zebra (1.3.1-1) unstable; urgency=low diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..8ef1e3b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,15 @@ +This package was created by Adam Dickmeiss on +Wed, 5 Sep 2002 16:33:09 +0100. + +It was downloaded from http://ftp.indexdata.dk/pub/zebra/ + +Copyright: + +Copyright (c) 1995-2002 Index Data ApS. + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL'. + +$Id: copyright,v 1.1 2002-09-11 20:27:53 adam Exp $ diff --git a/debian/postinst b/debian/postinst index 82f5f06..bfa9a1d 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,2 @@ #!/bin/bash - # Postinst script for Zebra -ldconfig diff --git a/debian/rules b/debian/rules index b845859..7c99721 100755 --- a/debian/rules +++ b/debian/rules @@ -93,7 +93,6 @@ binary-arch: build install dh_testroot dh_movefiles -p idzebra usr/share/idzebra usr/bin - cp LICENSE.zebra debian/copyright cp CHANGELOG changelog dh_installdocs --all README TODO changelog debian/copyright -- 1.7.10.4