debian/0000775000000000000000000000000012310465326007172 5ustar debian/qtwebkit5-examples.install0000664000000000000000000000003012310457417014310 0ustar usr/lib/*/qt5/examples/ debian/compat0000664000000000000000000000000212310457417010372 0ustar 9 debian/qtwebkit5-examples.lintian-overrides0000664000000000000000000000005212310457417016304 0ustar qtwebkit5-examples: image-file-in-usr-lib debian/changelog0000664000000000000000000000430312310465316011043 0ustar qtwebkit-examples-opensource-src (5.2.1+dfsg-1ubuntu1) trusty; urgency=medium * Rebuild against qtwebkit 5.1.1-1ubuntu6. -- Mathieu Trudel-Lapierre Thu, 13 Mar 2014 21:46:43 -0400 qtwebkit-examples-opensource-src (5.2.1+dfsg-1) experimental; urgency=medium * New upstream release. * Bump Qt build dependencies. * Use Files-Excluded in debian/copyright in order to let uscan create the proper tarball. * Add libicu-dev as build dependency, it is now required. -- Lisandro Damián Nicanor Pérez Meyer Sat, 22 Feb 2014 17:48:57 -0300 qtwebkit-examples-opensource-src (5.2.0+dfsg-2) unstable; urgency=medium * Upload to unstable. * Update Standards-Version to 3.9.5, no changes required. -- Lisandro Damián Nicanor Pérez Meyer Sat, 01 Feb 2014 13:51:47 -0300 qtwebkit-examples-opensource-src (5.2.0+dfsg-1) experimental; urgency=medium * New upstream release. * Add versioning to Qt dependencies so it gets the right ones. -- Lisandro Damián Nicanor Pérez Meyer Thu, 19 Dec 2013 15:31:50 -0300 qtwebkit-examples-opensource-src (5.1.1+dfsg-1) unstable; urgency=low * New upstream release. * Remove jquery javascript library shipped without source code (Closes: #723035). - Repackage source tarball and add +dfsg to the version. - Add prune-nonfree to debian/rules to remove non free stuff. - Modify debian/rules: - Create a fake jquery.min.js. The build system needs to find it in order to be able to install it. - Once things are installed, remove the fake file and replace it with a symlink to the system provided one. - Adjust debian/watch to mangle 'dfsg'. -- Lisandro Damián Nicanor Pérez Meyer Sun, 20 Oct 2013 12:11:54 -0300 qtwebkit-examples-opensource-src (5.1.0-2) unstable; urgency=low * Improve debian/copyright. -- Lisandro Damián Nicanor Pérez Meyer Fri, 23 Aug 2013 15:25:23 -0300 qtwebkit-examples-opensource-src (5.1.0-1) unstable; urgency=low * Initial release (Closes: #697509). -- Lisandro Damián Nicanor Pérez Meyer Wed, 21 Aug 2013 17:49:04 -0300 debian/watch0000664000000000000000000000025712310457417010231 0ustar version=3 opts=dversionmangle=s/\+dfsg// \ http://download.qt-project.org/official_releases/qt/([\d\.]*)/([\d\.]*)/submodules/qtwebkit-examples-opensource-src-([^-]*)\.tar.xz debian/qtwebkit5-examples-doc-html.install0000664000000000000000000000004412310457417016022 0ustar usr/share/qt5/doc/qtwebkitexamples/ debian/source/0000775000000000000000000000000012310465324010470 5ustar debian/source/format0000664000000000000000000000001412310457417011702 0ustar 3.0 (quilt) debian/control0000664000000000000000000000574212310465320010577 0ustar Source: qtwebkit-examples-opensource-src Section: libs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Qt/KDE Maintainers Uploaders: Fathi Boudra , Modestas Vainius , Sune Vuorela , Pino Toscano , Lisandro Damián Nicanor Pérez Meyer , Felix Geyer , Timo Jyrinki Build-Depends: debhelper (>= 9), libglib2.0-dev, libgstreamer-plugins-base0.10-dev, libgstreamer0.10-dev, libicu-dev, libqt5opengl5-dev (>= 5.2.1+dfsg~), libqt5webkit5-dev (>= 5.1.1-1ubuntu6), libqt5xmlpatterns5-dev (>= 5.2.1~), libsqlite3-dev, libxslt1-dev, pkg-kde-tools, qtbase5-dev (>= 5.2.1+dfsg~), qtdeclarative5-dev (>= 5.2.1~) Build-Depends-Indep: libqt5sql5-sqlite (>= 5.2.1+dfsg~), qttools5-dev-tools (>= 5.2.1~) Standards-Version: 3.9.5 Homepage: http://qt-project.org/ Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtwebkit-examples.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qtwebkit-examples.git Package: qtwebkit5-examples Architecture: any Multi-Arch: same Section: x11 Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} Depends: libjs-jquery, ${misc:Depends}, ${shlibs:Depends} Description: Qt 5 webkit examples Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains examples of the Qt 5 webkit module. Package: qtwebkit5-examples-dbg Architecture: any Priority: extra Multi-Arch: same Section: debug Pre-Depends: dpkg (>= 1.15.6~) Depends: qtwebkit5-examples (= ${binary:Version}), ${misc:Depends} Description: Qt 5 webkit examples debugging symbols Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the debugging symbols for the Qt 5 webkit examples. Package: qtwebkit5-examples-doc Priority: extra Architecture: all Section: doc Depends: ${misc:Depends} Description: Qt 5 webkit examples documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 webkit examples. Package: qtwebkit5-examples-doc-html Priority: extra Architecture: all Section: doc Depends: ${misc:Depends} Description: Qt 5 webkit examples HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 webkit examples. debian/rules0000775000000000000000000000364012310457417010257 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed export QT_SELECT := qt5 %: dh $@ --dbg-package=qtwebkit5-examples-dbg --with pkgkde_symbolshelper --parallel override_dh_auto_configure: qmake # The build system needs to find the file but doesn't seems to use it later # as part of the build process. We create a fake one and will replace it later # for the system-provided one. touch $(CURDIR)/examples/webkitwidgets/fancybrowser/jquery.min.js override_dh_auto_clean: dh_auto_clean rm -rf doc/qtwebkitexamples doc/qtwebkitexamples.qch .qmake.cache override_dh_auto_build-indep: dh_auto_build -Smakefile -- docs override_dh_auto_install-arch: # We will replace the fake jquery.min.js with a symbolic link to a packaged version. rm -rf $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/webkitwidgets/fancybrowser/jquery.min.js dh_auto_install find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/ \ -perm /u+x,g+x,o+x -type f \ -regex '.*\.\(app\|conf\|cpp\|h\|html\|js\|php\|png\|pro\|xml\|xsl\)$$' \ -exec chmod a-x {} \; override_dh_link: dh_link -p qtwebkit5-examples /usr/share/javascript/jquery/jquery.min.js \ usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/webkitwidgets/fancybrowser/jquery.min.js override_dh_auto_install-indep: make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs override_dh_install: dh_install --fail-missing override_dh_builddeb: dh_builddeb -- -Zxz prune-nonfree: # No source code for jquery is shipped. rm -fv examples/webkitwidgets/fancybrowser/jquery.min.js debian/copyright0000664000000000000000000001656512310457417011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: qtwebkit-examples-opensource-src Source: http://download.qt-project.org/official_releases/qt/*/submodules/ Files-Excluded: examples/webkitwidgets/fancybrowser/jquery.min.js Files: * Copyright: 2012-2013 Digia Plc and/or its subsidiary(-ies). License: LGPL-2.1 with Digia Qt LGPL Exception 1.1 or GPL-3 Files: debian/* Copyright: 2007-2012 Fathi Boudra 2007-2012 Sune Vuorela 2008-2012 Modestas Vainius 2007-2009 Ana Beatriz Guerrero Lopez 2005-2007 Brian Nelson , 2012 Felix Geyer 2012-2013 Timo Jyrinki 2013 Lisandro Damián Nicanor Pérez Meyer License: LGPL-2.1 Files: examples/webkitqml/shared/main.cpp examples/webkitwidgets/imageanalyzer/* examples/webkitwidgets/framecapture/ examples/webkitwidgets/scroller/* examples/webkitwidgets/simpleselector/* examples/webkitwidgets/domtraversal/* examples/webkitwidgets/fancybrowser/* examples/webkitwidgets/previewer/* examples/webkitwidgets/formextractor/* examples/webkitwidgets/xmlpatterns/qobjectxmlmodel/* Copyright: 2012 Digia Plc and/or its subsidiary(-ies) License: BSD-3-clause Files: examples/webkitwidgets/fancybrowser/jquery.min.js Copyright: 2009 John Resig 2009 The Dojo Foundation License: GPL-2 or MIT License: LGPL-2.1 with Digia Qt LGPL Exception 1.1 GNU Lesser General Public License version 2.1: This file may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation and appearing in the file LICENSE.LGPL included in the packaging of this file. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. . In addition, as a special exception, Digia gives you certain additional rights. These rights are described in the Digia Qt LGPL Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this package. . On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1`. . Digia Qt LGPL Exception version 1.1: As an additional permission to the GNU Lesser General Public License version 2.1, the object code form of a "work that uses the Library" may incorporate material from a header file that is part of the Library. You may distribute such object code under terms of your choice, provided that: (i) the header files of the Library have not been modified; and (ii) the incorporated material is limited to numerical parameters, data structure layouts, accessors, macros, inline functions and templates; and (iii) you comply with the terms of Section 6 of the GNU Lesser General Public License version 2.1. . Moreover, you may apply this exception to a modified version of the Library, provided that such modification does not involve copying material from the Library into the modified Library's header files unless such material is limited to (i) numerical parameters; (ii) data structure layouts; (iii) accessors; and (iv) small macros, templates and inline functions of five lines or less in length. . Furthermore, you are not required to apply this additional permission to a modified version of the Library. License: GPL-3 Alternatively, this file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE.GPL included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. . On Debian systems, the complete text of the GNU Public Licenses can be found in `/usr/share/common-licenses/GPL-3`. License: BSD-3-clause You may use this file under the terms of the BSD license as follows: . "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." License: LGPL-2.1 This file may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation and appearing in the file LICENSE.LGPL included in the packaging of this file. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. . On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1`. License: GPL-2 On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. License: MIT Copyright (c) 2011 John Resig, http://jquery.com/ . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/quiltrc0000664000000000000000000000031412310457417010600 0ustar QUILT_PATCHES="debian/patches" QUILT_PATCH_OPTS="--reject-format=unified" QUILT_DIFF_ARGS="--no-timestamps --no-index" QUILT_REFRESH_ARGS="--no-timestamps --no-index -pab --diffstat" QUILT_DIFF_OPTS="-p" debian/qtwebkit5-examples-doc.install0000664000000000000000000000004712310457417015063 0ustar usr/share/qt5/doc/qtwebkitexamples.qch