r1963: *** empty log message ***
[uffi.git] / debian / rules
index 37c55c7a6c48065ab5296574e12d958fb956609e..e745b53681bc537897f9863f08d5c3c1a15df2e7 100755 (executable)
@@ -8,17 +8,17 @@
 # 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
@@ -35,8 +35,8 @@ 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 isn't necessary because the docs are in the upstream version
+       # $(MAKE) doc
 
        touch build-stamp
 
@@ -58,17 +58,14 @@ 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
-       rm -f doc/cl-uffi.ps.gz
-       gzip doc/cl-uffi.ps
-       $(INSTALL) $(INSTALLFLAGS) doc/cl-uffi.ps.gz $(DOCDIR)
-       rm -f doc/cl-uffi.ps.gz
+       cp doc/uffi.pdf doc/cl-uffi.pdf
+       rm -f doc/cl-uffi.pdf.gz
+       gzip doc/cl-uffi.pdf
+       $(INSTALL) $(INSTALLFLAGS) doc/cl-uffi.pdf.gz $(DOCDIR)
+       rm -f doc/cl-uffi.pdf.gz
 
 # Build architecture-independent files here.
 binary-indep: build install