--- ooo-thumbnailer-0.2.orig/debian/docs
+++ ooo-thumbnailer-0.2/debian/docs
@@ -0,0 +1,3 @@
+AUTHORS
+README
+ChangeLog
--- ooo-thumbnailer-0.2.orig/debian/install
+++ ooo-thumbnailer-0.2/debian/install
@@ -0,0 +1,2 @@
+ooo-thumbnailer.schemas usr/share/gconf/schemas
+ooo-thumbnailer usr/bin
--- ooo-thumbnailer-0.2.orig/debian/changelog
+++ ooo-thumbnailer-0.2/debian/changelog
@@ -0,0 +1,47 @@
+ooo-thumbnailer (0.2-5) unstable; urgency=low
+
+ * Removed COPYING from debian/docs.
+ * Updated Standards-Version to 3.8.4.0
+
+ -- David D Lowe <daviddlowe.flimm@gmail.com> 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 <daviddlowe.flimm@gmail.com> 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 <daviddlowe.flimm@gmail.com> 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 <daviddlowe.flimm@gmail.com> 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 <daviddlowe.flimm@gmail.com> Tue, 15 Dec 2009 21:32:15 +0000
+
+ooo-thumbnailer (0.1~alpha2-1) unstable; urgency=low
+
+ * Initial release. (Closes: #523361)
+
+ -- David D Lowe <daviddlowe.flimm@gmail.com> Thu, 09 Apr 2009 10:00:00 -0500
+
--- ooo-thumbnailer-0.2.orig/debian/rules
+++ ooo-thumbnailer-0.2/debian/rules
@@ -0,0 +1,26 @@
+#!/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.
--- ooo-thumbnailer-0.2.orig/debian/ooo-thumbnailer.1
+++ ooo-thumbnailer-0.2/debian/ooo-thumbnailer.1
@@ -0,0 +1,9 @@
+.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 <daviddlowe.flimm@gmail.com>
--- ooo-thumbnailer-0.2.orig/debian/README.Debian
+++ ooo-thumbnailer-0.2/debian/README.Debian
@@ -0,0 +1,7 @@
+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 <daviddlowe.flimm@gmail.com>, Sun, 07 Feb 2010 11:40:44 +0100
+
--- ooo-thumbnailer-0.2.orig/debian/copyright
+++ ooo-thumbnailer-0.2/debian/copyright
@@ -0,0 +1,32 @@
+This package was debianized by David D Lowe <daviddlowe.flimm@gmail.com> on
+Thu, 09 Apr 2009 10:00:00 -0500.
+
+It was downloaded from <lp:~flimm/+junk/bash-ooo-thumbnailer>
+
+Upstream Author:
+
+ David D Lowe <daviddlowe.flimm@gmail.com>
+
+Copyright:
+
+ Copyright (C) 2007 Erlend Davidson <Erlend.Davidson@gmail.com>
+ Copyright (C) 2009 David D Lowe <DavidDLowe.flimm@gmail.com>
+
+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
+<daviddlowe.flimm@gmail.com> and is licensed under the GPL, see
+`/usr/share/common-licenses/GPL'.
--- ooo-thumbnailer-0.2.orig/debian/control
+++ ooo-thumbnailer-0.2/debian/control
@@ -0,0 +1,14 @@
+Source: ooo-thumbnailer
+Section: gnome
+Priority: optional
+Maintainer: David D Lowe <daviddlowe.flimm@gmail.com>
+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.
--- ooo-thumbnailer-0.2.orig/debian/compat
+++ ooo-thumbnailer-0.2/debian/compat
@@ -0,0 +1 @@
+7