Release version 1.4-1 Debian packages

This commit is contained in:
Bradlee Speice 2012-07-30 12:57:12 -04:00
parent e59ec0cf90
commit 839475699d
11 changed files with 640 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,37 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 3.0 (quilt)
Source: libcvautomation
Binary: libcvautomation-dev, libcvautomation-doc, libcvautomation-examples
Architecture: any all
Version: 1.4-1
Maintainer: Bradlee Speice <bspeice@uncc.edu>
Homepage: http://djbushido.github.com/libcvautomation/
Standards-Version: 3.9.3
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
Package-List:
libcvautomation-dev deb libdevel extra
libcvautomation-doc deb doc extra
libcvautomation-examples deb devel extra
Checksums-Sha1:
1d371fac6f73523515fd1a313b0214ac88459ec3 518671 libcvautomation_1.4.orig.tar.gz
61075b109476fdcfb5eedbf15de5453ad1712599 2774 libcvautomation_1.4-1.debian.tar.gz
Checksums-Sha256:
50233b8fc324b2aa560da7336e879dfec394f01d21e5a410caa4aa7ea5860e43 518671 libcvautomation_1.4.orig.tar.gz
056c43f65d6d4be4cba962617c82f6782a87bb01fcc38754cb26233cdea3a25b 2774 libcvautomation_1.4-1.debian.tar.gz
Files:
472f3b6cff347863dc1326975005f7f9 518671 libcvautomation_1.4.orig.tar.gz
661db0086b9fa4dad566cbba95b4e93e 2774 libcvautomation_1.4-1.debian.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAEBAgAGBQJQFruYAAoJEOwnvCHfYiWqwjMIAL2XHIOWb0z9le84y7mdRzTc
8vz7Y9WFjtRVo3exEDS/ObOQxnaSFpCxV18HPo55r5MAvXIFruHe2Ks2AmuCQ//i
JECTGoeDqK67FBGaRglHacGECo8C0BaC4dBGGG7SnqlHCOe5YiZIxjPdN8jmbfTC
qJj+FC80aI3zSPW+3aHfD12+mB8+8yHH7Ri1FwSzNe+16u3y1/RqPAzihLeRFAuh
kk8+yI6eZQw1OGnNQkGa5IuMTGOJvBs8RZWdjs+T6E9DB8PzZhkaMhdaLK4+Lh6+
5WfdfAB3W8aheW20bTEIsnS1fZvH5pXn8Sw64ggXEOvq3knIyw9lAKs3zFll0L8=
=YqcQ
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,548 @@
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
dpkg-buildpackage: source package libcvautomation
dpkg-buildpackage: source version 1.4-1
dpkg-buildpackage: source changed by Bradlee Speice <bspeice@uncc.edu>
dpkg-source --before-build libcvautomation-1.4
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh clean
dh_testdir
dh_auto_clean
dh_clean
dpkg-source -b libcvautomation-1.4
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building libcvautomation using existing ./libcvautomation_1.4.orig.tar.gz
dpkg-source: info: building libcvautomation in libcvautomation_1.4-1.debian.tar.gz
dpkg-source: info: building libcvautomation in libcvautomation_1.4-1.dsc
debian/rules build
dh build
dh_testdir
dh_auto_configure
configure: WARNING: unrecognized options: --disable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for X... libraries , headers
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OpenCV... yes
checking for X11... yes
checking for XTest... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for doxygen... doxygen
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
configure: creating ./config.status
config.status: creating docs/Doxyfile_library
config.status: creating docs/Doxyfile_example
config.status: creating Makefile
config.status: creating libcvautomation/Makefile
config.status: creating examples/Makefile
config.status: creating docs/Makefile
config.status: creating libcvautomation.pc
config.status: creating include/libcvautomation/libcvautomation.h
config.status: creating rpm/libcvautomation.spec
config.status: creating debian/copyright
config.status: creating debian/changelog
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
dh_auto_build
make[1]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
Making all in libcvautomation
make[2]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/libcvautomation'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libcvautomation\" -DPACKAGE_TARNAME=\"libcvautomation\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libcvautomation\ 1.4\" -DPACKAGE_BUGREPORT=\"bspeice@uncc.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libcvautomation\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -D_FORTIFY_SOURCE=2 -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c -o libcvautomation_la-libcvautomation-opencv.lo `test -f 'libcvautomation-opencv.c' || echo './'`libcvautomation-opencv.c
libtool: compile: gcc -DPACKAGE_NAME=\"libcvautomation\" -DPACKAGE_TARNAME=\"libcvautomation\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libcvautomation 1.4\"" -DPACKAGE_BUGREPORT=\"bspeice@uncc.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libcvautomation\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -D_FORTIFY_SOURCE=2 -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c libcvautomation-opencv.c -fPIC -DPIC -o .libs/libcvautomation_la-libcvautomation-opencv.o
libtool: compile: gcc -DPACKAGE_NAME=\"libcvautomation\" -DPACKAGE_TARNAME=\"libcvautomation\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libcvautomation 1.4\"" -DPACKAGE_BUGREPORT=\"bspeice@uncc.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libcvautomation\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -D_FORTIFY_SOURCE=2 -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c libcvautomation-opencv.c -o libcvautomation_la-libcvautomation-opencv.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libcvautomation\" -DPACKAGE_TARNAME=\"libcvautomation\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libcvautomation\ 1.4\" -DPACKAGE_BUGREPORT=\"bspeice@uncc.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libcvautomation\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -D_FORTIFY_SOURCE=2 -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c -o libcvautomation_la-libcvautomation-xlib.lo `test -f 'libcvautomation-xlib.c' || echo './'`libcvautomation-xlib.c
libtool: compile: gcc -DPACKAGE_NAME=\"libcvautomation\" -DPACKAGE_TARNAME=\"libcvautomation\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libcvautomation 1.4\"" -DPACKAGE_BUGREPORT=\"bspeice@uncc.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libcvautomation\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -D_FORTIFY_SOURCE=2 -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c libcvautomation-xlib.c -fPIC -DPIC -o .libs/libcvautomation_la-libcvautomation-xlib.o
libtool: compile: gcc -DPACKAGE_NAME=\"libcvautomation\" -DPACKAGE_TARNAME=\"libcvautomation\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libcvautomation 1.4\"" -DPACKAGE_BUGREPORT=\"bspeice@uncc.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libcvautomation\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -D_FORTIFY_SOURCE=2 -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c libcvautomation-xlib.c -o libcvautomation_la-libcvautomation-xlib.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libcvautomation\" -DPACKAGE_TARNAME=\"libcvautomation\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libcvautomation\ 1.4\" -DPACKAGE_BUGREPORT=\"bspeice@uncc.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libcvautomation\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -D_FORTIFY_SOURCE=2 -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c -o libcvautomation_la-libcvautomation-xtest.lo `test -f 'libcvautomation-xtest.c' || echo './'`libcvautomation-xtest.c
libtool: compile: gcc -DPACKAGE_NAME=\"libcvautomation\" -DPACKAGE_TARNAME=\"libcvautomation\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libcvautomation 1.4\"" -DPACKAGE_BUGREPORT=\"bspeice@uncc.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libcvautomation\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -D_FORTIFY_SOURCE=2 -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c libcvautomation-xtest.c -fPIC -DPIC -o .libs/libcvautomation_la-libcvautomation-xtest.o
libtool: compile: gcc -DPACKAGE_NAME=\"libcvautomation\" -DPACKAGE_TARNAME=\"libcvautomation\" -DPACKAGE_VERSION=\"1.4\" "-DPACKAGE_STRING=\"libcvautomation 1.4\"" -DPACKAGE_BUGREPORT=\"bspeice@uncc.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libcvautomation\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -D_FORTIFY_SOURCE=2 -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c libcvautomation-xtest.c -o libcvautomation_la-libcvautomation-xtest.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -version-info 1:4 -Wl,-Bsymbolic-functions -Wl,-z,relro -o libcvautomation.la -rpath /usr/lib libcvautomation_la-libcvautomation-opencv.lo libcvautomation_la-libcvautomation-xlib.lo libcvautomation_la-libcvautomation-xtest.lo -lX11 -lXtst -lopencv_core -lopencv_imgproc -lopencv_highgui
libtool: link: gcc -shared -fPIC -DPIC .libs/libcvautomation_la-libcvautomation-opencv.o .libs/libcvautomation_la-libcvautomation-xlib.o .libs/libcvautomation_la-libcvautomation-xtest.o -lX11 -lXtst -lopencv_core -lopencv_imgproc -lopencv_highgui -O2 -O2 -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-soname -Wl,libcvautomation.so.1 -o .libs/libcvautomation.so.1.0.4
libtool: link: (cd ".libs" && rm -f "libcvautomation.so.1" && ln -s "libcvautomation.so.1.0.4" "libcvautomation.so.1")
libtool: link: (cd ".libs" && rm -f "libcvautomation.so" && ln -s "libcvautomation.so.1.0.4" "libcvautomation.so")
libtool: link: ar cru .libs/libcvautomation.a libcvautomation_la-libcvautomation-opencv.o libcvautomation_la-libcvautomation-xlib.o libcvautomation_la-libcvautomation-xtest.o
libtool: link: ranlib .libs/libcvautomation.a
libtool: link: ( cd ".libs" && rm -f "libcvautomation.la" && ln -s "../libcvautomation.la" "libcvautomation.la" )
make[2]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/libcvautomation'
Making all in examples
make[2]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples'
gcc -DPACKAGE_NAME=\"libcvautomation\" -DPACKAGE_TARNAME=\"libcvautomation\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libcvautomation\ 1.4\" -DPACKAGE_BUGREPORT=\"bspeice@uncc.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libcvautomation\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -D_FORTIFY_SOURCE=2 -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c cva-match.c
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -L../libcvautomation/.libs -lcvautomation -Wl,-Bsymbolic-functions -Wl,-z,relro -o cva-match cva-match.o
libtool: link: gcc -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o .libs/cva-match cva-match.o -L../libcvautomation/.libs /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/libcvautomation/.libs/libcvautomation.so
gcc -DPACKAGE_NAME=\"libcvautomation\" -DPACKAGE_TARNAME=\"libcvautomation\" -DPACKAGE_VERSION=\"1.4\" -DPACKAGE_STRING=\"libcvautomation\ 1.4\" -DPACKAGE_BUGREPORT=\"bspeice@uncc.edu\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libcvautomation\" -DVERSION=\"1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -D_FORTIFY_SOURCE=2 -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c cva-input.c
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -L../libcvautomation/.libs -lcvautomation -Wl,-Bsymbolic-functions -Wl,-z,relro -o cva-input cva-input.o
libtool: link: gcc -Wall -Werror -O2 -I../include -I/usr/include/opencv -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o .libs/cva-input cva-input.o -L../libcvautomation/.libs /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/libcvautomation/.libs/libcvautomation.so
make[2]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples'
Making all in docs
make[2]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/docs'
doxygen Doxyfile_library
warning: Tag `USE_WINDOWS_ENCODING' at line 64 of file Doxyfile_library has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `DETAILS_AT_TOP' at line 156 of file Doxyfile_library has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 1203 of file Doxyfile_library has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 1211 of file Doxyfile_library has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: source ./images is not a readable file or directory... skipping.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation-xtest.h:376: warning: Unsupported xml/html tag <button_number> found
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation-xtest.h:411: warning: Unsupported xml/html tag <button_number> found
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation-xtest.h:446: warning: unable to resolve reference to `keyclick' for \ref command
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h:202: warning: image file print-printbutton1.png is not found in IMAGE_PATH: assuming external image.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h:204: warning: image file print-helpbutton.png is not found in IMAGE_PATH: assuming external image.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h:207: warning: image file print-printbutton2.png is not found in IMAGE_PATH: assuming external image.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h:209: warning: image file print-helpbutton.png is not found in IMAGE_PATH: assuming external image.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h:278: warning: Unsupported xml/html tag <filename> found
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h:311: warning: found </ul> tag without matching <ul>
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h:43: warning: Member x (variable) of class cvaPoint is not documented.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h:43: warning: Member y (variable) of class cvaPoint is not documented.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h:50: warning: Member cvaImage (variable) of class cvautomationList is not documented.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h:51: warning: Member fileName (variable) of class cvautomationList is not documented.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h:53: warning: Member resultPoint (variable) of class cvautomationList is not documented.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h:54: warning: Member searchMethod (variable) of class cvautomationList is not documented.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h:55: warning: Member tolerance (variable) of class cvautomationList is not documented.
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for msc files...
Searching for files to exclude
Searching for files to process...
Searching for files in directory /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include
Searching for files in directory /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation
Reading and parsing tag files
Preprocessing /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation-opencv.h...
Parsing file /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation-opencv.h...
Preprocessing /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation-xlib.h...
Parsing file /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation-xlib.h...
Preprocessing /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation-xtest.h...
Parsing file /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation-xtest.h...
Preprocessing /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h...
Parsing file /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/include/libcvautomation/libcvautomation.h...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Building class list...
Associating documentation with classes...
Computing nesting relations for classes...
Building example list...
Searching for enumerations...
Searching for documented typedefs...
Searching for members imported via using declarations...
Searching for included using directives...
Searching for documented variables...
Building member list...
Searching for friends...
Searching for documented defines...
Computing class inheritance relations...
Computing class usage relations...
Flushing cached template relations that have become invalid...
Creating members for template instances...
Computing class relations...
Add enum values to enums...
Searching for member function documentation...
Building page list...
Search for main page...
Computing page relations...
Determining the scope of groups...
Sorting lists...
Freeing entry tree
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Generating disk names...
Adding source references...
Adding xrefitems...
Sorting member lists...
Generating citations page...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Combining using relations...
Adding members to index pages...
Generating style sheet...
Generating search indices...
Generating example documentation...
Generating file sources...
Generating code for file libcvautomation-opencv.h...
Generating code for file libcvautomation-xlib.h...
Generating code for file libcvautomation-xtest.h...
Generating code for file libcvautomation.h...
Generating file documentation...
Generating docs for file libcvautomation-opencv.h...
Generating docs for file libcvautomation-xlib.h...
Generating docs for file libcvautomation-xtest.h...
Generating docs for file libcvautomation.h...
Generating page documentation...
Generating docs for page libcvautomation_search_methods...
Generating docs for page xtest_key_strings...
Generating docs for page xtest_command_strings...
Generating docs for page libcvautomation...
Generating docs for page writing_app_tests...
Generating docs for page wrapper_functions...
Generating group documentation...
Generating class documentation...
Generating docs for compound cvaPoint...
Generating docs for compound cvautomationList...
Generating namespace index...
Generating graph info page...
Generating index page...
Generating page index...
Generating module index...
Generating namespace index...
Generating namespace member index...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating member index...
Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
symbol cache used 52/65536 hits=2271 misses=52
lookup cache used 60/65536 hits=293 misses=61
finished...
doxygen Doxyfile_example
warning: Tag `USE_WINDOWS_ENCODING' at line 64 of file Doxyfile_example has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `DETAILS_AT_TOP' at line 156 of file Doxyfile_example has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 1203 of file Doxyfile_example has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 1211 of file Doxyfile_example has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: source ./images is not a readable file or directory... skipping.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples/cva-input.c:27: warning: Member usage() (function) of file cva-input.c is not documented.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples/cva-input.c:28: warning: Member checkXTEEnabled(Display *display) (function) of file cva-input.c is not documented.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples/cva-input.c:31: warning: Member main(int argc, char **argv) (function) of file cva-input.c is not documented.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples/cva-match.c:26: warning: Member usage() (function) of file cva-match.c is not documented.
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples/cva-match.c:38: warning: Member main(int argc, char **argv) (function) of file cva-match.c is not documented.
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for msc files...
Searching for files to exclude
Searching for files to process...
Searching for files in directory /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples
Searching for files in directory /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples/.libs
Reading and parsing tag files
Preprocessing /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples/cva-input.c...
Parsing file /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples/cva-input.c...
Preprocessing /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples/cva-match.c...
Parsing file /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples/cva-match.c...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Building class list...
Associating documentation with classes...
Computing nesting relations for classes...
Building example list...
Searching for enumerations...
Searching for documented typedefs...
Searching for members imported via using declarations...
Searching for included using directives...
Searching for documented variables...
Building member list...
Searching for friends...
Searching for documented defines...
Computing class inheritance relations...
Computing class usage relations...
Flushing cached template relations that have become invalid...
Creating members for template instances...
Computing class relations...
Add enum values to enums...
Searching for member function documentation...
Building page list...
Search for main page...
Computing page relations...
Determining the scope of groups...
Sorting lists...
Freeing entry tree
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Generating disk names...
Adding source references...
Adding xrefitems...
Sorting member lists...
Generating citations page...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Combining using relations...
Adding members to index pages...
Generating style sheet...
Generating example documentation...
Generating file sources...
Generating code for file cva-input.c...
Generating code for file cva-match.c...
Generating file documentation...
Generating docs for file cva-input.c...
Generating docs for file cva-match.c...
Generating page documentation...
Generating docs for page cva-input...
Generating docs for page cva-match...
Generating group documentation...
Generating class documentation...
Generating namespace index...
Generating graph info page...
Generating index page...
Generating page index...
Generating module index...
Generating namespace index...
Generating namespace member index...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating member index...
Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
symbol cache used 5/65536 hits=275 misses=5
lookup cache used 3/65536 hits=14 misses=3
finished...
echo Timestamp > doxyfile.stamp
make[2]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/docs'
make[2]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
make[1]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
dh_auto_test
make[1]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
Making check in libcvautomation
make[2]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/libcvautomation'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/libcvautomation'
Making check in examples
make[2]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples'
Making check in docs
make[2]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/docs'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/docs'
make[2]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
make[1]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
fakeroot debian/rules binary
dh binary
dh_testroot
dh_prep
dh_installdirs
dh_auto_install
make[1]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
Making install in libcvautomation
make[2]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/libcvautomation'
make[3]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/libcvautomation'
test -z "/usr/lib" || /bin/mkdir -p "/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c libcvautomation.la '/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/lib'
libtool: install: /usr/bin/install -c .libs/libcvautomation.so.1.0.4 /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/lib/libcvautomation.so.1.0.4
libtool: install: (cd /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/lib && { ln -s -f libcvautomation.so.1.0.4 libcvautomation.so.1 || { rm -f libcvautomation.so.1 && ln -s libcvautomation.so.1.0.4 libcvautomation.so.1; }; })
libtool: install: (cd /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/lib && { ln -s -f libcvautomation.so.1.0.4 libcvautomation.so || { rm -f libcvautomation.so && ln -s libcvautomation.so.1.0.4 libcvautomation.so; }; })
libtool: install: /usr/bin/install -c .libs/libcvautomation.lai /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/lib/libcvautomation.la
libtool: install: /usr/bin/install -c .libs/libcvautomation.a /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/lib/libcvautomation.a
libtool: install: chmod 644 /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/lib/libcvautomation.a
libtool: install: ranlib /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/lib/libcvautomation.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/include/libcvautomation" || /bin/mkdir -p "/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/include/libcvautomation"
/usr/bin/install -c -m 644 ../include/libcvautomation/libcvautomation.h ../include/libcvautomation/libcvautomation-opencv.h ../include/libcvautomation/libcvautomation-xlib.h ../include/libcvautomation/libcvautomation-xtest.h ../include/libcvautomation/xautomation_kbd.h ../include/libcvautomation/xautomation_keysym_map.h ../include/libcvautomation/xautomation_multikey_map.h '/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/include/libcvautomation'
make[3]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/libcvautomation'
make[2]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/libcvautomation'
Making install in examples
make[2]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples'
make[3]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples'
test -z "/usr/bin" || /bin/mkdir -p "/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/bin"
/bin/bash ../libtool --mode=install /usr/bin/install -c cva-match cva-input '/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/bin'
libtool: install: warning: `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/libcvautomation/.libs/libcvautomation.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/cva-match /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/bin/cva-match
libtool: install: warning: `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/libcvautomation/.libs/libcvautomation.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/cva-input /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/bin/cva-input
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples'
make[2]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/examples'
Making install in docs
make[2]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/docs'
make[3]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/docs'
make[3]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p /tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/share/libcvautomation/html
for f in html/*; do \
/usr/bin/install -c -m 644 $f \
/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/share/libcvautomation/html; done
/usr/bin/install: omitting directory `html/search'
test -z "/usr/share/man/man1" || /bin/mkdir -p "/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/share/man/man1"
/usr/bin/install -c -m 644 man/man1/cva-match.1 man/man1/cva-input.1 '/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/share/man/man1'
test -z "/usr/share/man/man3" || /bin/mkdir -p "/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/share/man/man3"
/usr/bin/install -c -m 644 man/man3/cvaPoint.3 man/man3/libcvautomation.h.3 man/man3/libcvautomation-xlib.h.3 man/man3/libcvautomation_search_methods.3 man/man3/xtest_key_strings.3 man/man3/cvautomationList.3 man/man3/libcvautomation-opencv.h.3 man/man3/libcvautomation-xtest.h.3 man/man3/xtest_command_strings.3 man/man3/libcvautomation.3 man/man3/writing_app_tests.3 '/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/share/man/man3'
make[3]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/docs'
make[2]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/docs'
make[2]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
make[3]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
test -z "/etc" || /bin/mkdir -p "/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/etc"
/usr/bin/install -c -m 644 libcvautomation_funcs '/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/etc'
test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/lib/pkgconfig"
/usr/bin/install -c -m 644 libcvautomation.pc '/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4/debian/tmp/usr/lib/pkgconfig'
make[3]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
make[2]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
make[1]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
debian/rules override_dh_install
make[1]: Entering directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
find debian/tmp/usr/lib -name "*.la" -exec \
sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} \;
dh_install
make[1]: Leaving directory `/tmp/tmp.ja4uPpDdQV/libcvautomation-1.4'
dh_installdocs
dh_installchangelogs
dh_installexamples
dh_installman
dh_installcatalogs
dh_installcron
dh_installdebconf
dh_installemacsen
dh_installifupdown
dh_installinfo
dh_installinit
dh_installmenu
dh_installmime
dh_installmodules
dh_installlogcheck
dh_installlogrotate
dh_installpam
dh_installppp
dh_installudev
dh_installwm
dh_installxfonts
dh_installgsettings
dh_bugfiles
dh_ucf
dh_lintian
dh_gconf
dh_icons
dh_perl
dh_usrlocal
dh_link
dh_compress
dh_fixperms
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `libcvautomation-dev' in `../libcvautomation-dev_1.4-1_amd64.deb'.
dpkg-deb: building package `libcvautomation-doc' in `../libcvautomation-doc_1.4-1_all.deb'.
dpkg-deb: building package `libcvautomation-examples' in `../libcvautomation-examples_1.4-1_amd64.deb'.
dpkg-genchanges >../libcvautomation_1.4-1_amd64.changes
dpkg-genchanges: including full source code in upload
dpkg-source --after-build libcvautomation-1.4
dpkg-buildpackage: full upload (original source is included)
Now running lintian...
W: libcvautomation source: missing-field-in-dep5-copyright license (paragraph at line 5)
W: libcvautomation-doc: embedded-javascript-library usr/share/libcvautomation/html/jquery.js
W: libcvautomation-doc: script-not-executable usr/share/libcvautomation/html/installdox
W: libcvautomation-examples: script-not-executable etc/libcvautomation_funcs
W: libcvautomation-dev: package-name-doesnt-match-sonames libcvautomation1
W: libcvautomation-dev: manpage-has-errors-from-man usr/share/man/man3/libcvautomation_search_methods.3.gz 15: warning: numeric expression expected (got `g')
Finished running lintian.
Now signing changes and any dsc files...
signfile libcvautomation_1.4-1.dsc DF6225AA
gpg: gpg-agent is not available in this session
signfile libcvautomation_1.4-1_amd64.changes DF6225AA
gpg: gpg-agent is not available in this session
Successfully signed dsc and changes files

View File

@ -0,0 +1,55 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 30 Jul 2012 12:43:00 -0400
Source: libcvautomation
Binary: libcvautomation-dev libcvautomation-doc libcvautomation-examples
Architecture: source amd64 all
Version: 1.4-1
Distribution: precise
Urgency: low
Maintainer: Bradlee Speice <bspeice@uncc.edu>
Changed-By: Bradlee Speice <bspeice@uncc.edu>
Description:
libcvautomation-dev - GUI Automation and Testing Library
libcvautomation-doc - documentation for libcvautomation
libcvautomation-examples - Example programs to demonstrate libcvautomation functionality
Changes:
libcvautomation (1.4-1) precise; urgency=low
.
* Release version 1.4-1 of libcvautomation
* Lots of bugfixes, and add functions for double clicks
Checksums-Sha1:
aacaa62dabfa869fa69be31ca4f1a91c4ef60d68 1693 libcvautomation_1.4-1.dsc
1d371fac6f73523515fd1a313b0214ac88459ec3 518671 libcvautomation_1.4.orig.tar.gz
61075b109476fdcfb5eedbf15de5453ad1712599 2774 libcvautomation_1.4-1.debian.tar.gz
3b9902bc9c976847c819eb28142b83de3820515f 80396 libcvautomation-dev_1.4-1_amd64.deb
8a3c593f6c7a5b5ebc7872ddeda9c75e2575d81b 89878 libcvautomation-doc_1.4-1_all.deb
31ee61e01c332107c16e6add508d32423361d52c 14350 libcvautomation-examples_1.4-1_amd64.deb
Checksums-Sha256:
4c146d88dee5d3bad92d7b913ef4e8a21206a91204a00138cfb54c1878d97899 1693 libcvautomation_1.4-1.dsc
50233b8fc324b2aa560da7336e879dfec394f01d21e5a410caa4aa7ea5860e43 518671 libcvautomation_1.4.orig.tar.gz
056c43f65d6d4be4cba962617c82f6782a87bb01fcc38754cb26233cdea3a25b 2774 libcvautomation_1.4-1.debian.tar.gz
1d6e6dd6211414505e2dbb27f7578385a495021301502fee2bfd548708800da9 80396 libcvautomation-dev_1.4-1_amd64.deb
933c523a3eefd438d7e5919ba31260d110441b0e127f12a1e33efbf37c3a8df0 89878 libcvautomation-doc_1.4-1_all.deb
7f8a1f2f4f8ccc0029f22c19f24cea85cfe17c6e5066c747fa95177a7e3f79a7 14350 libcvautomation-examples_1.4-1_amd64.deb
Files:
b0d54fb9da3a14a27e501e2739f7b0d7 1693 devel extra libcvautomation_1.4-1.dsc
472f3b6cff347863dc1326975005f7f9 518671 devel extra libcvautomation_1.4.orig.tar.gz
661db0086b9fa4dad566cbba95b4e93e 2774 devel extra libcvautomation_1.4-1.debian.tar.gz
df82f6290b07d44c51090d7cbd7add4c 80396 libdevel extra libcvautomation-dev_1.4-1_amd64.deb
641d94313a07223b57049486adfa2731 89878 doc extra libcvautomation-doc_1.4-1_all.deb
e266404e5452bf73e4898df9032e9c48 14350 devel extra libcvautomation-examples_1.4-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAEBAgAGBQJQFruhAAoJEOwnvCHfYiWqjgcH/ipLy/aTjg3nSCBFoHrv8zJV
m8aitIsn/FoGbr69OGssaOtVRTGOzfolO0P1W4clVSRiZ3o/STdjHRC9O86EAwSs
wkj8BBsHmSfuX675D2P+uv/yFJSv8wOwTX4N9BJxiuL3lbXday2feU4boRxCcPck
bNf3p0eCCRhW2ceUKtmrtioMJRMiDo6GzKSdyoryI/Q0m28nBoarMn1mNmKakG5D
2reahbR49jY+m2DJd0QIdQgKizWOijylljVw0kzAVj/QTCFkAcH8x4r5fqVnq6az
rG7TVOR5Lsrp+XYZdQAlna90RoGsVN5WnFkohsIvgSIhpPL6mJorpt/g8VhXKQA=
=uMDW
-----END PGP SIGNATURE-----

Binary file not shown.

Binary file not shown.