r1867: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 3 May 2002 02:11:00 +0000 (02:11 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 3 May 2002 02:11:00 +0000 (02:11 +0000)
debian/README.Debian
debian/copyright
debian/rules
make-dist.sh

index 5a2957a2489424cda3d6d0d63e41ebd85e59507d..183f2eab79971740604371f456ac323c625258b8 100644 (file)
@@ -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 <kevin@rosenberg.net>, Thu, 25 Apr 2002 19:13:41 -0600
index 3a088244c45633acbf0cd0794a4ecce3de8579c5..3c74e970179717b23104c9c187ecf641d4d76f90 100644 (file)
@@ -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
index 37c55c7a6c48065ab5296574e12d958fb956609e..a7d0713697bed5b4223af669e93bf35ed27acddf 100755 (executable)
@@ -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
index 71d58e1a53b4763d1d85360395757ecce00c83fe..7c0922f51cd0aa0d8f98a8890b12161f122466f1 100755 (executable)
@@ -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