r1810: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 28 Apr 2002 03:44:14 +0000 (03:44 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 28 Apr 2002 03:44:14 +0000 (03:44 +0000)
debian/.cvsignore [new file with mode: 0644]
debian/rules

diff --git a/debian/.cvsignore b/debian/.cvsignore
new file mode 100644 (file)
index 0000000..f4ae2b6
--- /dev/null
@@ -0,0 +1,2 @@
+cl-uffi
+
index 63da39357d7957884287a8918b3308ee663e1304..884c24a603be308750663f99f3b4fd40d1236b0b 100755 (executable)
@@ -9,7 +9,7 @@ export DH_VERBOSE=1
 export DH_COMPAT=3
 
 pkg    := cl-uffi
-prefix := debian/tmp
+prefix := debian/$(pkg)
 
 INSTALL        := install
 INSTALLFLAGS   := -g root -o root -m 0644
@@ -62,7 +62,7 @@ install: build
        $(INSTALL) $(INSTALLFLAGS) $(shell echo src/mcl/*.cl) $(SOURCESDEST)/mcl
        $(INSTALL) $(INSTALLFLAGS) doc/html/* $(DOCDIR)/html
        cp doc/uffi.ps doc/cl-uffi.ps
-       rm doc/cl-uffi.ps.gz
+       rm -f doc/cl-uffi.ps.gz
        gzip doc/cl-uffi.ps
        $(INSTALL) $(INSTALLDIRFLAGS) doc/uffi.ps.gz $(DOCDIR)
        rm doc/cl-uffi.ps.gz