From: Kevin M. Rosenberg Date: Sun, 28 Apr 2002 09:52:35 +0000 (+0000) Subject: r1823: *** empty log message *** X-Git-Tag: v1.6.1~460 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=3fdee3eb974bf302aa7d7fce542b70073b28d4a9 r1823: *** empty log message *** --- diff --git a/Makefile b/Makefile index 91b4b15..ef5af4d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg, M.D. # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.45 2002/04/28 09:01:00 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.46 2002/04/28 09:48:08 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -52,7 +52,7 @@ doc: $(MAKE) -C doc .PHONY: dist -dist: distclean +dist: clean $(MAKE) -C doc $@ @./make-dist.sh diff --git a/debian/cl-uffi.doc-base b/debian/cl-uffi.doc-base index 3b46887..ac34c6c 100644 --- a/debian/cl-uffi.doc-base +++ b/debian/cl-uffi.doc-base @@ -1,8 +1,9 @@ Document: cl-uffi -Title: Debian UFFI Manual +Title: UFFI Manual Author: Kevin M. Rosenberg -Abstract: This manual describes how - to use the UFFI Common Lisp library. +Abstract: Describes the + use the UFFI (Universal Foreign Function Interface) + Common Lisp library. Section: lisp Format: postscript diff --git a/make-dist.sh b/make-dist.sh index 8bb2592..6494c94 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Creates debian and system-independent archive files +# Programmer: Kevin Rosenberg based on script used by onShore Development + set -e VERSION=`cat VERSION` @@ -12,8 +15,8 @@ DEBDIR=${DEBPKG}-${VERSION} TAG=upstream_version_`echo $VERSION | tr . _` echo "(re)tagging with release tag '$TAG'" -#cvs -q rtag -d $TAG $PKG -#cvs -q tag -F $TAG +cvs -q rtag -d $TAG $PKG +cvs -q tag -F $TAG # build the tarball @@ -57,7 +60,7 @@ cd .. rm -rf ${DISTDIR} rm -rf ${DEBDIR} -lintian ${PKG}_${VERSION}-*.changes +lintian ${DEBPKG}_${VERSION}-*.changes cd ${TOPDIR} exit 0