debian/0000755000000000000000000000000011446531346007175 5ustar debian/ooo-thumbnailer.10000644000000000000000000000066211446530772012371 0ustar .TH OOO-THUMBNAILER 1 "December 2009" "version 0.2" .SH NAME ooo-thumbnailer \- create Nautilus thumbnails for OpenOffice.org documents, spreadsheets, presentations and drawings. .SH SYNOPSIS .B ooo-thumbnailer input output size .SH DESCRIPTION ooo-thumbnailer is a program for GNOME that creates thumbnails for OpenOffice.org documents, spreadsheets, presentations and drawings. .SH AUTHOR David D Lowe debian/control0000644000000000000000000000100511446530772010576 0ustar Source: ooo-thumbnailer Section: gnome Priority: optional Maintainer: David D Lowe Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7) Standards-Version: 3.8.4.0 Package: ooo-thumbnailer Architecture: all Depends: unzip, imagemagick, ${misc:Depends} Description: thumbnailer for OpenOffice.org documents ooo-thumbnailer is a lightweight OpenOffice.org document thumbnailer that can be used by Nautilus to create thumbnails for your documents, spreadsheets, presentations and drawings. debian/compat0000644000000000000000000000000211446530772010375 0ustar 7 debian/source/0000755000000000000000000000000011446531302010465 5ustar debian/source/format0000644000000000000000000000001411446531302011673 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000223511446530772011134 0ustar This package was debianized by David D Lowe on Thu, 09 Apr 2009 10:00:00 -0500. It was downloaded from Upstream Author: David D Lowe Copyright: Copyright (C) 2007 Erlend Davidson Copyright (C) 2009 David D Lowe License: 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; either version 2 of the License, or (at your option) any later version. 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. On Debian systems, the complete text of the GNU General Public License can be found in the file /usr/share/common-licenses/GPL. The Debian packaging is copyright 2009, David D Lowe and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/docs0000644000000000000000000000003111446530772010044 0ustar AUTHORS README ChangeLog debian/install0000644000000000000000000000011011446530772010560 0ustar ooo-thumbnailer.schemas usr/share/gconf/schemas ooo-thumbnailer usr/bin debian/README.Debian0000644000000000000000000000040211446530772011234 0ustar ooo-thumbnailer for Debian ----------------- You may need to restart Nautilus for this package to take effect. On GNOME, the easiest way to do this is to log in and out again. -- David D Lowe , Sun, 07 Feb 2010 11:40:44 +0100 debian/patches/0000755000000000000000000000000011446531302010614 5ustar debian/patches/series0000644000000000000000000000003411446531302012026 0ustar fix_directories_with_spaces debian/patches/fix_directories_with_spaces0000644000000000000000000000103011446531302016304 0ustar --- a/ooo-thumbnailer +++ b/ooo-thumbnailer @@ -31,7 +31,7 @@ test -f ${XDG_CONFIG_HOME:-$HOME/.config}/user-dirs.dirs && source ${XDG_CONFIG_HOME:-$HOME/.config}/user-dirs.dirs # documents in the Templates directory are ignored -if [ `dirname "$ifile"` != ${XDG_TEMPLATES_DIR:-$HOME/Templates} ]; then +if [ "`dirname "$ifile"`" != ${XDG_TEMPLATES_DIR:-$HOME/Templates} ]; then # use imagemagick if it's installed # (currently, always the case until GNOME bug #576750 is fixed and # dependency on imagemagick is removed) debian/changelog0000644000000000000000000000376611446531346011063 0ustar ooo-thumbnailer (0.2-5ubuntu1) maverick; urgency=low * Added debian/source/format and set it to 3.0 (quilt). * Added debian/patches/fix_directories_with_spaces to allow successful thumbnailing of files in directories with spaces (LP: #583136) -- David D Lowe Fri, 21 May 2010 18:53:27 +0100 ooo-thumbnailer (0.2-5) unstable; urgency=low * Removed COPYING from debian/docs. * Updated Standards-Version to 3.8.4.0 -- David D Lowe Wed, 10 Feb 2010 10:25:01 +0000 ooo-thumbnailer (0.2-4) unstable; urgency=low * Added README.Debian, explaining that a restart of Nautilus is required. -- David D Lowe Sun, 07 Feb 2010 11:42:01 +0000 ooo-thumbnailer (0.2-3) unstable; urgency=low * Removed debian/preinst, as it wasn't needed. * Removed Vcs-Bzr field from debian/control, as it pointed to the upstream repository. * Removed XS-Python-Version field. * Dropped dependency on bash, it is assumed. * Dropped alternative dependency on graphics-imagemagick-compat, as it provides imagemagick. -- David D Lowe Wed, 20 Jan 2010 15:14:36 +0000 ooo-thumbnailer (0.2-2) unstable; urgency=low * Remove build dependency on python-central or python-support. (Closes: #557914) -- David D Lowe Tue, 19 Jan 2010 23:58:11 +0000 ooo-thumbnailer (0.2-1) unstable; urgency=low * New upstream version 0.2. * Updated Standards-Version to 3.8.3.0. * Removed optional dependency on totem-gstreamer, forcing dependency on imagemagick. * Updated description of package. * Added docs to the package such as AUTHORS and ChangeLog. * Updated man page. * Converted python-central based package to python-support. -- David D Lowe Tue, 15 Dec 2009 21:32:15 +0000 ooo-thumbnailer (0.1~alpha2-1) unstable; urgency=low * Initial release. (Closes: #523361) -- David D Lowe Thu, 09 Apr 2009 10:00:00 -0500 debian/rules0000755000000000000000000000165011446530772010261 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk DEB_INSTALL_MANPAGES_ooo-thumbnailer = debian/ooo-thumbnailer.1 binary-install/ooo-thumbnailer:: dh_gconf get-orig-source:: if test -n "$$TMP"; then \ TMPD=`mktemp -d -p $$TMP`; \ else \ TMPD=`mktemp -d`; \ fi && \ cd $$TMPD && \ bzr co lp:~flimm/+junk/bash-ooo-thumbnailer && \ export UPSTREAM_VERSION=`head -1 $$TMPD/bash-ooo-thumbnailer/debian/changelog | cut -f 2 -d \( | cut -f 1 -d \) | cut -f 1 -d -` && \ mv bash-ooo-thumbnailer ooo-thumbnailer-$$UPSTREAM_VERSION && \ rm -rf ooo-thumbnailer-$$UPSTREAM_VERSION/debian ooo-thumbnailer-$$UPSTREAM_VERSION/.bzr* && \ tar cfvz ooo-thumbnailer_$$UPSTREAM_VERSION.orig.tar.gz ooo-thumbnailer-$$UPSTREAM_VERSION && \ rm -rf ooo-thumbnailer-$$UPSTREAM_VERSION && \ mv ooo-thumbnailer_$$UPSTREAM_VERSION.orig.tar.gz $(CURDIR)/.. && \ rmdir $$TMPD # Add here any variable or target overrides you need.