X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-debian.sh;h=0c8054da0e616916d7fbe613905715e3969e8b46;hb=8c852f9dd40d54ee3d4ac23e103ab5de120a98f3;hp=778ce0aace2dfc9d0efb376b7191c4e3511b53a4;hpb=d847488000468ad00502503e1d635a69c389baca;p=ctsim.git diff --git a/make-debian.sh b/make-debian.sh index 778ce0a..0c8054d 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} rm -rf ${PACKAGE_DIR}/${DEBPKG}-${DEBVERSION}