--- libvisca-1.0.1.orig/debian/changelog +++ libvisca-1.0.1/debian/changelog @@ -0,0 +1,5 @@ +libvisca (1.0.1-1) unstable; urgency=low + + * Initial release. (Closes: #549216) + + -- Alan Woodland Fri, 02 Oct 2009 15:28:24 +0100 --- libvisca-1.0.1.orig/debian/rules +++ libvisca-1.0.1/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +#include /usr/share/cdbs/1/rules/dpatch.mk +#include /usr/share/dpatch/dpatch.make + +# no idea quite how they did it, but it builds shared objects with +# rather strange names if we don't do this +DEB_AUTO_UPDATE_AUTOCONF := +DEB_AUTO_UPDATE_AUTOMAKE := +DEB_AUTO_UPDATE_LIBTOOL := post + +DEB_SHLIBDEPS_LIBRARY_libvisca := libvisca + +binary-instal/libvisca-dev:: + rm debian/libvisca-dev/usr/lib/*.so.*.*.* --- libvisca-1.0.1.orig/debian/control +++ libvisca-1.0.1/debian/control @@ -0,0 +1,43 @@ +Source: libvisca +Maintainer: Alan Woodland +Section: libdevel +Priority: extra +Build-depends: debhelper (>= 7), cdbs, autotools-dev, libtool, autoconf, automake +Standards-version: 3.8.3 +Homepage: http://damien.douxchamps.net/libvisca/ + +Package: libvisca0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Protocol implementation of VISCA cameras control interface + VISCA is a protocol used to control many pan and tilt cameras. It is commonly + found in cameras used for computer vision or robotics research, as well as + video conferencing. + . + libVISCA is a library for controlling a VISCA(tm) compliant camera through the + RS232 port of your PC. VISCA, on its side, is a protocol developed by Sony so + that a lot of machine vision cameras from Sony are compliant with VISCA. + . + Typical cameras include the FCB-IX47 family of camera block for OEMs. + Note that other devices, such as VCRs, can be controlled. + . + This package contains the shared library. + . + +Package: libvisca-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libvisca0 (= ${binary:Version}) +Description: Development files for libvisca + VISCA is a protocol used to control many pan and tilt cameras. It is commonly + found in cameras used for computer vision or robotics research, as well as + video conferencing. + . + libVISCA is a library for controlling a VISCA(tm) compliant camera through the + RS232 port of your PC. VISCA, on its side, is a protocol developed by Sony so + that a lot of machine vision cameras from Sony are compliant with VISCA. + . + Typical cameras include the FCB-IX47 family of camera block for OEMs. + Note that other devices, such as VCRs, can be controlled. + . + This package contains development headers and examples. + . --- libvisca-1.0.1.orig/debian/compat +++ libvisca-1.0.1/debian/compat @@ -0,0 +1 @@ +7 --- libvisca-1.0.1.orig/debian/libvisca-dev.install +++ libvisca-1.0.1/debian/libvisca-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/lib/*.so +debian/tmp/usr/lib/*.a +debian/tmp/usr/lib/*.la +debian/tmp/usr/include/libvisca/* +examples/*.c usr/share/doc/libvisca-dev/ --- libvisca-1.0.1.orig/debian/libvisca0.install +++ libvisca-1.0.1/debian/libvisca0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*.so.* --- libvisca-1.0.1.orig/debian/copyright +++ libvisca-1.0.1/debian/copyright @@ -0,0 +1,25 @@ +Format-Specification: DEP-5 +Name: libvisca +Maintainer: Alan Woodland +Source: http://damien.douxchamps.net/libvisca/ + +Copyright: 2002, Damien Douxchamps +License: LGPL-2.1 + On Debian systems the full text of the Lesser GNU General Public + License can be found in the `/usr/share/common-licenses/LGPL-2.1' + file + +Files: examples/visca_cli.c +Copyright: 2003, Simon Bichler +License: GPL-2 + On Debian systems the full text of the GNU General Public + License can be found in the `/usr/share/common-licenses/GPL-2' + file. + +Files: debian/* +Copyright: 2009, Alan Woodland +License: GPL-2 + On Debian systems the full text of the GNU General Public + License can be found in the `/usr/share/common-licenses/GPL-2' + file. + --- libvisca-1.0.1.orig/debian/watch +++ libvisca-1.0.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/libvisca/ libvisca-(.+)\.tar\.gz