r1930: *** empty log message ***
[uffi.git] / debian / rules
index 84910cc08a2b479b68b5251bdf1656ff536943c8..00d477f8020ec12d6a09ad549853d295bc40dd7a 100755 (executable)
@@ -3,22 +3,22 @@
 # GNU copyright 1997 to 1999 by Joey Hess.
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+export DH_VERBOSE=1
 
 # This is the debhelper compatibility version to use.
 export DH_COMPAT=3
 
-pkg    := cl-uffi
-prefix := debian/$(pkg)
+pkg    := uffi
+debpkg  := cl-uffi
+prefix := debian/$(debpkg)
 
 INSTALL        := install
 INSTALLFLAGS   := -g root -o root -m 0644
 INSTALLDIRFLAGS        := -d -g root -o root -m 0755
 
 SOURCEDIR      := $(prefix)/usr/share/common-lisp/source
-REPOSITORYDIR  := $(prefix)/usr/share/common-lisp/repositories/uffi
-SYSDIR         := $(prefix)/usr/share/common-lisp/systems
-DOCDIR         := $(prefix)/usr/share/doc/cl-uffi
+REPOSITORYDIR  := $(prefix)/usr/share/common-lisp/repositories/${pkg}
+DOCDIR         := $(prefix)/usr/share/doc/${debpkg}
 
 
 configure: configure-stamp
@@ -36,7 +36,6 @@ build-stamp: configure-stamp
 
        # Add here commands to compile the package.
        $(MAKE) doc
-       #/usr/bin/docbook-to-man debian/uffi.sgml > uffi.1
 
        touch build-stamp
 
@@ -47,6 +46,7 @@ clean:
 
        # Add here commands to clean up after the build process.
        -$(MAKE) clean
+       rm -f debian/cl-uffi.postinst.* debian/cl-uffi.prerm.*
 
        dh_clean
 
@@ -57,10 +57,7 @@ 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
-       $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.cl) $(REPOSITORYDIR)
+       $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.cl *.system) $(REPOSITORYDIR)
        $(INSTALL) $(INSTALLFLAGS) $(shell echo src/mcl/*.cl) $(REPOSITORYDIR)/mcl
        $(INSTALL) $(INSTALLFLAGS) doc/html/* $(DOCDIR)/html
        cp doc/uffi.ps doc/cl-uffi.ps