X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-debian.sh;h=7e3441d3452f45c8192809a3a82bd0dc4e5ecb4c;hb=94c9f7732670a282cfad18391e816986a2b4d414;hp=778ce0aace2dfc9d0efb376b7191c4e3511b53a4;hpb=d847488000468ad00502503e1d635a69c389baca;p=ctsim.git diff --git a/make-debian.sh b/make-debian.sh index 778ce0a..7e3441d 100755 --- a/make-debian.sh +++ b/make-debian.sh @@ -1,6 +1,6 @@ #!/bin/bash -DEBPKG=cl-uffi +DEBPKG=ctsim DEBVERSION=`sed -n -e "s/${DEBPKG} (\(.*\)).*/\1/p" < debian/changelog |head -1` TOPDIR=`pwd` PACKAGE_DIR=/usr/local/src/Packages/${DEBPKG} @@ -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 -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}