mirror of
https://github.com/bspeice/libcvautomation
synced 2025-04-21 00:41:29 -04:00
Fix up the packageDebian script
This commit is contained in:
parent
c5163135ec
commit
0125766730
@ -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
|
libcvautomation (1.3-2) precise; urgency=low
|
||||||
|
|
||||||
* Fix an issue with libcvautomation_funcs not using CENTER correctly
|
* Fix an issue with libcvautomation_funcs not using CENTER correctly
|
||||||
|
@ -40,11 +40,10 @@ make dist
|
|||||||
BUILD_DIR=`mktemp -d`
|
BUILD_DIR=`mktemp -d`
|
||||||
TARBALL="${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz"
|
TARBALL="${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz"
|
||||||
cp $TARBALL $BUILD_DIR
|
cp $TARBALL $BUILD_DIR
|
||||||
cd $BUILD_DIR
|
cp $TARBALL $BUILD_DIR/`echo $TARBALL | sed 's/-/_/g;s/tar/orig.tar/'`
|
||||||
|
tar xf $TARBALL -C $BUILD_DIR
|
||||||
cp $TARBALL `echo $TARBALL | sed 's/-/_/g;s/tar/orig.tar/'`
|
cp debian $PACKAGE_NAME-$PACKAGE_VERSION -r
|
||||||
tar xf $TARBALL
|
cd $BUILD_DIR/$PACKAGE_NAME-$PACKAGE_VERSION
|
||||||
cd $PACKAGE_NAME-$PACKAGE_VERSION/debian
|
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
debuild
|
debuild
|
||||||
|
Loading…
Reference in New Issue
Block a user