From 184a6ac199a512beca8b6bee1c9fd42ca23879eb Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 9 Jan 2008 14:08:12 -0500 Subject: Import Debian changes 5e4-3 scm (5e4-3) unstable; urgency=low * debian/rules (SCM_OPTIONS): Add -F differ. * debian/control (libscm-dev): New package. We don't make a shared library because there is no standardization of SCM options, and no way to indicate in a non-brittle fashion what SCM options are available in any particular build, nor any standardization of sonames. * debian/rules (build): Build libscm.a too. (install): Install libscm.a, scm.h, scmfig.h, and scmflags.h into libscm-dev. Don't install header files in scm package. (Closes: #459828) * debian/copyright: Add proper authorship and copyright information; make mention of the special library linking exception since we are now packaging the library. --- debian/copyright | 45 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) (limited to 'debian/copyright') diff --git a/debian/copyright b/debian/copyright index a9a786e..7f43eac 100644 --- a/debian/copyright +++ b/debian/copyright @@ -10,7 +10,48 @@ For more information see: http://www-swiss.ai.mit.edu/~jaffer/SCM +Author: Aubrey Jaffer +Further portions written by: + Richard E. Harke + Tanel Tammet + William Clinger + Mkinen Sami + Jarkko Leppanen + The Free Software Foundation + Paradigm Associates Inc. + Digital Equipment Corp. + Tektronix, Inc. + + +Copyright: + 1984-2006 by the Free Software Foundation + 1996, 2000-2001, 2003, 2007 by Aubrey Jaffer +Portions Copyright: + 1990 by W. Wilson Ho + 1992-1997 by Tanel Tammet + 1992 by William Clinger + 1989 by Paradigm Associates Inc. + 1992 by Mkinen Sami and Jarkko Leppanen + 1985-1991 by Digital Equipment Corp. + 1990-1991 by Textronix, Inc. + License: -scm is distributed under the GNU General Public License. See -/usr/share/common-licenses/GPL for details. +scm as a whole is distributed under the GNU General Public License. +See /usr/share/common-licenses/GPL for details. Some individual +source files and portions of the documentation can be distributed under +more liberal terms as described in each file. + +As a special exception, the Free Software Foundation gives permission +for additional uses of the text contained in its release of SCM. + +The exception is that, if you link the SCM library with other files +to produce an executable, this does not by itself cause the +resulting executable to be covered by the GNU General Public License. +Your use of that executable is in no way restricted on account of +linking the SCM library code into it. + +This exception does not however invalidate any other reasons why +the executable file might be covered by the GNU General Public License. + + -- cgit v1.2.3