From d8493012ffcf6c383b1e1c8f554dc7d94cdb073e Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 26 Apr 2012 10:10:38 -0600 Subject: [PATCH] Fix license name --- debian/copyright | 12 ++++++------ debian/rules | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/copyright b/debian/copyright index 540d86f..f9364eb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -10,12 +10,12 @@ Upstream Copyright Statement ============================ CLSQL is written and Copyright (c) 2002 by Kevin M. Rosenberg. -CLSQL is licensed under the terms of the Lisp Lesser GNU Public -License, known as the LLGPL. The LLGPL consists of a preamble (see -below) and the Lessor GNU Public License 2.1 (LGPL-2.1). Where these -conflict, the preamble takes precedence. CLSQL is referenced in the -preamble as the "LIBRARY." The LGPL-2.1 is stored on a Debian system -in the file /usr/share/common-licenses/LGPL-2.1. +CLSQL is licensed under the terms of the Lisp Lesser GNU General +Public License, known as the LLGPL. The LLGPL consists of a preamble +(see below) and the Lessor GNU General Public License 2.1 (LGPL-2.1). +Where these conflict, the preamble takes precedence. CLSQL is +referenced in the preamble as the "LIBRARY." The LGPL-2.1 is stored +on a Debian system in the file /usr/share/common-licenses/LGPL-2.1. CLSQL is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/debian/rules b/debian/rules index e1ee3a0..74d4500 100755 --- a/debian/rules +++ b/debian/rules @@ -92,7 +92,7 @@ install: build dh_prep dh_installdirs - dh_installdirs --all $(clc-systems) $(clc-source) + dh_installdirs --all $(clc-source) dh_installdirs -p $(pkg) $(lispdir-sql) etc dh_installdirs -p $(pkg-uffi) $(lispdir-uffi) $(sodir-uffi) dh_installdirs -p $(pkg-pg) $(lispdir-pg) -- 2.34.1