--- liboqapy-iproc-0.2.4.orig/debian/changelog +++ liboqapy-iproc-0.2.4/debian/changelog @@ -0,0 +1,29 @@ +liboqapy-iproc (0.2.4-0ubuntu2) artful; urgency=low + + * Rebuild for missed depends + + -- Vincent Vande Vyvre Wed, 08 Nov 2017 12:12:48 +0100 + +liboqapy-iproc (0.2.4-0ubuntu1) artful; urgency=low + + * Update for opencv 3 + + -- Vincent Vande Vyvre Tue, 07 Nov 2017 21:34:46 +0100 + +liboqapy-iproc (0.2.3-0ubuntu1) artful; urgency=low + + * Update for opencv 3 + + -- Vincent Vande Vyvre Tue, 07 Nov 2017 20:34:46 +0100 + +liboqapy-iproc (0.2.0-0ubuntu1) xenial; urgency=low + + * Update from upstream + + -- Vincent Vande Vyvre Thu, 07 Sep 2017 06:09:31 +0200 + +liboqapy-iproc (0.1.0-0ubuntu1) precise; urgency=low + + * Initial release + + -- Vincent Vande Vyvre Tue, 28 Jan 2014 12:38:18 +0200 --- liboqapy-iproc-0.2.4.orig/debian/compat +++ liboqapy-iproc-0.2.4/debian/compat @@ -0,0 +1 @@ +9 --- liboqapy-iproc-0.2.4.orig/debian/control +++ liboqapy-iproc-0.2.4/debian/control @@ -0,0 +1,27 @@ +Source: liboqapy-iproc +Section: libs +Priority: optional +Maintainer: Vincent Vande Vyvre +Build-Depends: debhelper, + g++ (>= 4.6.3), + libopencv-dev, + libopencv-core-dev, + libopencv-photo-dev, + libopencv-highgui-dev, + libopencv-highgui3.1 +Standards-Version: 3.9.7 +Homepage: http://bazaar.launchpad.net/~vincent-vandevyvre/oqapy/2.0/ + +Package: liboqapy-iproc0 +Architecture: any +Section: libs +Priority: optional +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libopencv-core3.1, + libopencv-imgproc3.1 +Description: Image processing library + liboqapy-iproc is a C++ library for image processing using Opencv written for + the software Oqapy. + + --- liboqapy-iproc-0.2.4.orig/debian/copyright +++ liboqapy-iproc-0.2.4/debian/copyright @@ -0,0 +1,29 @@ +Format: +Upstream-Name: oqapy +Upstream-Contact: Vincent Vande Vyvre +Source: https://launchpad.net/oqapy + +Files: * +Copyright: Copyright: 2009-2013 Vincent Vande Vyvre +license: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the full text of the GNU General Public + License version 3 can be found in the file + `/usr/share/common-licenses/GPL-3' + + +Files: debian/* +Copyright: 2013 Vincent Vande Vyvre +License: + Copying and distribution of this package, with or without modification, + are permitted in any medium without royalty provided + the copyright notice and this notice are preserved. --- liboqapy-iproc-0.2.4.orig/debian/install +++ liboqapy-iproc-0.2.4/debian/install @@ -0,0 +1 @@ +liboqapy-iproc.so /usr/lib --- liboqapy-iproc-0.2.4.orig/debian/rules +++ liboqapy-iproc-0.2.4/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_auto_configure: +override_dh_auto_build: + set -e; \ + /bin/sh build.sh; +override_dh_auto_clean: +override_dh_auto_install: +override_dh_installchangelogs: + dh_installchangelogs CHANGELOG +