From 8fd93066af42dcd11b1b7b04808ab3474b727b4a Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 3 May 2002 02:11:00 +0000 Subject: [PATCH] r1867: *** empty log message *** --- debian/README.Debian | 4 ++++ debian/copyright | 8 -------- debian/rules | 6 +++--- make-dist.sh | 2 +- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 5a2957a..183f2ea 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -6,4 +6,8 @@ This is the UFFI Common Lisp system packaged for Debian. Anonymous CVS for this code is available at: :pserver:anoncvs@cvs.med-info.com:/pubcvs uffi +This Debian package is maintained by it's upstream author, +so there should not be any discrepancies with the upstream +version. + Kevin Rosenberg , Thu, 25 Apr 2002 19:13:41 -0600 diff --git a/debian/copyright b/debian/copyright index 3a08824..3c74e97 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,11 +1,3 @@ -The home site for UFFI is http://uffi.med-info.com. The package -may be downloaded from that site. - -UFFI has been packaged by Kevin M. Rosenberg who is also the -upstream author. - -Copyright: - UFFI is written and Copyright (c) 2002 by Kevin M. Rosenberg. UFFI is licensed under the terms of the Lisp Lesser GNU diff --git a/debian/rules b/debian/rules index 37c55c7..a7d0713 100755 --- a/debian/rules +++ b/debian/rules @@ -58,9 +58,9 @@ install: build dh_installdirs # Add here commands to install the package into debian/uffi. - $(INSTALL) $(INSTALLDIRFLAGS) $(REPOSITORYDIR) $(REPOSITORYDIR)/mcl $(SYSDIR) $(DOCDIR) $(DOCDIR)/html $(SOURCEDIR) - $(INSTALL) $(INSTALLFLAGS) uffi.system.debian $(SYSDIR) - mv $(SYSDIR)/uffi.system.debian $(SYSDIR)/uffi.system + cp $(SYSDIR)/uffi.system.debian $(SYSDIR)/uffi.system + chmod 0644 $(SYSDIR)/uffi.system + chown root.root $(SYSDIR)/uffi.system $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.cl) $(REPOSITORYDIR) $(INSTALL) $(INSTALLFLAGS) $(shell echo src/mcl/*.cl) $(REPOSITORYDIR)/mcl $(INSTALL) $(INSTALLFLAGS) doc/html/* $(DOCDIR)/html diff --git a/make-dist.sh b/make-dist.sh index 71d58e1..7c0922f 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -60,6 +60,6 @@ rm -rf ${DISTDIR} lintian ${DEBPKG}_${VERSION}-*.changes mkdir -p /usr/local/share/Packages/${DEBPKG} -mv ${DEBPKG}_${VERSION}* /usr/local/share/Packages/${DEBPKG} +mv ${DEBPKG}_${VERSION}* /usr/local/src/Packages/${DEBPKG} cd ${TOPDIR} exit 0 -- 2.34.1