--- gpe-expenses-0.1.9.orig/debian/control
+++ gpe-expenses-0.1.9/debian/control
@@ -0,0 +1,100 @@
+Source: gpe-expenses
+Section: utils
+Priority: optional
+Maintainer: Neil Williams <codehelp@debian.org>
+Uploaders: Debian GPE team <pkg-gpe-maintainers@lists.alioth.debian.org>,
+ Moray Allan <moray@debian.org>
+Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9), autotools-dev,intltool (>= 0.40), xsltproc,
+ libglib2.0-dev (>= 2.6.0), libgpepimc-dev, libgpewidget-dev,
+ libqof-dev (>= 0.8.1), libpopt-dev, libgtk2.0-dev
+Build-Depends-Indep: doxygen
+Standards-Version: 3.9.2
+Homepage: http://gpe-expenses.sourceforge.net/
+Vcs-Browser: http://gpe-expenses.svn.sourceforge.net/viewvc/gpe-expenses/
+Vcs-SVN: https://gpe-expenses.svn.sourceforge.net/svnroot/gpe-expenses/trunk/
+
+Package: gpe-expenses
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, qof-backend-sqlite
+Suggests: pilot-qof, qof-backend-qsf, datafreedom-qsfxsl
+Description: Simple expense records for GPE
+ A simple expenses list manager for the GPE Palmtop Environment,
+ an equivalent to Expenses on the Palm but running on Familiar
+ (iPAQ). Supports payment types, categories, expense types
+ (mileage, meals, parking, etc.), notes, currency selection etc.
+ Data is stored in a sqlite backend using QOF.
+
+Package: libqofexpensesobjects-doc
+Section: doc
+Architecture: all
+Recommends: dwww, www-browser, libqof-doc
+Depends: ${misc:Depends}
+Suggests: datafreedom-doc, libqofexpensesobjects-dev
+Enhances: libqofcashobjects-doc
+Description: QOF expenses objects - documentation
+ Financial objects using the Query Object Framework (QOF)
+ and derived from pilot-qof source code, supporting expenses
+ management and simple currencies without business objects.
+ .
+ This package contains the API documentation for
+ developers using libqofexpensesobjects-dev. These docs
+ are intended to be used alongside the QOF documentation.
+
+Package: libqofexpensesobjects1
+Section: libs
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libqofexpensesobjects-data (= ${source:Version})
+Replaces: gpe-expenses
+Multi-Arch: same
+Description: financial QOF objects for expenses handling
+ Financial objects using the Query Object Framework (QOF)
+ and derived from pilot-qof source code, supporting expenses
+ management and simple currencies without business objects.
+ .
+ This package contains the QofExpense and QofCurrency
+ objects as a shared library.
+
+Package: libqofexpensesobjects-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, libqof-dev (>= 0.8.1), 
+ libqofexpensesobjects1 (= ${binary:Version}),
+Description: QOF expenses objects - development files
+ Financial objects using the Query Object Framework (QOF)
+ and derived from pilot-qof source code, supporting expenses
+ management and simple currencies without business objects.
+ .
+ This package contains the QofExpense and QofCurrency
+ development files.
+
+Package: libqofexpensesobjects1-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libqofexpensesobjects1 (= ${binary:Version}), ${misc:Depends}
+Suggests: libqof2-dbg
+Replaces: libqofexpensesobjects0-dbg
+Description: QOF expenses objects - debug support
+ Financial objects using the Query Object Framework (QOF)
+ and derived from pilot-qof source code, supporting expenses
+ management and simple currencies without business objects.
+ .
+ This package contains the QofExpense, QofCurrency
+ and gpe-expenses debug symbols.
+
+Package: libqofexpensesobjects-data
+Architecture: all
+Section: localization
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Replaces: libqofexpensesobjects0
+Description: QOF expenses objects - translations
+ Financial objects using the Query Object Framework (QOF)
+ and derived from pilot-qof source code, supporting expenses
+ management and simple currencies without business objects.
+ .
+ This package contains the translations of Expense types used
+ in the QOF objects.
--- gpe-expenses-0.1.9.orig/debian/libqofexpensesobjects-data.install
+++ gpe-expenses-0.1.9/debian/libqofexpensesobjects-data.install
@@ -0,0 +1 @@
+debian/tmp/usr/share/locale/*/LC_MESSAGES/qofexpensesobjects.mo
--- gpe-expenses-0.1.9.orig/debian/shlibs.local
+++ gpe-expenses-0.1.9/debian/shlibs.local
@@ -0,0 +1 @@
+libqof 2 libqof2 (>= 0.8.1)
--- gpe-expenses-0.1.9.orig/debian/gpe-expenses.install
+++ gpe-expenses-0.1.9/debian/gpe-expenses.install
@@ -0,0 +1,5 @@
+debian/tmp/usr/bin/gpe-expenses usr/bin/
+debian/tmp/usr/share/man/* usr/share/man/
+debian/tmp/usr/share/pixmaps/gpe-expenses.xpm usr/share/pixmaps/
+debian/tmp/usr/share/applications/* usr/share/applications/
+debian/tmp/usr/share/locale/*/LC_MESSAGES/gpe-expenses.mo
--- gpe-expenses-0.1.9.orig/debian/gpe-expenses.dirs
+++ gpe-expenses-0.1.9/debian/gpe-expenses.dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/share
--- gpe-expenses-0.1.9.orig/debian/libqofexpensesobjects1.install
+++ gpe-expenses-0.1.9/debian/libqofexpensesobjects1.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libqofexpensesobjects.so.*
--- gpe-expenses-0.1.9.orig/debian/rules
+++ gpe-expenses-0.1.9/debian/rules
@@ -0,0 +1,33 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses cdbs.  Originally written by Robert Millan.
+# This file is public domain.
+# Add here any variable or target overrides you need
+  
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_AUTO_UPDATE_ACLOCAL = 1.11
+DEB_AUTO_UPDATE_AUTOMAKE = 1.11
+DEB_AUTO_UPDATE_AUTOCONF = 2.64
+
+# cross build support.
+DEB_CONFIGURE_SCRIPT_ENV=
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+
+clean::
+	$(RM) doc/man/man3/* debian/libqofexpensesobjects1.symbols
+	$(RM) aclocal.m4 configure config.h.in
+	$(RM) *cdbs-config_list autogen.sh
+	$(RM) -r website/ doc/header.txt doc/xml/gpe-expenses.docbook
+	$(RM) doc/xml/gpe-expenses.xml po-lib/Rules-quot po-lib/boldquot.sed
+	$(RM) po-lib/en@boldquot.header po-lib/en@quot.header po-lib/insert-header.sin
+	$(RM) po-lib/quot.sed po-lib/remove-potcdate.sin po/Rules-quot
+	$(RM) po/boldquot.sed po/en@boldquot.header po/en@quot.header
+	$(RM) po/insert-header.sin po/quot.sed po/remove-potcdate.sin
+	find . -name 'Makefile.in' -delete
+
+makebuilddir::
+	autoreconf -fs
+
+build/libqofexpensesobjects1::
+	cp expensesobjects.symbols debian/libqofexpensesobjects1.symbols
--- gpe-expenses-0.1.9.orig/debian/libqofexpensesobjects-dev.install
+++ gpe-expenses-0.1.9/debian/libqofexpensesobjects-dev.install
@@ -0,0 +1,4 @@
+debian/tmp/usr/lib/*/*.so
+debian/tmp/usr/lib/*/*.a
+debian/tmp/usr/include/qofexpensesobjects/*
+debian/tmp/usr/lib/*/pkgconfig/*
--- gpe-expenses-0.1.9.orig/debian/libqofexpensesobjects-doc.install
+++ gpe-expenses-0.1.9/debian/libqofexpensesobjects-doc.install
@@ -0,0 +1 @@
+debian/tmp/usr/share/doc/libqofexpensesobjects/html/* usr/share/doc/libqofexpensesobjects-doc/html/
--- gpe-expenses-0.1.9.orig/debian/libqofexpensesobjects-doc.links
+++ gpe-expenses-0.1.9/debian/libqofexpensesobjects-doc.links
@@ -0,0 +1 @@
+/usr/share/doc/libqofexpensesobjects-doc/html/ usr/share/gtk-doc/html/libqofexpensesobjects
--- gpe-expenses-0.1.9.orig/debian/changelog
+++ gpe-expenses-0.1.9/debian/changelog
@@ -0,0 +1,158 @@
+gpe-expenses (0.1.9-2) unstable; urgency=low
+
+  * Implement Multi-Arch paths
+
+ -- Neil Williams <codehelp@debian.org>  Tue, 07 Feb 2012 12:57:15 +0000
+
+gpe-expenses (0.1.9-1) unstable; urgency=low
+
+  * New upstream release
+  * Retain useful debugging support whilst allowing for gcc-4.6 -Werror
+    behaviour. (Closes: #625347)
+  * Reflect upstream switch to SVN at sourceforge
+
+ -- Neil Williams <codehelp@debian.org>  Sun, 29 May 2011 17:18:49 +0100
+
+gpe-expenses (0.1.8-1) unstable; urgency=low
+
+  * New upstream release supporting -Wl,--no-add-needed tests.
+    (Closes: #554729)
+  * Drop the .la file (release goal) - already tested with pilot-qof.
+   (Closes: #620738)
+
+ -- Neil Williams <codehelp@debian.org>  Tue, 05 Apr 2011 21:16:24 +0100
+
+gpe-expenses (0.1.7-3) unstable; urgency=low
+
+  * Regenerate autotools to cope with /bin/sh -> /bin/bash issues in
+    config.status. Fixes mipsel build. (Closes:#541706) (LP: #415536)
+
+ -- Neil Williams <codehelp@debian.org>  Sun, 23 Aug 2009 20:07:41 +0100
+
+gpe-expenses (0.1.7-2) unstable; urgency=low
+
+  * migrate to qofsql support instead of libgda3-3 (build-depend
+    on latest QOF source and add shlibs.local for runtime support.)
+  * Update standards version (no changes)
+  * Clean up some generated man3 manpages for build-twice-in-a-row
+    support.
+
+ -- Neil Williams <codehelp@debian.org>  Sun, 12 Jul 2009 13:29:56 +0100
+
+gpe-expenses (0.1.7-1) unstable; urgency=low
+
+  * New upstream release
+  * (Closes: #505073): FTBFS with GCC 4.4: expected
+    'gint *' but argument is of type 'guint *'
+  * Add new package to remove translation files from library in
+    accordance with Policy 8.2 (libqofexpensesobjects-data)
+  * Add devhelp support.
+  * Remove Section and Priority duplication in debian/control.
+  * use upstream symbol versioning support.
+  * Update Standards Version (no changes)
+  * SONAME bump for libqofexpensesobjects to enhance support in other
+    applications.
+  * Add xsltproc to build depends for doc generation.
+
+ -- Neil Williams <codehelp@debian.org>  Sun, 24 May 2009 08:46:26 +0100
+
+gpe-expenses (0.1.6-1) unstable; urgency=low
+
+  * New upstream release
+  * [gpe-expenses] simplified chinese(zh_CN) translation of gpe-expenses
+    (Closes: #479369)
+  * [libqofexpensesobjects0] simplified chinese(zh_CN) translation of
+    qofexpensesobjects (Closes: #479370)
+  * [INTL:fr] French translation of gpe-expenses 
+    (Closes: #480479)
+  * [INTL:fr] French translation of libqofexpensesobjects0 
+    (Closes: #480482)
+  * [INTL:ru] Russian program translation of gpe-expenses 
+    (Closes: #481386)
+  * [INTL:ru] Russian program translation of libqofexpensesobjects 
+    (Closes: #481386)
+  * Upgrade intltool dependency and standards version
+  * Includes support for creating GPE categories (Closes: #479395)
+  * Expand debian/xcontrol for smoother cross-build support
+  * update debian/copyright after upstream inclusion of some gpe-
+    contacts code
+
+ -- Neil Williams <codehelp@debian.org>  Thu, 26 Jun 2008 15:50:11 +0100
+
+gpe-expenses (0.1.5-1) unstable; urgency=low
+
+  * New upstream release
+  * Drop libsqlite0-dev from build-depends, not used directly
+  * Drop debian/libqofexpensesobjects0-dbg.install to ensure debugging
+    symbols are separate from library.
+  * control: Fix the CVS location to allow debcheckout to work
+  * bump qof dependency version in line with upstream
+  * migrate to new doc-base sections
+
+ -- Neil Williams <codehelp@debian.org>  Sun, 23 Mar 2008 20:19:56 +0000
+
+gpe-expenses (0.1.4-1) unstable; urgency=low
+
+  * New upstream release
+  * use machine operable debian/copyright, migrate to standards 3.7.3
+
+ -- Neil Williams <codehelp@debian.org>  Fri, 07 Dec 2007 00:08:39 +0000
+
+gpe-expenses (0.1.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * use the new Homepage support in dpkg
+
+ -- Neil Williams <codehelp@debian.org>  Sat, 08 Sep 2007 19:11:32 +0100
+
+gpe-expenses (0.1.2-2) unstable; urgency=low
+
+  * debian/control: migrate doxygen to Build-Depends-Indep
+  * remove GPL-3 from debian/copyright
+
+ -- Neil Williams <codehelp@debian.org>  Sun, 26 Aug 2007 14:27:56 +0100
+
+gpe-expenses (0.1.2-1) unstable; urgency=low
+
+  * copyright: Move to GPLv3 with new upstream release.
+  * [INTL:de] updated German po file translation (Closes: #437328)
+
+ -- Neil Williams <codehelp@debian.org>  Thu, 16 Aug 2007 20:11:01 +0100
+
+gpe-expenses (0.1.1-1) unstable; urgency=low
+
+  * New upstream release
+    Migrate translation files to the library package
+   as some messages now relate to strings in the library.
+  * [l10n] Czech translation of gpe-expenses - update (Closes: #432826)
+  * [INTL:sv] Swedish PO translation (Closes: #433438)
+  * [INTL:pt] Updated Portuguese translation for debconf messages
+    (Closes: #434187)
+
+ -- Neil Williams <codehelp@debian.org>  Tue, 31 Jul 2007 16:27:44 +0100
+
+gpe-expenses (0.1.0-2) unstable; urgency=low
+
+  * libqofexpensesobjects-doc: unmet Recommends on dww (Closes: #429413)
+
+ -- Neil Williams <codehelp@debian.org>  Thu, 28 Jun 2007 09:45:56 +0100
+
+gpe-expenses (0.1.0-1) unstable; urgency=low
+
+  * New upstream release.
+    New packages: Splitting the QofExpense and
+    QofCurrency into a shared library with -dev, -dbg and -doc.
+  * gpe-expenses : [INTL:pt] Portuguese package translation
+  (Closes: #425080)
+  * [l10n] Czech translation of gpe-expenses (Closes: #426357)
+  * [INTL:de] initial German po file translation (Closes: #425306)
+
+ -- Neil Williams <codehelp@debian.org>  Mon, 28 May 2007 10:05:06 +0100
+
+gpe-expenses (0.0.6-1) unstable; urgency=low
+
+  * Initial release. (Closes: #377117: ITP: gpe-expenses -- Simple
+    expense records for GPE - Debian Bug report logs)
+
+ -- Neil Williams <codehelp@debian.org>  Sat, 30 Dec 2006 09:15:07 +0000
+
--- gpe-expenses-0.1.9.orig/debian/compat
+++ gpe-expenses-0.1.9/debian/compat
@@ -0,0 +1 @@
+7
--- gpe-expenses-0.1.9.orig/debian/docs
+++ gpe-expenses-0.1.9/debian/docs
@@ -0,0 +1,2 @@
+NEWS
+README
--- gpe-expenses-0.1.9.orig/debian/watch
+++ gpe-expenses-0.1.9/debian/watch
@@ -0,0 +1,3 @@
+# Compulsory line, this is a version 3 file
+version=3
+http://sf.net/gpe-expenses/gpe-expenses-(.*)\.tar\.gz
--- gpe-expenses-0.1.9.orig/debian/menu
+++ gpe-expenses-0.1.9/debian/menu
@@ -0,0 +1,3 @@
+?package(gpe-expenses):needs="X11" section="Applications/Office"\
+  title="Expenses" command="/usr/bin/gpe-expenses --gui"\
+  icon="/usr/share/pixmaps/gpe-expenses.xpm"
--- gpe-expenses-0.1.9.orig/debian/libqofexpensesobjects-doc.doc-base
+++ gpe-expenses-0.1.9/debian/libqofexpensesobjects-doc.doc-base
@@ -0,0 +1,21 @@
+Document: gpe-expenses
+Title: gpe-expenses and libqofexpensesobjects documentation
+Author: Neil Williams
+Abstract:  A simple expenses manager for the GPE Palmtop Environment,
+ Data is stored in a sqlite backend using QOF.
+ .
+ QOF, the Query Object Framework, provides a set of C
+ Language utilities for performing generic structured complex
+ queries on a set of data held by a set of C/C++ objects. This
+ framework is unique in that it does NOT require SQL or any
+ database at all to perform the query. Thus, it allows programmers
+ to add query support to their applications without having to hook
+ into an SQL Database.
+ .
+ This manual describes the full API to develop applications
+ using libqofexpensesobjects0 as well as gpe-expenses itself.
+Section: Programming/C
+
+Format: HTML
+Index: /usr/share/doc/libqofexpensesobjects-doc/html/index.html
+Files: /usr/share/doc/libqofexpensesobjects-doc/html/*.html
--- gpe-expenses-0.1.9.orig/debian/copyright
+++ gpe-expenses-0.1.9/debian/copyright
@@ -0,0 +1,27 @@
+This package was downloaded from http://sourceforge.net/projects/gpe-expenses
+
+Files: src/gpe-expenses.c
+Licence: GPL-3+
+Copyright: (c) 2006-2008 Neil Williams <linux@codehelp.co.uk>
+               2002, 2003, 2004 Philip Blundell <philb@gnu.org>
+               2005, 2006 Florian Boor <florian@kernelconcepts.de>
+
+Files: *
+Licence: GPL-3+
+Copyright: (c) 2006-2008 Neil Williams <linux@codehelp.co.uk>
+
+    This package 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 3 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.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
--- gpe-expenses-0.1.9.orig/debian/svn-deblayout
+++ gpe-expenses-0.1.9/debian/svn-deblayout
@@ -0,0 +1 @@
+origDir=.
--- gpe-expenses-0.1.9.orig/debian/source/format
+++ gpe-expenses-0.1.9/debian/source/format
@@ -0,0 +1 @@
+1.0
