--- qtubuntu-cameraplugin-fake-0.1.10+14.04.20140304.orig/debian/changelog +++ qtubuntu-cameraplugin-fake-0.1.10+14.04.20140304/debian/changelog @@ -0,0 +1,125 @@ +qtubuntu-cameraplugin-fake (0.1.10+14.04.20140304-0ubuntu1) trusty; urgency=low + + [ CI bot ] + * No change rebuild against Qt 5.2.1. + + [ Albert Astals ] + * Don't use multimedia-private, builds fine with multimedia . + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Tue, 04 Mar 2014 13:55:32 +0000 + +qtubuntu-cameraplugin-fake (0.1.10+13.10.20130722-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * As per Didier's advice, Breaks is not necessary here, Conflicts is + enough. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 37 + + -- Ubuntu daily release Mon, 22 Jul 2013 04:59:58 +0000 + +qtubuntu-cameraplugin-fake (0.1.10+13.10.20130719-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Fix lintian errors. Do not install tests, remove the -tests package + as we don't need unit tests installed on the user's system + + [ Ubuntu daily release ] + * Automatic snapshot from revision 35 + + -- Ubuntu daily release Fri, 19 Jul 2013 06:09:40 +0000 + +qtubuntu-cameraplugin-fake (0.1.10daily13.06.07-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 33 + + -- Ubuntu daily release Fri, 07 Jun 2013 04:02:22 +0000 + +qtubuntu-cameraplugin-fake (0.1.10daily13.05.22ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * Minor packaging fixes. + * Automatic snapshot from revision 29 (bootstrap) + + [ Łukasz 'sil2100' Zemczak ] + * debian/control: + - Rename source package name to fit branch name + + [ Didier Roche ] + * disable powerpc build as qt5 isn't available on it + + [ Ubuntu daily release ] + * Automatic snapshot from revision 32 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 22 May 2013 04:29:49 +0000 + +cameraplugin-fake (0.1.9) quantal; urgency=low + + * Fix to build for any platform, not (usable for) all. + + -- Guenter Schwann Tue, 05 mar 2013 20:05:25 +0100 + +cameraplugin-fake (0.1.8) quantal; urgency=low + + * License change to LGPLv3 + + -- Guenter Schwann Thu, 14 Feb 2013 20:16:25 +0100 + +cameraplugin-fake (0.1.7) quantal; urgency=low + + * Fixes for Qt5 final release packages + + -- Guenter Schwann Tue, 22 Jan 2013 19:38:25 +0100 + +cameraplugin-fake (0.1.6) UNRELEASED; urgency=low + + * Use VideoLight not torch + * Front/back camera support + * Use for front/back same aspect ratios as for the maguro device + * Implement simple CameraViewfinderSettingsControl + + -- Guenter Schwann Thu, 30 Oct 2012 15:38:25 +0100 + +cameraplugin-fake (0.1.5) UNRELEASED; urgency=low + + * Create directory to store the images when needed + * Move file do final destination, instead of saveing it there directly + * Rotate image like the sensor on device + * Test app removed + + -- Guenter Schwann Fri, 19 Oct 2012 11:38:25 +0100 + +cameraplugin-fake (0.1.4) quantal; urgency=low + + * Save the image in ~/Picture + * Do the jpeg save in extra thread + + -- Guenter Schwann Fri, 19 Oct 2012 11:38:25 +0100 + +cameraplugin-fake (0.1.3) UNRELEASED; urgency=low + + * Focus support added + + -- Guenter Schwann Thu, 18 Oct 2012 14:54:25 +0100 + +cameraplugin-fake (0.1.2) quantal; urgency=low + + * Remove debug output + + -- Guenter Schwann Tue, 16 Oct 2012 16:45:25 +0100 + +cameraplugin-fake (0.1.1) UNRELEASED; urgency=low + + * Remove debug output + + -- Guenter Schwann Tue, 16 Oct 2012 15:22:25 +0100 + +cameraplugin-fake (0.1) UNRELEASED; urgency=low + + * Initial release. + + -- Guenter Schwann Fri, 05 Oct 2012 12:12:25 +0100 --- qtubuntu-cameraplugin-fake-0.1.10+14.04.20140304.orig/debian/compat +++ qtubuntu-cameraplugin-fake-0.1.10+14.04.20140304/debian/compat @@ -0,0 +1 @@ +9 --- qtubuntu-cameraplugin-fake-0.1.10+14.04.20140304.orig/debian/control +++ qtubuntu-cameraplugin-fake-0.1.10+14.04.20140304/debian/control @@ -0,0 +1,25 @@ +Source: qtubuntu-cameraplugin-fake +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + libgles2-mesa-dev | libgl1-mesa-dev, + libpulse-dev, + pkg-config, + qt5-default, + qtbase5-dev, + qtmultimedia5-dev, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/qtubuntu-cameraplugin-fake +# If you aren't a member of ~phablet-team but need to upload packaging changes, +# just go ahead. ~phablet-team will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~phablet-team/qtubuntu-cameraplugin-fake/trunk + +Package: cameraplugin-fake +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Conflicts: cameraplugin-fake-tests +Description: Camera plugin for QtMultimedia faking with a photo file + A plugin for QtMultimedia faking a real camera by using + an image from disk as source of the photo. --- qtubuntu-cameraplugin-fake-0.1.10+14.04.20140304.orig/debian/copyright +++ qtubuntu-cameraplugin-fake-0.1.10+14.04.20140304/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cameraplugin-fake +Source: lp:qtubuntu-camera/cameraplugin-fake + +Files: * +Copyright: 2013 Canonical Ltd +License: LGPL-3 + +License: LGPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License. + . + This package 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 Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General + Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3". --- qtubuntu-cameraplugin-fake-0.1.10+14.04.20140304.orig/debian/rules +++ qtubuntu-cameraplugin-fake-0.1.10+14.04.20140304/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 +export QT_QPA_PLATFORM = minimal + +%: + dh $@ --parallel + +override_dh_auto_configure: + qmake + +override_dh_install: + dh_install --fail-missing --- qtubuntu-cameraplugin-fake-0.1.10+14.04.20140304.orig/debian/source/format +++ qtubuntu-cameraplugin-fake-0.1.10+14.04.20140304/debian/source/format @@ -0,0 +1 @@ +1.0