Fix up the packageDebian script

This commit is contained in:
Bradlee Speice 2012-07-30 12:53:14 -04:00
parent c5163135ec
commit 0125766730
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,10 @@
libcvautomation (1.4-1) precise; urgency=low
* Release version 1.4-1 of libcvautomation
* Lots of bugfixes, and add functions for double clicks
-- Bradlee Speice <bspeice@uncc.edu> Mon, 30 Jul 2012 12:43:00 -0400
libcvautomation (1.3-2) precise; urgency=low
* Fix an issue with libcvautomation_funcs not using CENTER correctly

View File

@ -40,11 +40,10 @@ make dist
BUILD_DIR=`mktemp -d`
TARBALL="${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz"
cp $TARBALL $BUILD_DIR
cd $BUILD_DIR
cp $TARBALL `echo $TARBALL | sed 's/-/_/g;s/tar/orig.tar/'`
tar xf $TARBALL
cd $PACKAGE_NAME-$PACKAGE_VERSION/debian
cp $TARBALL $BUILD_DIR/`echo $TARBALL | sed 's/-/_/g;s/tar/orig.tar/'`
tar xf $TARBALL -C $BUILD_DIR
cp debian $PACKAGE_NAME-$PACKAGE_VERSION -r
cd $BUILD_DIR/$PACKAGE_NAME-$PACKAGE_VERSION
if [ -z "$1" ]; then
debuild