mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-01 22:07:38 -04:00
Release version 2.0 of Libcvautomation
This commit is contained in:
1
debian/compat
vendored
1
debian/compat
vendored
@ -1 +0,0 @@
|
||||
8
|
44
debian/control
vendored
44
debian/control
vendored
@ -1,44 +0,0 @@
|
||||
Source: libcvautomation
|
||||
Section: devel
|
||||
Priority: extra
|
||||
Maintainer: Bradlee Speice <bspeice@uncc.edu>
|
||||
Build-Depends: debhelper (>= 8.0.0), autotools-dev, pkg-config, libpcre3, libx11-dev, libxtst-dev, libopencv-core-dev, libopencv-highgui-dev, libopencv-imgproc-dev, doxygen, python-dev
|
||||
Standards-Version: 3.9.3
|
||||
Homepage: http://djbushido.github.com/libcvautomation/
|
||||
|
||||
Package: libcvautomation-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libxtst-dev, libx11-dev, libopencv-core2.3, libopencv-highgui2.3, libopencv-imgproc2.3
|
||||
Description: GUI Automation and Testing Library
|
||||
Contains the Libcvautomation main library, headers, and pkg-config files.
|
||||
Libcvautomation is a GUI automation and testing tool based on image
|
||||
recognition and response. This program was designed as a direct replacement
|
||||
for Sikuli and Xpresser. Each solution had large problems with crashing, and
|
||||
both refused to function on Red Hat Linux and Ubuntu 12.04. The author really
|
||||
liked the way each of these programs approached GUI automation, but they
|
||||
simply didn't work. As such, a simple library was designed to integrate OpenCV
|
||||
and XTest, which can be used by BASH to drive GUI testing and automation, and
|
||||
works on both new and old Linux distributions.
|
||||
|
||||
Package: libcvautomation-doc
|
||||
Section: doc
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${source:Version}
|
||||
Description: documentation for libcvautomation
|
||||
Contains the HTML documentation for libcvautomation.
|
||||
|
||||
Package: libcvautomation-examples
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libxtst-dev, libx11-dev, libopencv-core2.3, libopencv-highgui2.3, libopencv-imgproc2.3
|
||||
Architecture: any
|
||||
Description: Example programs to demonstrate libcvautomation functionality
|
||||
Contains programs designed to showcase the functionality of libcvautomation,
|
||||
as well as a BASH wrapper to write application tests from BASH.
|
||||
|
||||
Package: libcvautomation-python
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python2.7, ${source:Version}
|
||||
Architecture: any
|
||||
Description: Python bindings for libcvautomation
|
||||
Contains the python libcvautomation module to allow python code to interface
|
||||
with libcvautomation.
|
||||
To use, all that is needed is `import libcvautomation`.
|
2
debian/docs
vendored
2
debian/docs
vendored
@ -1,2 +0,0 @@
|
||||
NEWS
|
||||
README
|
3
debian/libcvautomation-dev.install
vendored
3
debian/libcvautomation-dev.install
vendored
@ -1,3 +0,0 @@
|
||||
usr/lib/*.so*
|
||||
usr/share/man/man3/*
|
||||
usr/include/*
|
1
debian/libcvautomation-doc.docs
vendored
1
debian/libcvautomation-doc.docs
vendored
@ -1 +0,0 @@
|
||||
#DOCS#
|
2
debian/libcvautomation-doc.install
vendored
2
debian/libcvautomation-doc.install
vendored
@ -1,2 +0,0 @@
|
||||
#DOCS#
|
||||
usr/share/libcvautomation/*
|
3
debian/libcvautomation-examples.install
vendored
3
debian/libcvautomation-examples.install
vendored
@ -1,3 +0,0 @@
|
||||
/usr/share/man/man1/*
|
||||
/usr/bin/*
|
||||
/etc/*
|
1
debian/libcvautomation-python.install
vendored
1
debian/libcvautomation-python.install
vendored
@ -1 +0,0 @@
|
||||
/usr/lib/python*/*
|
27
debian/rules
vendored
27
debian/rules
vendored
@ -1,27 +0,0 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
#
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
#
|
||||
# Modified to make a template file for a multi-binary package with separated
|
||||
# build-arch and build-indep targets by Bill Allombert 2001
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# This has to be exported to make some magic below work.
|
||||
export DH_OPTIONS
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_install:
|
||||
find debian/tmp/usr/lib -name "*.la" -exec \
|
||||
sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} \;
|
||||
find debian/tmp/usr/lib -name "*.pyc" -exec rm {} \;
|
||||
find debian/tmp/usr/lib -name "*.pyo" -exec rm {} \;
|
||||
dh_install
|
1
debian/source/format
vendored
1
debian/source/format
vendored
@ -1 +0,0 @@
|
||||
3.0 (quilt)
|
Reference in New Issue
Block a user