X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-dist.sh;h=387e3da3b1058116b412be01d0f4fb252e45a130;hb=d847488000468ad00502503e1d635a69c389baca;hp=988555600208b32fe313c98f8610f335a5de6346;hpb=cc0fa94b70f176d8dfb0466f1f3915ede9637d18;p=ctsim.git diff --git a/make-dist.sh b/make-dist.sh index 9885556..387e3da 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -37,7 +37,7 @@ DEBPKG=ctsim PKG=ctsim TOPDIR=`pwd` -VERSION=`sed -n -e "s/${DEBPKG} (\(.*\)-[0-9]).*/\1/p" < debian/changelog |head -1` +VERSION=`sed -n -e "s/${DEBPKG} (\(.*\)-[0-9.]).*/\1/p" < debian/changelog |head -1` DEBVERSION=`sed -n -e "s/${DEBPKG} (\(.*\)).*/\1/p" < debian/changelog |head -1` PACKAGE_DIR=/usr/local/src/Packages/${DEBPKG} DISTDIR=${PKG}-${VERSION} @@ -118,7 +118,7 @@ rm -rf ${DEBDIR}/debian/CVS echo "Building Debian files" if [ -z ${opt_dpkg_buildpackage} ]; then cd ${TOPDIR} - cvs-buildpackage -rfakeroot -kkevin@rosenberg.net -H${TOPDIR}/cvsbp-prepare -tC -i.pdf ${DEBPKG} + cvs-buildpackage -rfakeroot -kkevin@rosenberg.net -H${TOPDIR}/cvsbp-prepare -tC -i.pdf -mkevin@rosenberg.net ${DEBPKG} cd .. else cd ${DEBDIR}