Continue debian/ cleanup

This commit is contained in:
Bradlee Speice
2012-07-23 10:27:51 -04:00
parent 14da3d4aab
commit 6bc9459dfe
21 changed files with 15 additions and 978 deletions

21
debian/control vendored
View File

@ -10,14 +10,15 @@ Package: libcvautomation
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libxtst6, libx11, libopencv-core2.3, libopencv-highgui2.3, libopencv-imgproc2.3
Description: Libcvautomation - GUI Automation and Testing Library
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.
Contains the Libcvautomation main library - 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
@ -26,10 +27,12 @@ Description: documentation for libcvautomation
Contains the HTML documentation for libcvautomation.
Package: libcvautomation-dev
Section: libdevel
Depends: libcvautomation (= ${binary:Version})
Architecture: any
Description: development files for libcvautomation
Contains all headers, and pkg-config files needed to build programs on top of libcvautomation
Contains all headers, and pkg-config files needed to build programs
on top of libcvautomation
Package: libcvautomation-examples
Depends: ${shlibs:Depends}, ${misc:Depends}, libxtst6, libx11, libopencv-core2.3, libopencv-highgui2.3, libopencv-imgproc2.3