Release version 1.4 of libcvautomation

This commit is contained in:
Bradlee Speice
2012-07-30 13:02:53 -04:00
parent 0125766730
commit 53ef61204f
53 changed files with 46435 additions and 210 deletions

18
debian/debian/changelog vendored Normal file
View File

@ -0,0 +1,18 @@
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
-- Bradlee Speice <bspeice@uncc.edu> Tue, 24 Jul 2012 11:40:46 -0400
libcvautomation (1.3-1) precise; urgency=low
* Initial release of libcvautomation version 1.3-1
-- Bradlee Speice <bspeice@uncc.edu> Mon, 23 Jul 2012 09:06:46 -0400

1
debian/debian/changelog.in vendored Normal file
View File

@ -0,0 +1 @@
@deb_changelog@

28
debian/debian/copyright vendored Normal file
View File

@ -0,0 +1,28 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: libcvautomation
Source: <https://github.com/DjBushido/libcvautomation>
Files: *
Copyright: 2012 MOSAIC at University of North Carolina at Charlotte <bspeice@uncc.edu>
License: BSD-2-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
.
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

1
debian/debian/copyright.in vendored Normal file
View File

@ -0,0 +1 @@
@deb_copyright@

View File

View File