r2212: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 16 Jul 2002 03:25:06 +0000 (03:25 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 16 Jul 2002 03:25:06 +0000 (03:25 +0000)
debian/rules
debian/watch

index 723f3a8045c5ada23ef70de71db833b78472484a..ab808511ddfb5c347d8f9c5835431cfcf16b950c 100755 (executable)
@@ -10,11 +10,9 @@ export DH_COMPAT=4
 
 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
 
 UPSTREAM_VER   := $(shell sed -n -e "s/${debpkg} (\(.*\)-[0-9.]).*/\1/p" < debian/changelog |head -1)
 
@@ -23,9 +21,8 @@ clc-source    := usr/share/common-lisp/source
 clc-systems    := usr/share/common-lisp/systems
 clc-uffi       := $(clc-source)/$(pkg)-$(UPSTREAM_VER)
 
-pkg-doc                := usr/share/doc/${debpkg}
-lispfiles      := $(prefix)/$(clc-uffi)
-docfiles       := $(prefix)/$(pkg-doc)
+doc-dir                := usr/share/doc/${debpkg}
+lispfiles      := $(clc-uffi)
 
 
 configure: configure-stamp
@@ -42,8 +39,6 @@ build-stamp: configure-stamp
        dh_testdir
 
        # Add here commands to compile the package.
-       # Make doc isn't necessary because the docs are in the upstream version
-       # $(MAKE) doc
 
        touch build-stamp
 
@@ -63,20 +58,20 @@ install: build
        dh_testroot
        dh_clean -k
        dh_installdirs --all $(clc-systems) $(clc-source) 
-       dh_installdirs -p $(debpkg) $(pkg-doc)/html $(clc-uffi)/mcl 
+       dh_installdirs -p $(debpkg) $(doc-dir) $(lispfiles)/mcl 
 
        # Add here commands to install the package into debian/uffi.
-       $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.cl *.system) $(lispfiles)
-       $(INSTALL) $(INSTALLFLAGS) $(shell echo src/mcl/*.cl) $(lispfiles)/mcl
+       dh_install "src/*.cl" "*.system" $(lispfiles)
+       dh_install "src/mcl/*.cl" $(lispfiles)/mcl
 
        rm -rf doc/html
        (cd doc; tar xzf html.tar.gz; cd ..)
-       $(INSTALL) $(INSTALLFLAGS) doc/html/* $(docfiles)/html
+       dh_install doc/html $(doc-dir)
        rm -rf doc/html
        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 $(docfiles)
+       dh_install doc/cl-uffi.pdf.gz $(doc-dir)
        rm -f doc/cl-uffi.pdf.gz
 
 # Build architecture-independent files here.
index 1a7f6a27a19f9d0e01953d28072cfe766c9da603..1ca966a77baf2262c18e767feee2d2b12e08e677 100644 (file)
@@ -2,4 +2,4 @@
 # Rename this file to "watch" and then you can run the "uscan" command
 # to check for upstream updates and more.
 # Site         Directory               Pattern                 Version Script
-ftp.med-info.com       /pub/uffi       uffi-(.*)\.tar\.gz      debian  uupdate
+uffi.med-info.com      /       uffi-(.*)\.tar\.gz      debian  uupdate