From patchwork Tue Mar 31 15:19:30 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: maximilian attems X-Patchwork-Id: 15399 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n2VFJ6Dv011576 for ; Tue, 31 Mar 2009 15:19:07 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759305AbZCaPTH (ORCPT ); Tue, 31 Mar 2009 11:19:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759087AbZCaPTH (ORCPT ); Tue, 31 Mar 2009 11:19:07 -0400 Received: from baikonur.stro.at ([213.239.196.228]:55720 "EHLO baikonur.stro.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757343AbZCaPTE (ORCPT ); Tue, 31 Mar 2009 11:19:04 -0400 Received: from dual (sputnik.itp.tuwien.ac.at [128.131.48.177]) by baikonur.stro.at (Postfix) with ESMTP id 573F75C001; Tue, 31 Mar 2009 17:16:09 +0200 (CEST) Received: by dual (Postfix, from userid 1000) id 82F4324187; Tue, 31 Mar 2009 17:19:33 +0200 (CEST) From: maximilian attems To: linux-kbuild@vger.kernel.org Cc: sam@ravnborg.org, akpm@linux-foundation.org, maximilian attems , Andres Salomon Subject: [PATCH 5/7] deb-pkg: Generate a debian/copyright Date: Tue, 31 Mar 2009 17:19:30 +0200 Message-Id: <1238512772-21180-5-git-send-email-max@stro.at> X-Mailer: git-send-email 1.6.2.1 In-Reply-To: <1238512772-21180-4-git-send-email-max@stro.at> References: <1238512772-21180-1-git-send-email-max@stro.at> <1238512772-21180-2-git-send-email-max@stro.at> <1238512772-21180-3-git-send-email-max@stro.at> <1238512772-21180-4-git-send-email-max@stro.at> X-Virus-Scanned: by Amavis (ClamAV) at stro.at Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org add a basic debian/copyright to the binary package. Cc: Andres Salomon Signed-off-by: maximilian attems --- scripts/package/builddeb | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 9d21ec5..c9ff47e 100644 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -91,6 +91,26 @@ linux-2.6 ($version-$revision) unstable; urgency=low -- ${maintainer} $(date -R) EOF +# Generate copyright file +cat < debian/copyright +This is a packacked upstream version of the Linux kernel. + +The sources may be found at most Linux ftp sites, including +ftp://ftp.kernel.org/pub/linux/kernel + +Copyright: 1991 - 2008 Linus Torvalds and others. + +see git history +git://git.eu.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + +On Debian GNU/Linux systems, the complete text of the GNU General Public +License version 2 can be found in \`/usr/share/common-licenses/GPL-2'. +EOF + # Generate a control file if [ "$ARCH" == "um" ]; then