--- kde-thumbnailer-openoffice-1.0.0.orig/debian/copyright +++ kde-thumbnailer-openoffice-1.0.0/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Andreas Wenning +on Sat, 05 Sep 2009 01:32:38 +0200 + +It was downloaded from http://arielch.fedorapeople.org/devel/src/ + +Upstream Author: Ariel Constenla-Haile + +Copyright © 2009 Ariel Constenla-Haile + +License: + + This is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License version 3 + only, as published by the Free Software Foundation. + + This 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 version 3 for more details + (a copy is included in the LICENSE file that accompanied this code). + + You should have received a copy of the GNU Lesser General Public License + version 3 along with OpenOffice.org Thumbnail Creator. If not, see + for a copy of the LGPLv3 License. + +On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public +License version 3 can be found in the /usr/share/common-licenses/LGPL-3 file. + +The Debian packaging is Copyright © 2009, Andreas Wenning and +licensed under the GNU Lesser General Public License version 3, see above. --- kde-thumbnailer-openoffice-1.0.0.orig/debian/control +++ kde-thumbnailer-openoffice-1.0.0/debian/control @@ -0,0 +1,16 @@ +Source: kde-thumbnailer-openoffice +Section: kde +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Andreas Wenning +Build-Depends: debhelper (>= 7), cdbs, pkg-kde-tools, kdelibs5-dev (>= 4:4.3.3-0ubuntu3), libqt4-dev (>= 4:4.6.0~rc1-1ubuntu1) +Standards-Version: 3.8.3 +Homepage: http://www.kde-look.org/content/show.php?content=110864 + +Package: kde-thumbnailer-openoffice +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, dolphin +Recommends: konqueror +Description: KDE plugin to show thumbnails of OpenOffice.org files + Plugin for KDE file managers (Dolphin and Konqueror) to preview OpenOffice.org + files (Open Document Format) as Thumbnails. --- kde-thumbnailer-openoffice-1.0.0.orig/debian/compat +++ kde-thumbnailer-openoffice-1.0.0/debian/compat @@ -0,0 +1 @@ +7 --- kde-thumbnailer-openoffice-1.0.0.orig/debian/watch +++ kde-thumbnailer-openoffice-1.0.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://arielch.fedorapeople.org/devel/src/ OpenOfficeorgThumbnail-(.*)\.tar\.gz --- kde-thumbnailer-openoffice-1.0.0.orig/debian/rules +++ kde-thumbnailer-openoffice-1.0.0/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with kde $@ --- kde-thumbnailer-openoffice-1.0.0.orig/debian/changelog +++ kde-thumbnailer-openoffice-1.0.0/debian/changelog @@ -0,0 +1,25 @@ +kde-thumbnailer-openoffice (1.0.0-0ubuntu3) lucid; urgency=low + + * Add missing epoch to Qt build-depends version + + -- Jonathan Riddell Wed, 25 Nov 2009 13:47:01 +0000 + +kde-thumbnailer-openoffice (1.0.0-0ubuntu2) lucid; urgency=low + + * Rebuild against Qt 4.6 rc 1, which is binary incompatible with 4.6 + beta + + -- Jonathan Thomas Tue, 24 Nov 2009 09:45:22 -0500 + +kde-thumbnailer-openoffice (1.0.0-0ubuntu1) lucid; urgency=low + + * New upstream release + * Move packaging to use the dh kde addon + + -- Jonathan Thomas Thu, 05 Nov 2009 18:26:13 -0500 + +kde-thumbnailer-openoffice (0.0.1-0ubuntu1) karmic; urgency=low + + * Initial release (LP: #424636) + + -- Andreas Wenning Sat, 05 Sep 2009 01:32:38 +0200