mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05: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
|
||||
|
||||
* Fix an issue with libcvautomation_funcs not using CENTER correctly
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user