Fix up the changelog and control files

This commit is contained in:
Bradlee Speice 2012-07-23 09:11:01 -04:00
parent 98dbd7ef83
commit 386e58f391
2 changed files with 6 additions and 7 deletions

6
debian/changelog vendored
View File

@ -1,5 +1,5 @@
libcvautomation (1.3-1) unstable; urgency=low libcvautomation (1.3-0) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> * Initial release of libcvautomation version 1.3-0
-- Bradlee Speice <bspeice@unknown> Sat, 21 Jul 2012 14:06:46 -0400 -- Bradlee Speice <bspeice@uncc.edu> Mon, 23 Jul 2012 09:06:46 -0400

7
debian/control vendored
View File

@ -1,12 +1,10 @@
Source: libcvautomation Source: libcvautomation
Section: Development Section: devel
Priority: extra Priority: extra
Maintainer: Bradlee Speice <bspeice@uncc.edu> Maintainer: Bradlee Speice <bspeice@uncc.edu>
Build-Depends: debhelper (>= 8.0.0), autotools-dev, pkg-config, libpcre3, libx11-dev, libopencv-core-dev, libopencv-highgui-dev, libopencv-imgproc-dev Build-Depends: debhelper (>= 8.0.0), autotools-dev, pkg-config, libpcre3, libx11-dev, libopencv-core-dev, libopencv-highgui-dev, libopencv-imgproc-dev
Standards-Version: 3.9.2 Standards-Version: 3.9.3
Homepage: http://djbushido.github.com/libcvautomation/ Homepage: http://djbushido.github.com/libcvautomation/
#Vcs-Git: git://git.debian.org/collab-maint/libcvautomation.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/libcvautomation.git;a=summary
Package: libcvautomation Package: libcvautomation
Architecture: any Architecture: any
@ -15,6 +13,7 @@ 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. 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 Package: libcvautomation-doc
Section: doc
Architecture: all Architecture: all
Description: documentation for libcvautomation Description: documentation for libcvautomation
Contains the HTML documentation for libcvautomation. Contains the HTML documentation for libcvautomation.