r2083: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 28 May 2002 08:05:42 +0000 (08:05 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 28 May 2002 08:05:42 +0000 (08:05 +0000)
debian/control
debian/rules
make-debian.sh

index e9007fbb9687957c5e2563c8ee5b328c3ab621bb..e05a1b95e66ddab9702503f77d834bf59a81a187 100644 (file)
@@ -13,7 +13,6 @@ Suggests: ctsim-doc, ctsim-doc-pdf
 Description: Computed Tomograpy Simulator
  CTSim provides an interactive computed tomography simulator.
 
-
 Package: ctsim-help
 Architecture: all
 Depends: ctsim
@@ -28,7 +27,6 @@ Description: Computed Tomograpy Simulator
  This package provides HTML documentation files for CTSim, 
  a computed tomography simulator.
 
-
 Package: ctsim-doc-pdf
 Architecture: all
 Suggests: ctsim
index 3c492176908b4e61fc96cff1409aefbb346394a7..63f132ee0173658b05076036963993b151f2dc9b 100755 (executable)
@@ -18,8 +18,8 @@ prefix-help   := debian/$(pkg-help)
 prefix-doc     := debian/$(pkg-doc)
 prefix-doc-pdf := debian/$(pkg-doc-pdf)
 
-DESTDIR                := $(prefix)
-HELPDIR                := $(prefix-help)/usr/share/ctsim
+DESTDIR                := `pwd`/$(prefix)
+HELPDIR                := `pwd`/$(prefix-help)
 DOCDIR         := $(prefix-doc)/usr/share/doc/ctsim-doc
 PDFDIR         := $(prefix-doc-pdf)/usr/share/doc/ctsim-doc
 
index d83ea8bfc044a020830716f6465c8318d4e9dd08..7e3441d3452f45c8192809a3a82bd0dc4e5ecb4c 100755 (executable)
@@ -8,7 +8,7 @@ PACKAGE_DIR=/usr/local/src/Packages/${DEBPKG}
 export CVSROOT=`cat CVS/Root`
 
 echo "Building Debian files"
-cvs-buildpackage -rfakeroot -kkevin@rosenberg.net -H${TOPDIR}/cvsbp-prepare.sh -i"\.pdf|\.htb" -F $* -d ${DEBPKG}
+cvs-buildpackage -rfakeroot -kkevin@rosenberg.net -H${TOPDIR}/cvsbp-prepare.sh -i"\.pdf|\.htb" -F $* -d ${DEBPKG} -uc -us -sa
 
 rm -rf ${PACKAGE_DIR}/${DEBPKG}-${DEBVERSION}