--- poppler-qml-plugin-0.1.1+13.10.20130819.3.orig/debian/changelog +++ poppler-qml-plugin-0.1.1+13.10.20130819.3/debian/changelog @@ -0,0 +1,57 @@ +poppler-qml-plugin (0.1.1+13.10.20130819.3-0ubuntu4~gcc5.2) focal; urgency=medium + + * No-change rebuild for libgcc-s1 package name change. + + -- Matthias Klose Wed, 25 Mar 2020 19:19:11 +0100 + +poppler-qml-plugin (0.1.1+13.10.20130819.3-0ubuntu4~gcc5.1) wily; urgency=medium + + * No-change test rebuild for g++5 ABI transition + + -- Steve Langasek Wed, 15 Jul 2015 17:33:16 +0000 + +poppler-qml-plugin (0.1.1+13.10.20130819.3-0ubuntu3) trusty; urgency=medium + + * No-change rebuild for shlib changes in qtbase and qtdeclarative. + + -- Ricardo Salveti de Araujo Mon, 14 Apr 2014 12:50:12 -0300 + +poppler-qml-plugin (0.1.1+13.10.20130819.3-0ubuntu2) trusty; urgency=medium + + * Rebuild against Qt 5.2.1 + + -- Timo Jyrinki Wed, 05 Mar 2014 14:01:02 +0200 + +poppler-qml-plugin (0.1.1+13.10.20130819.3-0ubuntu1) saucy; urgency=low + + [ Robert Bruce Park ] + * Minor packaging fixups. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 11 + + -- Ubuntu daily release Mon, 19 Aug 2013 18:37:31 +0000 + +poppler-qml-plugin (0.1.1+13.10.20130819.2-0ubuntu1) saucy; urgency=low + + [ Timo Jyrinki ] + * Rename QML plugin package to qtdeclarative5-poppler1.0 + + [ Ubuntu daily release ] + * Automatic snapshot from revision 9 + + -- Ubuntu daily release Mon, 19 Aug 2013 10:40:30 +0000 + +poppler-qml-plugin (0.1.1+13.10.20130819-0ubuntu1) saucy; urgency=low + + [ Granger Anthony ] + * Initial release + + [ Mathieu Trudel-Lapierre ] + * debian/rules: add DPKG_GENSYMBOLS_CHECK_LEVEL=4. + * Automatic snapshot from revision 6 (bootstrap) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 7 + + -- Ubuntu daily release Mon, 19 Aug 2013 02:11:33 +0000 --- poppler-qml-plugin-0.1.1+13.10.20130819.3.orig/debian/compat +++ poppler-qml-plugin-0.1.1+13.10.20130819.3/debian/compat @@ -0,0 +1 @@ +9 --- poppler-qml-plugin-0.1.1+13.10.20130819.3.orig/debian/control +++ poppler-qml-plugin-0.1.1+13.10.20130819.3/debian/control @@ -0,0 +1,27 @@ +Source: poppler-qml-plugin +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ubuntu App Cats +Build-Depends: debhelper (>= 9), + libpoppler-qt5-dev, + qt5-default, + qtbase5-dev, + qtdeclarative5-dev, +Standards-Version: 3.9.4 +Section: libs +Homepage: https://launchpad.net/poppler-qml-plugin +# If you aren't a member of ~ubuntu-docviewer-dev but need to upload packaging changes, +# just go ahead. ~ubuntu-docviewer-dev will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~ubuntu-docviewer-dev/poppler-qml-plugin/trunk + +Package: qtdeclarative5-poppler1.0 +Section: libs +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Replaces: qtdeclarative5-poppler-qml-plugin +Conflicts: qtdeclarative5-poppler-qml-plugin +Provides: qtdeclarative5-poppler-qml-plugin +Description: Poppler QML plugin + This is the QML plugin implementation of the Poppler(Qt5) library. --- poppler-qml-plugin-0.1.1+13.10.20130819.3.orig/debian/copyright +++ poppler-qml-plugin-0.1.1+13.10.20130819.3/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: poppler-qml-plugin +Source: https://launchpad.net/poppler-qml-plugin + +Files: * +Copyright: 2013 Canonical Ltd. +License: GPL-3 + +License: GPL-3 + This package is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3, as + published by the Free Software Foundation. + . + 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 + 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 complete text of the GNU General + Public License can be found in "/usr/share/common-licenses/GPL-3". --- poppler-qml-plugin-0.1.1+13.10.20130819.3.orig/debian/rules +++ poppler-qml-plugin-0.1.1+13.10.20130819.3/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 + +%: + dh $@ --fail-missing --parallel +