--- qtubuntu-gles-0.60+14.10.20141001.orig/debian/changelog +++ qtubuntu-gles-0.60+14.10.20141001/debian/changelog @@ -0,0 +1,90 @@ +qtubuntu-gles (0.60+14.10.20141001-0ubuntu1) utopic; urgency=medium + + [ Michael Zanetti ] + * Sync with upstream + + -- Ubuntu daily release Wed, 01 Oct 2014 16:18:42 +0000 + +qtubuntu-gles (0.60+14.10.20140815.1-0ubuntu1) utopic; urgency=medium + + [ Gerry Boland ] + * Sync with qtubuntu + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Fri, 15 Aug 2014 17:09:39 +0000 + +qtubuntu-gles (0.60+14.10.20140812-0ubuntu1) utopic; urgency=medium + + [ Ricardo Mendoza ] + * Sync package with qtubuntu - 0.60+14.10.20140812-0ubuntu1 + + -- Ubuntu daily release Tue, 12 Aug 2014 19:37:55 +0000 + +qtubuntu-gles (0.60+14.10.20140808.1-0ubuntu1) utopic; urgency=medium + + [ Timo Jyrinki ] + * Sync with upstream. + + -- Ubuntu daily release Fri, 08 Aug 2014 14:48:17 +0000 + +qtubuntu-gles (0.60+14.10.20140806-0ubuntu1) UNRELEASED; urgency=medium + + * Sync package with qtubuntu - 0.60+14.10.20140806-0ubuntu1 + + -- Ricardo Salveti de Araujo Wed, 06 Aug 2014 14:55:46 -0300 + +qtubuntu-gles (0.60+14.10.20140728-0ubuntu1) utopic; urgency=medium + + [ Gerry Boland ] + * Major refactor: remove SurfaceFlinger & Mir in-server-process-client + support, flatten class hierarchy. Only Mir client QPA remains + + [ Ubuntu daily release ] + * New rebuild forced + + [ Ricardo Salveti de Araujo ] + * debian/watch: changing to a silo that doesn't exist, so it can be + used as reference + + -- Ubuntu daily release Mon, 28 Jul 2014 04:23:23 +0000 + +qtubuntu-gles (0.54+14.10.20140613-0ubuntu2) utopic; urgency=medium + + * debian/control: should depend on libqt5quickwidgets5-gles instead + + -- Ricardo Salveti de Araujo Thu, 19 Jun 2014 03:28:47 -0300 + +qtubuntu-gles (0.54+14.10.20140613-0ubuntu1) utopic; urgency=medium + + * Sync package with qtubuntu - 0.54+14.10.20140613-0ubuntu1 + + -- Timo Jyrinki Wed, 18 Jun 2014 11:36:05 +0000 + +qtubuntu-gles (0.54+14.10.20140612-0ubuntu1) utopic; urgency=low + + [ Ricardo Mendoza ] + * Migrate to Platform API v2 + + -- Robert Bruce Park Thu, 12 Jun 2014 13:51:37 -0700 + +qtubuntu-gles (0.54+14.10.20140526.1-0ubuntu1) utopic; urgency=medium + + * Sync package with qtubuntu - 0.54+14.10.20140526.1 + + -- Ricardo Salveti de Araujo Thu, 05 Jun 2014 00:28:32 +0200 + +qtubuntu-gles (0.54+14.10.20140430.1-0ubuntu2) utopic; urgency=medium + + * debian/control: not renamining the binary package as qtubuntu-android is + not generated for all arches anymore + + -- Ricardo Salveti de Araujo Thu, 08 May 2014 19:53:01 -0300 + +qtubuntu-gles (0.54+14.10.20140430.1-0ubuntu1) utopic; urgency=medium + + * Repackging for building gles variants for i386 and amd64. + - Based on qtubuntu 0.54+14.10.20140430.1-0ubuntu1 + + -- Ricardo Salveti de Araujo Wed, 07 May 2014 11:16:41 -0300 --- qtubuntu-gles-0.60+14.10.20141001.orig/debian/compat +++ qtubuntu-gles-0.60+14.10.20141001/debian/compat @@ -0,0 +1 @@ +9 --- qtubuntu-gles-0.60+14.10.20141001.orig/debian/control +++ qtubuntu-gles-0.60+14.10.20141001/debian/control @@ -0,0 +1,45 @@ +Source: qtubuntu-gles +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + libatspi2.0-dev, + libegl1-mesa-dev, + libfontconfig1-dev, + libfreetype6-dev, + libgles2-mesa-dev, + libglib2.0-dev, + libqt5gui5-gles, + libqt5sensors5-dev, + libqt5quicktest5, + libubuntu-application-api-dev (>= 2.2.0), + libudev-dev, + libxrender-dev, + libxkbcommon-dev, + qt5-default, + qtbase5-gles-dev, + qtbase5-private-gles-dev, + qtdeclarative5-dev, +Standards-Version: 3.9.4 +Section: libs +X-Auto-Uploader: no-rewrite-version + +Package: qtubuntu-android +Architecture: i386 amd64 +Multi-Arch: same +Conflicts: qtubuntu-android, qtubuntu-desktop +Replaces: qtubuntu-android +Provides: qtubuntu +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libqt5sensors5, + qtubuntu-sensors, + ubuntu-application-api2-touch, +Description: Qt plugins for Ubuntu Platform API (mobile) - OpenGLES + QtUbuntu is a set of Qt5 components for the Ubuntu Platform API. It contains a + QPA (Qt Platform Abstraction) plugin based on the Ubuntu Platform API and a + legacy QPA plugin based on the compatibility layers. It also provides Qt + bindings for Ubuntu Platform API features that are not exposed through the QPA + plugins. + . + This variant of the package is for Android-based phones and tablets (built + against the OpenGLES variant of qtbase). --- qtubuntu-gles-0.60+14.10.20141001.orig/debian/copyright +++ qtubuntu-gles-0.60+14.10.20141001/debian/copyright @@ -0,0 +1,48 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: qtubuntu + +Files: * +Copyright: 2013 Canonical Ltd. +License: LGPL-3 + +Files: debian/* +Copyright: 2013 Canonical Ltd. +License: GPL-3 + +Files: tests/* +Copyright: 2013 Canonical Ltd. +License: GPL-3 + +License: LGPL-3 + This package 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, 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +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, version 3 of the License. + . + 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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + 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. --- qtubuntu-gles-0.60+14.10.20141001.orig/debian/docs +++ qtubuntu-gles-0.60+14.10.20141001/debian/docs @@ -0,0 +1 @@ +README --- qtubuntu-gles-0.60+14.10.20141001.orig/debian/qtubuntu-android.install +++ qtubuntu-gles-0.60+14.10.20141001/debian/qtubuntu-android.install @@ -0,0 +1 @@ +usr/lib/*/qt5/plugins/platforms/* --- qtubuntu-gles-0.60+14.10.20141001.orig/debian/rules +++ qtubuntu-gles-0.60+14.10.20141001/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +ANDROID_DIR = build-android +TMP1_DIR = $(CURDIR)/debian/tmp1 + +%: + dh $@ + +override_dh_clean: + rm -rf $(TMP1_DIR) + dh_clean + +override_dh_auto_configure: + mkdir -p $(ANDROID_DIR) && dh_auto_configure -B$(ANDROID_DIR) -- "QMAKE_CXXFLAGS=-DPLATFORM_API_TOUCH" $(CURDIR) + +override_dh_auto_build: + dh_auto_build -B$(ANDROID_DIR) + +override_dh_auto_install: + rm -f debian/*/usr/lib/*/qt5/examples/qtubuntu/qmlscene-ubuntu + mkdir -p $(TMP1_DIR) && cd $(ANDROID_DIR) && INSTALL_ROOT=$(TMP1_DIR) make install + cd $(CURDIR) + +override_dh_install: + dh_install --sourcedir=$(TMP1_DIR) -pqtubuntu-android --- qtubuntu-gles-0.60+14.10.20141001.orig/debian/source/format +++ qtubuntu-gles-0.60+14.10.20141001/debian/source/format @@ -0,0 +1 @@ +1.0 --- qtubuntu-gles-0.60+14.10.20141001.orig/debian/watch +++ qtubuntu-gles-0.60+14.10.20141001/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=dversionmangle=s/\-gles// \ +http://ppa.launchpad.net/ci-train-ppa-service/landing-007/ubuntu/pool/main/q/qtubuntu/qtubuntu_([^-]*)\.orig.tar.gz