--- homebank-4.2.1.orig/debian/homebank.install
+++ homebank-4.2.1/debian/homebank.install
@@ -0,0 +1,8 @@
+debian/tmp/usr/bin
+debian/tmp/usr/share/application-registry
+debian/tmp/usr/share/applications
+debian/tmp/usr/share/icons
+debian/tmp/usr/share/mime
+debian/tmp/usr/share/mime-info
+debian/homebank.xpm /usr/share/pixmaps/
+debian/tmp/usr/share/homebank/icons
--- homebank-4.2.1.orig/debian/homebank-data.doc-base
+++ homebank-4.2.1/debian/homebank-data.doc-base
@@ -0,0 +1,10 @@
+Document: homebank
+Title: homebank documentation
+Author: Maxime Doyen <homebank@free.fr>
+Abstract: This manual describes homebank, a program for
+ managing your accounts at home.
+Section: Office
+
+Format: HTML
+Index: /usr/share/doc/homebank-data/help/index.html
+Files: /usr/share/doc/homebank-data/help/*.html
--- homebank-4.2.1.orig/debian/homebank-data.install
+++ homebank-4.2.1/debian/homebank-data.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/share/homebank/images
+debian/tmp/usr/share/locale
+debian/tmp/usr/share/homebank/help /usr/share/doc/homebank-data
--- homebank-4.2.1.orig/debian/homebank-data.links
+++ homebank-4.2.1/debian/homebank-data.links
@@ -0,0 +1 @@
+/usr/share/pixmaps/homebank.xpm /usr/share/homebank/images/homebank.svg
--- homebank-4.2.1.orig/debian/control
+++ homebank-4.2.1/debian/control
@@ -0,0 +1,37 @@
+Source: homebank
+Section: gnome
+Priority: optional
+Maintainer: Francesco Namuri <francesco@namuri.it>
+Build-Depends: debhelper (>= 5.0.0), cdbs, autotools-dev, pkg-config, libgtk2.0-dev, libxml-parser-perl, patchutils, libofx-dev, intltool
+Standards-Version: 3.8.4
+Vcs-Svn: svn://svn.debian.org/collab-maint/ext-maint/homebank/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/homebank/trunk/
+Homepage: http://homebank.free.fr/
+DM-Upload-Allowed: yes
+
+Package: homebank
+Architecture: any
+Depends: homebank-data (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+Recommends: librsvg2-common
+Replaces: homebank-data (<= 3.3-0ubuntu2)
+Description: Manage your personal accounts at home
+ HomeBank is a fast, simple and easy to use program to manage your accounts.
+ It differs from gnucash for the better look and feel, and for the greatest
+ start-up speed. It has a lot of features such as easy analysis with
+ graphical charts (statistics, budget, overdrawn, car cost), multi-accounts
+ support, budget management, reminder, import from  OFX/QFX-CSV files,
+ visual status of operations. It is based on GTK2.
+
+Package: homebank-data
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: homebank (>= ${source:Version})
+Description: Data files for homebank
+ HomeBank is a fast, simple and easy to use program to manage your accounts.
+ It differs from gnucash for the better look and feel, and for the greatest
+ start-up speed. It has a lot of features such as easy analysis with
+ graphical charts (statistics, budget, overdrawn, car cost), multi-accounts
+ support, budget management, reminder, import from  OFX/QFX-CSV files,
+ visual status of operations. It is based on GTK2.
+ .
+ This package contains the architecture independent portions of homebank
--- homebank-4.2.1.orig/debian/compat
+++ homebank-4.2.1/debian/compat
@@ -0,0 +1 @@
+5
--- homebank-4.2.1.orig/debian/README.source
+++ homebank-4.2.1/debian/README.source
@@ -0,0 +1,8 @@
+README.source for homebank.
+
+The homebank package uses CDBS's simple-patchsys patch system.
+
+* To apply patches, run 'debian/rules patch'.
+* To unapply patches, run 'debian/rules unpatch'.
+* To add a new patch, or edit an existing patch, the 'cdbs-edit-patch' tool 
+  can be used.  See 'man cdbs-edit-patch' for details
--- homebank-4.2.1.orig/debian/copyright
+++ homebank-4.2.1/debian/copyright
@@ -0,0 +1,35 @@
+This package was debianized by Adrien Cunin <adri2000@gmail.com> on
+Mon, 27 Nov 2006 18:43:23 +0100.
+
+It was downloaded from http://homebank.free.fr/
+
+Upstream Author: Maxime Doyen <homebank@free.fr>
+
+Copyrights:
+   Copyright  © 1995-2010 Maxime DOYEN
+
+License:
+
+   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 2 of the License, or
+   (at your option) any later version.
+
+   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 package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is
+ © 2006, Adrien Cunin <adri2000@ubuntu.com>
+ © 2007-2009, Francesco Namuri <francesco@namuri.it>
+and is licensed under the GPL, see above.
+
+All files under images/*.svg are under GPLv2 license.
--- homebank-4.2.1.orig/debian/rules
+++ homebank-4.2.1/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_INSTALL_MANPAGES_homebank = debian/homebank.1
+
+#to avoid the deletion of data/homebank.desktop.in by clean target
+#we copy data/homebank.desktop.in in homebank.desktop.in-orig
+#and then we restore the original situation after the clean.
+
+cleanbuilddir/homebank::
+	cp data/homebank.desktop.in homebank.desktop.in-orig
+
+clean::
+	rm -f intltool-extract intltool-merge intltool-update config.log
+	mv homebank.desktop.in-orig data/homebank.desktop.in
--- homebank-4.2.1.orig/debian/changelog
+++ homebank-4.2.1/debian/changelog
@@ -0,0 +1,223 @@
+homebank (4.2.1-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright: removed information about the repackaging of the orginal
+    tarball, now it's not needed because the upstream author has fixed the
+    permission of the files.
+
+ -- Francesco Namuri <francesco@namuri.it>  Fri, 19 Feb 2010 23:33:10 +0100
+
+homebank (4.2beta-1) experimental; urgency=low
+
+  * New upstream release.
+  * debian/control: Updated Standard-Version to 3.8.4, no changes needed. 
+  * debian/copyright: Updated copyright informations. 
+
+ -- Francesco Namuri <francesco@namuri.it>  Thu, 28 Jan 2010 13:36:15 +0100
+
+homebank (4.1-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #557872)
+  * debian/copyright: updated copyright informations.
+  * debian/control: Updated Standard-Version to 3.8.3, no changes needed.
+  * debian/control: allowed DM upload.
+  * debian/homebank-data.install: modifed to install the new icons directory.
+  * added doc-base control file.
+
+ -- Francesco Namuri <francesco@namuri.it>  Tue, 08 Dec 2009 11:57:33 +0100
+
+homebank (4.0.4-1) unstable; urgency=low
+
+  * New upstream release (Closes: #540246)
+  * added debian/README.source to explain how to make patches for homebank,
+    this modification is made following the ubuntu's one (Closes: #532317) 
+  * debian/control: update Standards-Version to 3.8.2, no changes needed
+  * debian/docs: added README.source 
+
+ -- Francesco Namuri <francesco@namuri.it>  Wed, 12 Aug 2009 23:31:45 +0200
+
+homebank (4.0.3-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #526842)
+  * debian/control: updated Standards-Version to 3.8.1, no changes needed.
+
+ -- Francesco Namuri <francesco@namuri.it>  Fri, 15 May 2009 13:32:14 +0200
+
+homebank (4.0.2-2) unstable; urgency=low
+
+  * debian/rules: added to clean target the deletion of another file generated
+    by the configuration (config.log).
+
+ -- Francesco Namuri <francesco@namuri.it>  Thu, 12 Mar 2009 11:15:55 +0100
+
+homebank (4.0.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/copyright: the old html metatag "Generator" has been removed by the
+    author, so repackaging is not needed anymore, and then I have removed this
+    information.
+  * debian/copyright: replaced all (C) with © symbol.
+  * debian/copyright: because the original tarball contains many files with
+    the executable flag setted wrongly, I've repackaged it; added the
+    informations regarding the steps made to made the repackaged tarball.
+
+ -- Francesco Namuri <francesco@namuri.it>  Fri, 27 Feb 2009 23:31:19 +0100
+
+homebank (4.0-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #507007)
+  * debian/control: added build-dep on intltool.
+  * debian/control: updated Stamdars-Version to 3.8.0 (No changes needed).
+  * debian/control: added ${misc:Depends} to homebank-data (only to avoid a
+    lintian warning).
+  * debian/patches/fix_HELP_DIR.patch: updated to fit with new version of files
+    to patch.
+  * debian/copyright: fixed some typos, updated the debian packaging copyright
+    to 2009.
+  * debian/watch: fixed, now uscan ignores filenames like
+    homebank-4.0_beta.tar.gz.
+
+ -- Francesco Namuri <francesco@namuri.it>  Sat, 29 Nov 2008 16:03:19 +0100
+
+homebank (3.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian-copyright: updated copyright information. 
+  * debian/changelog: applied patch to sync with ubuntu's changelog. 
+
+ -- Francesco Namuri <francesco@namuri.it>  Mon, 07 Apr 2008 16:20:53 +0200
+
+homebank (3.6-3build1) hardy; urgency=low
+
+  * Rebuild for libofx3 -> libofx4 transition (LP: #191835).
+
+ -- Andrea Colangelo <warp10@libero.it>  Sun, 17 Feb 2008 14:59:12 +0100
+
+homebank (3.6-3) unstable; urgency=low
+
+  * debian/changelog: added informations to sync with ubuntu.
+  * Package rebuilt against the new tarball released by upstream author, with
+    the new tarball he has fixed the html metatag "Generator" issue and the
+    obsolete encoding fielf in homebank.desktop.
+  * debian/patches/homebank.desktop.patch: removed.
+  * debian/homebank.1: updated the section OPTIONS.
+
+ -- Francesco Namuri <francesco@namuri.it>  Sat, 22 Dec 2007 14:17:58 +0100
+
+homebank (3.6-2) unstable; urgency=low
+
+  * debian/watch: fixed wrong url.
+  * repackaged to remove outdated metatag "Generator" from html documentation.
+
+ -- Francesco Namuri <francesco@namuri.it>  Thu, 20 Dec 2007 23:11:37 +0100
+
+homebank (3.6-1) unstable; urgency=low
+
+  * New upstream release (Closes: #447042)
+  * debian/patches/homebank.desktop.patch: added to remove obsolete encoding
+    field.
+  * debian/control: updated Standards-Version to 3.7.3 .
+  * debian/control: updated Version Control fields. (removed XS- part).
+
+ -- Francesco Namuri <francesco@namuri.it>  Thu, 20 Dec 2007 20:35:05 +0100
+
+homebank (3.5-3ubuntu1) hardy; urgency=low
+
+  * Sync with Debian (the package is now maintained in Debian)
+  * Added proper Replaces to make sure upgrade works, as some files were moved
+    between binary packages
+  * Set Maintainer to Ubuntu MOTU Developers
+
+ -- Adrien Cunin <adri2000@ubuntu.com>  Sat, 01 Dec 2007 15:44:54 +0100
+
+homebank (3.5-3) unstable; urgency=low
+
+  * debian/copyright: fixed the informations regarding the outdated metatag
+    "Generator" present in the original html documentation files.
+    (thanks for the help to Neil Williams and Joerg Jaspert)
+
+ -- Francesco Namuri <francesco@namuri.it>  Sat, 06 Oct 2007 19:02:51 +0200
+
+homebank (3.5-2) unstable; urgency=low
+
+  * debian/copyright: added informations about metatag "Generator" on
+    doc/*.html files.
+  * The original tarball has been repackaged to remove the metatag "Generator"
+    from doc/*html files.
+
+ -- Francesco Namuri <francesco@namuri.it>  Tue, 11 Sep 2007 01:36:44 +0200
+
+homebank (3.5-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright: removed useless informations about autotools stuff,
+    updated the email of ubuntu packager, fixed typos.
+  * debian/control: added recommends on librsvg2-common.
+
+ -- Francesco Namuri <francesco@namuri.it>  Wed, 22 Aug 2007 14:37:31 +0200
+
+homebank (3.4-3) unstable; urgency=low
+
+  * Fixed some typos.
+  * debian/docs: removed debian/README.Debian.
+
+ -- Francesco Namuri <francesco@namuri.it>  Tue, 21 Aug 2007 02:26:39 +0200
+
+homebank (3.4-2) unstable; urgency=low
+
+  * debian/control: added build-dep on libofx-dev.
+  * addedd debian/homebank-data.links to make symlink from 
+    /usr/share/homebank/images/homebank.svg to 
+    /usr/share/pixmaps/homebank.xpm, this in order to eliminate the waste of
+    space correlated to the use of the svg. (homebank.svg is bigger that the
+    executable itself).
+  * debian/homebank.install: modified to avoid installing of homebank.svg to
+    /usr/share/pixmaps, we have homebank.xpm in place of it.
+  * added debian/README.Debian to clarify how to send patches for html 
+    documentation, and for a briefly history of homebank.
+  * debian/docs: added debian/README.Debian.
+
+ -- Francesco Namuri <francesco@namuri.it>  Sun, 19 Aug 2007 01:30:19 +0200
+
+homebank (3.4-1) unstable; urgency=low
+
+  * New upstream release
+  * added debian/homebank.xpm instead of generating it automatically
+    during the build of the package to avoid file not found errors.
+  * debian/control: removed build-dep on imagemagick.
+  * debian/rules: removed the rule regarding the generation of homebank.xpm.
+  * added debian/patches/fix_HELP_DIR.patch to fix the location of html
+    manual.
+  * all the copyright of svg images it's changed to GPL2 license.
+
+ -- Francesco Namuri <francesco@namuri.it>  Sun, 19 Aug 2007 01:30:07 +0200
+
+homebank (3.3-1) unstable; urgency=low
+
+  * Initial release. (Closes: #426895: ITP: homebank -- Manage your
+    personal accounts at home - Debian Bug report logs)
+  * Added debian/menu
+  * Added build-dep on Imagemagick to create the homebank.xpm at build time
+  * Added build-dep on libxml-parser-perl
+  * Added debian/watch
+
+ -- Francesco Namuri <francesco@namuri.it>  Thu, 31 May 2007 18:05:03 +0200
+
+homebank (3.3-0ubuntu1) gutsy; urgency=low
+
+  * New upstream release
+  * debian/control: updated my email address
+  * Added libxml-parser-perl to build-deps
+  * debian/homebank.desktop: removed, use upstream's .desktop file instead
+  * debian/rules: removed the hack used to have an icon in /usr/share/pixmaps/,
+    upstream fixed that
+  * debian/*.install: updated
+
+ -- Adrien Cunin <adri2000@ubuntu.com>  Thu, 24 May 2007 18:08:44 +0200
+
+homebank (3.2.1-0ubuntu1) feisty; urgency=low
+
+  * Initial release
+
+ -- Adrien Cunin <adri2000@gmail.com>  Mon, 27 Nov 2006 18:43:23 +0100
+
--- homebank-4.2.1.orig/debian/homebank.1
+++ homebank-4.2.1/debian/homebank.1
@@ -0,0 +1,60 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH HOMEBANK 1 "Dec 22, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+homebank \- manage your personal accounts at home
+.SH SYNOPSIS
+.B homebank
+[OPTION...] [FILE]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B homebank
+command.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBhomebank\fP is a simple and easy to use program to manage your accounts.
+It has a lot of features such as statistics with graphical charts, 
+multi-accounts support, budget management, reminder, and even more!
+.SH OPTIONS
+.SS "Help Options:"
+.TP
+.BI \-?,\ \fB\-\-help\fR
+Show help options
+.TP
+\fB\-\-help\-all\fR
+Show all help options
+.TP
+\fB\-\-help\-gtk\fR
+Show GTK+ Options
+.SS "Application Options:"
+.TP
+\fB\-\-version
+Output version information and exit
+.TP
+\fB\-\-display\fR=\fIDISPLAY\fR
+X display to use
+.TP
+.SH SEE ALSO
+\fIhttp://homebank.free.fr/\fR
+.SH AUTHOR
+\fBhomebank\fP was written by Maxime Doyen <homebank@free.fr>.
+.PP
+This manual page was written by Adrien Cunin <adri2000@ubuntu.com>
+and by Francesco Namuri <francesco@namuri.it>,
+for the Debian project (but may be used by others).
--- homebank-4.2.1.orig/debian/menu
+++ homebank-4.2.1/debian/menu
@@ -0,0 +1,4 @@
+?package(homebank):needs="X11" section="Applications/Office"\
+  icon="homebank.xpm" title="homebank"\
+  longtitle="Free easy personal accounting for all"\
+  command="/usr/bin/homebank"
--- homebank-4.2.1.orig/debian/watch
+++ homebank-4.2.1/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://homebank.free.fr/public/homebank-([\d\.]*).tar\.gz
--- homebank-4.2.1.orig/debian/homebank.xpm
+++ homebank-4.2.1/debian/homebank.xpm
@@ -0,0 +1,221 @@
+/* XPM */
+static char *homebank[] = {
+/* columns rows colors chars-per-pixel */
+"32 30 185 2",
+"   c black",
+".  c #0E0B00",
+"X  c #110E00",
+"o  c #181300",
+"O  c #221B00",
+"+  c #2C2300",
+"@  c #332800",
+"#  c #3F3200",
+"$  c #423500",
+"%  c #4B3C00",
+"&  c #702A00",
+"*  c #655200",
+"=  c #685400",
+"-  c #735D00",
+";  c #834400",
+":  c #856D00",
+">  c #8B7200",
+",  c #967C01",
+"<  c #A77500",
+"1  c #AE7C00",
+"2  c #A28502",
+"3  c #A68A05",
+"4  c #AA8B03",
+"5  c #AE9106",
+"6  c #B08500",
+"7  c #B58B00",
+"8  c #B88F00",
+"9  c #B09307",
+"0  c #B39608",
+"q  c #BB9400",
+"w  c #BF9900",
+"e  c #BA9C0A",
+"r  c #BEA00A",
+"t  c #C19700",
+"y  c #C29D00",
+"u  c #C5A202",
+"i  c #C2A50E",
+"p  c #C8A606",
+"a  c #C9A709",
+"s  c #CBAA0D",
+"d  c #C7AA12",
+"f  c #CDAD13",
+"g  c #CEAE1A",
+"h  c #CFB017",
+"j  c #CFB118",
+"k  c #D2B41D",
+"l  c #D5B91A",
+"z  c #D3B624",
+"x  c #D6B924",
+"c  c #D5B92B",
+"v  c #D9BE25",
+"b  c #D8BD2D",
+"n  c #D8BE34",
+"m  c #DCC21F",
+"M  c #DDC222",
+"N  c #DFC62A",
+"B  c #DDC43B",
+"V  c #DFCE33",
+"C  c #DECE3C",
+"Z  c #EDD402",
+"A  c #ECD40A",
+"S  c #E7D112",
+"D  c #E5D01C",
+"F  c #EED714",
+"G  c #EBD51A",
+"H  c #EFD814",
+"J  c #EFD81B",
+"K  c #F0D70A",
+"L  c #F0D914",
+"P  c #F2DB1C",
+"I  c #E3CD25",
+"U  c #E1CF2E",
+"Y  c #E4CD32",
+"T  c #E3CC39",
+"R  c #E4D124",
+"E  c #E7D12D",
+"W  c #EBD421",
+"Q  c #EAD32D",
+"!  c #EED825",
+"~  c #EED929",
+"^  c #E6D235",
+"/  c #E7D238",
+"(  c #E9D432",
+")  c #EBD73B",
+"_  c #EFDB37",
+"`  c #EEDA39",
+"'  c #F3DD24",
+"]  c #F3DD28",
+"[  c #F4DF31",
+"{  c #F2DE3A",
+"}  c #FAEC19",
+"|  c #F5E033",
+" . c #F5E13B",
+".. c #F8E337",
+"X. c #F8E339",
+"o. c #DEC542",
+"O. c #DDCE42",
+"+. c #DBCD4D",
+"@. c #D8CD5B",
+"#. c #DFD040",
+"$. c #DFD04D",
+"%. c #DED150",
+"&. c #DFD25B",
+"*. c #D7CD63",
+"=. c #D6CD68",
+"-. c #D6CD77",
+";. c #D5CE7A",
+":. c #DED57F",
+">. c #E1CA44",
+",. c #E2CB4A",
+"<. c #E5CF53",
+"1. c #E3D347",
+"2. c #E5D04C",
+"3. c #E8D34B",
+"4. c #EFDB42",
+"5. c #EDDA4A",
+"6. c #E6D455",
+"7. c #EAD75D",
+"8. c #ECDB55",
+"9. c #ECD95B",
+"0. c #F0DD53",
+"q. c #F0DE5E",
+"w. c #E0D364",
+"e. c #E2D76C",
+"r. c #E6D966",
+"t. c #E3D86E",
+"y. c #EFDD65",
+"u. c #E2D775",
+"i. c #E1D779",
+"p. c #E1D87D",
+"a. c #F0DF62",
+"s. c #F6E344",
+"d. c #F5E34D",
+"f. c #F8E440",
+"g. c #F6E555",
+"h. c #F7E659",
+"j. c #F8E650",
+"k. c #F5E464",
+"l. c #B6B9B3",
+"z. c #B9BBB6",
+"x. c #BCBEB9",
+"c. c #BEC0BC",
+"v. c #D4CE83",
+"b. c #D4CF8B",
+"n. c #D2CE97",
+"m. c #D2CF9B",
+"M. c #D9D38B",
+"N. c #D3D09F",
+"B. c #DCD695",
+"V. c #D9D49E",
+"C. c #C0C1BE",
+"Z. c #D1CFA7",
+"A. c #D3D1A6",
+"S. c #D5D3AA",
+"D. c #DAD6A4",
+"F. c #D8D6AF",
+"G. c #DCD8AA",
+"H. c #D3D3B6",
+"J. c #D2D3BE",
+"K. c #DCDABC",
+"L. c #C4C6C2",
+"P. c #C7C8C5",
+"I. c #C9CAC7",
+"U. c #CBCDC9",
+"Y. c #CED1CB",
+"T. c #D2D4C5",
+"R. c #D2D5CE",
+"E. c #DDDBC2",
+"W. c #DEDDCB",
+"Q. c #D4D5D2",
+"!. c #D5D9D3",
+"~. c #D9DBD6",
+"^. c #DCDDDA",
+"/. c #DFE1DD",
+"(. c #E0DFCC",
+"). c #E1E2DE",
+"_. c #E4E5E2",
+"`. c #E7E8E6",
+"'. c #E7E9E8",
+"]. c #E9EAE7",
+"[. c #ECEDEB",
+"{. c #EFF0EE",
+"}. c #F0F1EF",
+"|. c #F1F2F0",
+" X c None",
+/* pixels */
+" X X X X X X X X X Xq t a g c n B n z f p t 7  X X X X X X X X X",
+" X X X X X X X Xq y z >.7.y.k.k.k.k.k.a.<.n s t 6  X X X X X X X",
+" X X X X X X Xy g >.a.h.s.X.X...X...X.f.j.k.7.n a q  X X X X X X",
+" X X X X X6 y z 9.g...[ { 8.u.i.p.u.r.5...[ s.a.,.f t  X X X X X",
+" X X X X Xu b y.f.] { e.G.~._.'.].].).(.B.3.[ [ g.6.g q  X X X X",
+" X X X Xy c 9.| ] 3.D.).{.|.|.[.[.{.[.[.`.(.p._ ' d.2.s y  X X X",
+" X X Xw j 8...' <.E.[.{.{.{.[._._.].).^.).[._.B._ ' d.T u ;  X X",
+" X X< u o.s.P 1.K.[.[.{.|.{._._._.).^.~.^.]._._.M.] ] 8.k t  X X",
+" X Xq k 8.' ~ V.'.{.{.{.[.'.`._._./.^.!./.].)._.^.w.P  .>.p 8  X",
+" X Xy B  .H &./.].].{.]._._._._./.^.^.~./.].]._._.F.( P 5.h q  X",
+" Xq s 3.' J V.].].]._./.^._._.).^.^.~.Q.~._.)._./.~.%.L { b y  X",
+" Xq k 5.H ^ E.)._./.^.^.^.^.^.^.^.^.Q.Q.Y.!././.^./.M.H ] T u  X",
+" Xq z 4.K 1.~.)./.!.!.!.Q.I.P.P.I.U.Q.Y.Y.U.Y.^.~.^.A.J P T a  X",
+" Xq x { A +././.!.!.Y.P.c.x.x.x.C.C.L.P.I.U.U.R.~.^.S.D H / a & ",
+" Xq x _ Z 1.^./././.C.c.x.x.x.x.z.c.c.c.x.C.!.~.!.~.A.G L ^ a & ",
+" Xq k _ Z 1.!.~./.Y.c.z.x.x.x.z.c.c.z.z.z.c.R.~.!.~.Z.A L Y p  X",
+" Xq f ) A R J.!.R.T.c.l.l.z.c.z.z.z.z.z.l.z.Y.!.!.!.;.A J N u  X",
+" Xq p Y H Z b.!.R.U.l.l.l.l.l.l.z.l.z.z.l.l.Y.R.!.T.#.Z ~ l w  X",
+" X Xr M ~ Z C T.!.U.l.l.l.l.l.l.l.l.l.l.l.l.U.R.~.m.S Z Q s w  X",
+" X Xq h ( K A v.!.Y.c.c.z.c.c.c.C.z.C.z.c.c.Y.!.T.C Z J M u 1  X",
+" X X  q M ~ Z D N.!.R.R.R.R.R.R.Q.Y.R.R.R.R.Q.R.*.Z A Q f 4    X",
+"      % r E G Z R m.!.!.R.Y.R.R.Q.Q.R.Q.R.!.T.=.A Z ! l 3       ",
+"        = d Q L Z D ;.J.!.!.!.!.Q.Q.Q.Q.R.Z.+.Z Z G m 4 O       ",
+"          - d U G Z Z V -.Z.J.Y.Y.T.H.n.@.D Z Z W M 5 +         ",
+"            * e I ! A Z Z S E C O.V I A Z Z L W l 2 +           ",
+"              $ 3 j I ! F Z Z Z Z Z Z A H W M i : .             ",
+" X              . = 5 h m I W W W W W I l i , #                 ",
+" X X                X % > 4 0 r r e 5 2 - @                  X X",
+" X X X X                    o + @ O .                    X X X X",
+" X X X X X X X                                       X X X X X X"
+};
--- homebank-4.2.1.orig/debian/docs
+++ homebank-4.2.1/debian/docs
@@ -0,0 +1,4 @@
+AUTHORS
+NEWS
+README
+debian/README.source
--- homebank-4.2.1.orig/debian/README.Debian
+++ homebank-4.2.1/debian/README.Debian
@@ -0,0 +1,15 @@
+homebank for Debian
+-------------------
+
+Homebank is a project born for the amiga, now the author has migrated it
+to GTK+, the primary development target is linux, but the roadmap previews
+a macOS port (quite done) and a window$ port.
+
+PATCHES TO HTML DOCUMENTATION
+-----------------------------
+If you want to contribute enhancing the html feel free to send patches to
+the upstream author or to the maintainers of homebank. Consider that the
+documentation is made using a normal text editor, so a simple patch is
+fine.
+
+ -- Francesco Namuri <francesco@namuri.it>  Mon, 20 Aug 2007 00:57:09 +0200
--- homebank-4.2.1.orig/debian/patches/fix_HELP_DIR.patch
+++ homebank-4.2.1/debian/patches/fix_HELP_DIR.patch
@@ -0,0 +1,24 @@
+diff -Nur -x '*.orig' -x '*~' homebank-4.0/src/Makefile.am homebank-4.0.new/src/Makefile.am
+--- homebank-4.0/src/Makefile.am	2008-09-03 08:26:18.000000000 +0200
++++ homebank-4.0.new/src/Makefile.am	2008-11-29 15:25:55.000000000 +0100
+@@ -2,7 +2,7 @@
+ common_defines = \
+ 	-DHOMEBANK_PIXMAPSDIR=\""$(datadir)/homebank/images"\" \
+ 	-DHOMEBANK_LOCALEDIR=\""$(datadir)/locale"\" \
+-	-DHOMEBANK_HELPDIR=\""$(datadir)/homebank/help"\"
++	-DHOMEBANK_HELPDIR=\""/usr/share/doc/homebank-data/help"\"
+ 
+ 
+ bin_PROGRAMS = homebank
+diff -Nur -x '*.orig' -x '*~' homebank-4.0/src/Makefile.in homebank-4.0.new/src/Makefile.in
+--- homebank-4.0/src/Makefile.in	2008-11-22 15:22:33.000000000 +0100
++++ homebank-4.0.new/src/Makefile.in	2008-11-29 15:26:41.000000000 +0100
+@@ -209,7 +209,7 @@
+ common_defines = \
+ 	-DHOMEBANK_PIXMAPSDIR=\""$(datadir)/homebank/images"\" \
+ 	-DHOMEBANK_LOCALEDIR=\""$(datadir)/locale"\" \
+-	-DHOMEBANK_HELPDIR=\""$(datadir)/homebank/help"\"
++	-DHOMEBANK_HELPDIR=\""/usr/share/doc/homebank-data/help"\"
+ 
+ DATA_ACCESS = \
+ 	da_account.c  \
