From: Kevin M. Rosenberg Date: Fri, 3 May 2002 20:04:35 +0000 (+0000) Subject: r1899: *** empty log message *** X-Git-Tag: debian-4.5.3-3~296 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=b56f82a679b57ace66b466ece88f49f704dbb439 r1899: *** empty log message *** --- diff --git a/debian/changelog b/debian/changelog index a7498fa..f3d085e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ctsim (3.5.0-2) unstable; urgency=low + + * Reworked documentation packaging. + + -- Kevin Rosenberg Fri, 3 May 2002 13:59:28 -0600 + ctsim (3.5.0-1) unstable; urgency=low * Initial Release. (closes: #145724) diff --git a/debian/rules b/debian/rules index fd877b9..ef0708a 100755 --- a/debian/rules +++ b/debian/rules @@ -65,7 +65,7 @@ binary-arch: build install dh_testdir dh_testroot # dh_installdebconf - dh_installdocs doc/html + dh_installdocs docs/html dh_installexamples tools/sample-ctsim.sh helical/sample-helical.sh # dh_installmenu # dh_installlogrotate diff --git a/make-dist.sh b/make-dist.sh index b846a69..86c73f1 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -8,7 +8,6 @@ set -e DEBPKG=ctsim PKG=ctsim VERSION=`sed -n -e "s/${DEBPKG} (\(.*\)-[0-9]).*/\1/p" < debian/changelog |head -1` -echo $VERSION TOPDIR=`basename $PWD` DISTDIR=${PKG}-${VERSION}