From: Kevin M. Rosenberg Date: Tue, 28 May 2002 08:05:42 +0000 (+0000) Subject: r2083: *** empty log message *** X-Git-Tag: debian-4.5.3-3~245 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=0b2b00f0dd28f8f1a6354900c41ef92c5d49958d r2083: *** empty log message *** --- diff --git a/debian/control b/debian/control index e9007fb..e05a1b9 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index 3c49217..63f132e 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/make-debian.sh b/make-debian.sh index d83ea8b..7e3441d 100755 --- a/make-debian.sh +++ b/make-debian.sh @@ -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}