From a95666b792b33bbcf3bccb1e255a3d5de1a3f02b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 18 Apr 2007 20:46:58 +0000 Subject: [PATCH 1/1] Added Debian style copyright. --- Makefile.am | 1 + debian/copyright | 14 ++++++++++++++ debian/rules | 3 +-- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 debian/copyright diff --git a/Makefile.am b/Makefile.am index 8ba358f..f81b3f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,6 +13,7 @@ dist-hook: mkdir $(distdir)/debian cp $(srcdir)/debian/control $(distdir)/debian cp $(srcdir)/debian/changelog $(distdir)/debian + cp $(srcdir)/debian/copyright $(distdir)/debian cp $(srcdir)/debian/rules $(distdir)/debian cp $(srcdir)/debian/*.install $(distdir)/debian cp $(srcdir)/debian/*.manpages $(distdir)/debian diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..e0ea1b0 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,14 @@ +This package was debianized by Adam Dickmeiss . + +It was downloaded from http://ftp.indexdata.dk/pub/yazproxy/ + +YAZ Proxy is Copyright (C) 1999-2007 Index Data ApS + +YAZ Proxy is primarily written by Adam Dickmeiss. + +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 2007-04-18 20:46:58 adam Exp $ diff --git a/debian/rules b/debian/rules index 5010daf..6b9277c 100755 --- a/debian/rules +++ b/debian/rules @@ -85,9 +85,8 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot - cp LICENSE debian/copyright dh_installdocs -A README - dh_installchangelogs NEWS + dh_installchangelogs dh_installdocs dh_installexamples mv debian/tmp/usr/share/doc/yazproxy debian/tmp/usr/share/doc/yazproxy-doc -- 1.7.10.4