With the attached patch.
-- adn Mohammed Adnène Trojette
diff -u stalin-0.9+0.10alpha2/debian/copyright stalin-0.9+0.10alpha2/debian/copyright --- stalin-0.9+0.10alpha2/debian/copyright +++ stalin-0.9+0.10alpha2/debian/copyright @@ -4,8 +4,183 @@ +The current Debian maintainer is Rob Browning <[EMAIL PROTECTED]>. + +Upstream: +--------- + The upstream source was obtained from ftp://ftp.ecn.purdue.edu/qobi/stalin-0.10alpha2.tgz +Upstream Authors: +----------------- + +Jeffrey Mark Siskind <[EMAIL PROTECTED]> is the main author of +stalin. + +Rob Browning <[EMAIL PROTECTED]>, Jeffrey B. Siegal <[EMAIL PROTECTED]>, +Bengt Kleberg <[EMAIL PROTECTED]> and Sven Hartrumpf +<[EMAIL PROTECTED]> contributed portions of the code and +documentation. + +Some benchmarks were written and modified by the people listed in the +beginning of the files and not the people reported above. + +Example: benchmarks/boyer.sc + + File: boyer.sc + Description: The Boyer benchmark + Author: Bob Boyer + Created: 5-Apr-85 + Modified: 10-Apr-85 14:52:20 (Bob Shaw) + 22-Jul-87 (Will Clinger) + 23-May-94 (Qobi) + 31-Mar-98 (Qobi) + Copyright: +---------- + +Here are people who hold a Copyright on portions of the code and +documentation: + + Copyright 1985, Yale University + Copyright 1989, 1991 Free Software Foundation, Inc. + Copyright 1991, 1993 Aubrey Jaffer. + Copyright 1993, 1994, and 1995 University of Toronto. All rights reserved. + Copyright 1996 and 1997, University of Toronto. All rights reserved. + Copyright 1996 and 1997, University of Vermont. All rights reserved. + Copyright 1996, Technion. All rights reserved. + Copyright 1997, 1998, 1999, 2000, and 2001, NEC Research Institute, Inc. All + Copyright 1998, NEC Research Institute, Inc. All rights reserved. + Copyright 2002 and 2003, Purdue University. All rights reserved. + +Details are in the headers of the files. + +License: +-------- + +1/ + +The following files are released under the terms of the GNU General +Public License (see below): + include/parallel-QobiScheme.sc + include/QobiScheme.sc + include/Scheme-to-C-compatibility.sc + include/xlib.sc + lenin.sc + source/stalin1.sc + source/stalin2.sc + source/stalin3a.sc + source/stalin3b.sc + source/stalin4a.sc + source/stalin4b.sc + source/stalin4c.sc + source/stalin4d.sc + source/stalin5a.sc + source/stalin5b.sc + source/stalin5c.sc + source/stalin5d.sc + source/stalin5e.sc + source/stalin.sc + stalin.el + stalin.sc + + 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; either version 2 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License with + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; + if not, write to the Free Software Foundation, Inc., 59 Temple Place, + Suite 330, Boston, MA 02111-1307 USA + + On Debian systems, the complete text of the GNU General Public + License, version 2, can be found in /usr/share/common-licenses/GPL-2. + +2/ + +The benchmarks directory contains various benchmarks and examples. + boyer: version obtained from Scheme repository; also available from Debray and Jagannathan & Wright + graphs: version obtained from Jagannathan & Wright; also available from Debray + lattice: version obtained from Jagannathan & Wright; also available from Debray + nucleic2: pseudoknot-strict; also available from Clinger and Jagannathan & Wright + matrix: version obtained from Debray; also available from Jagannathan & Wright + earley: version obtained from Debray + scheme: version obtained from Debray + conform: version obtained from Debray + nboyer: version obtained from Clinger + sboyer: version obtained from Clinger + dynamic: version obtained from Clinger; also available from Jagannathan & Wright + fannkuch: version obtained from Haible + simplex: version obtained from Siskind + em-functional: version obtained from Siskind + em-imperative: version obtained from Siskind + nfm: version obtained from Siskind + integ: version obtained from O'Keefe + gold: version obtained from O'Keefe + sort: version obtained from O'Keefe + rrr: version obtained from Siskind + +In this directory, the following files are in the public domain: + benchmarks/boyer.sc + benchmarks/sboyer.sc + benchmarks/dderiv.sc + benchmarks/ctak.sc + benchmarks/nboyer.sc + benchmarks/fprint.sc + benchmarks/div-iter.sc + benchmarks/tprint.sc + benchmarks/takl.sc + benchmarks/takr.sc + benchmarks/traverse-init.sc + benchmarks/puzzle.sc + benchmarks/fft.sc + benchmarks/fread.sc + benchmarks/tak.sc + benchmarks/deriv.sc + benchmarks/traverse.sc + benchmarks/destruct.sc + benchmarks/cpstak.sc + benchmarks/browse.sc + benchmarks/div-rec.sc + +The other files in benchmark/ are mostly shell scripts to call the benchmarks. + +3/ + +gl-c.c, gl.sc, xlib-c.c, xlib-original.sc are + + Copyright (c) 1998, NEC Research Institute Inc. All rights reserved. + +These bindings are a modified version of Richard Mann's OpenGL/Xlib +bindings for Allegro Common Lisp. GL, GLU, GLX and GLUT are accessed in +the package :GL, XLIB in the package :XLIB-GL. + +They are released under the following terms: -Stalin is distributed under the Gnu Public License (GPL). See -/usr/share/common-licenses/GPL for more details. + Permission to use, copy, modify, and distribute this software and its + associated documentation for non-commercial purposes is hereby granted, + provided that the above copyright notice appears in all copies, derivative + works or modified version of the software and any portions thereof, and that + both the copyright notice and this permission notice appear in the + documentation. NEC Research Institute Inc. shall be given a copy of any such + derivative work or modified version of the software and NEC Research Institute + Inc. and its affiliated companies (collectively referred to as NECI) shall be + granted permission to use, copy, modify and distribute the software for + internal use and research. The name of NEC Research Institute Inc. and its + affiliated companies shall not be used in advertising or publicity related to + the distribution of this software, without the prior written consent of NECI. + All copies, derivative works or modified versions of the software shall be + exported or reexported in accordance with applicable laws and regulations + relating to export control. This software is experimental. NECI does not + make any representations regarding the suitability of this software for any + purpose and NECI will not support the software. THE SOFTWARE IS PROVIDED AS + IS. NECI DOES NOT MAKE ANY WARRANTIES EITHER EXPRESS OR IMPLIED WITH REGARD + TO THE SOFTWARE. NECI ALSO DISCLAIMS ANY WARRANTY THAT THE SOFTWARE IS FREE + OF INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS OF OTHERS. NO OTHER + LICENSE EXPRESS OR IMPLIED IS HEREBY GRANTED. NECI SHALL NOT BE LIABLE FOR + ANY DAMAGES, INCLUDING GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, + ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE. diff -u stalin-0.9+0.10alpha2/debian/changelog stalin-0.9+0.10alpha2/debian/changelog --- stalin-0.9+0.10alpha2/debian/changelog +++ stalin-0.9+0.10alpha2/debian/changelog @@ -1,3 +1,10 @@ +stalin (0.9+0.10alpha2-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Make debian/copyright more accurate. (closes: #375943) + + -- Mohammed Adnène Trojette <[EMAIL PROTECTED]> Fri, 7 Jul 2006 11:09:24 +0200 + stalin (0.9+0.10alpha2-2.1) unstable; urgency=low * NMU

