From: Kevin M. Rosenberg Date: Sun, 5 May 2002 02:14:18 +0000 (+0000) Subject: r1929: *** empty log message *** X-Git-Tag: v1.6.1~411 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=f6fdc062fd2094e475500b417488fb78cffc3b17;hp=742e02bb6d9b6eef1206a450f18a04b7652942d9;p=uffi.git r1929: *** empty log message *** --- diff --git a/debian/changelog b/debian/changelog index e99e8f6..3681d5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ cl-uffi (0.4.4-7) unstable; urgency=low * Modified make-dist.sh to use cvs-buildpackage, added options - * Cleaned debian/rules + * Cleaned debian/rules, debian/copyright * First version to upload. (closes: #145723) -- Kevin Rosenberg Sat, 4 May 2002 16:03:11 -0600 diff --git a/debian/copyright b/debian/copyright index 3c74e97..db9be0c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,6 +6,9 @@ the LLGPL. The LLGPL consists of a preamble (see above URL) and the LGPL. Where these conflict, the preamble takes precedence. UFFI is referenced in the preamble as the "LIBRARY." +The LGPL is distributed with Debian in the file +/usr/share/common-licenses/LGPL. + UFFI 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. diff --git a/debian/rules b/debian/rules index 0cc9232..b9e7718 100755 --- a/debian/rules +++ b/debian/rules @@ -35,8 +35,7 @@ build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. - $(MAKE) doc - #/usr/bin/docbook-to-man debian/uffi.sgml > uffi.1 + # $(MAKE) doc touch build-stamp