--- wxbanker-0.8.3.orig/debian/wxbanker.1 +++ wxbanker-0.8.3/debian/wxbanker.1 @@ -0,0 +1,34 @@ +.TH WXBANKER 1 "2 August 2009" +.SH NAME +wxBanker \- simple personal finance +.SH SYNOPSIS +.B wxbanker +.SH DESCRIPTION +.B wxBanker +allows you easily manage your finances by keeping track +of transaction in accounts. You can add, edit, and remove accounts and +transactions from a single view as well as see the balances of all +your accounts and a grand total. Click over to the Summary view for +a graph of your total balance over time. + +By default, wxBanker auto-saves your information after each change, +so there is no need to manually save. However, auto-saving may be +disabled from the File menu. + +.SH USAGE +wxbanker + +.SH FILES +.I ~/.config/wxbanker/wxBanker.cfg +.RS +The configuration file which persists the state of the UI. +.RE +.I ~/.local/share/wxbanker/bank.db +.RS +The sqlite database which stores the accounts and transactions. For +schema information see the source file persistentstore.py. +.SH BUGS +See http://launchpad.net/wxbanker/+bugs for a list of bugs. + +.SH AUTHOR +Authors of the program: see Launchpad - http://launchpad.net/wxbanker --- wxbanker-0.8.3.orig/debian/compat +++ wxbanker-0.8.3/debian/compat @@ -0,0 +1 @@ +5 --- wxbanker-0.8.3.orig/debian/copyright +++ wxbanker-0.8.3/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by Michael Rooney on +Sun, 14 Dec 2008 14:07:02 -0500. + +It was downloaded from https://launchpad.net/wxbanker/+download + +Upstream Author: + + Michael Rooney + +Copyright: + + Copyright 2007-2009 Michael Rooney + +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 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 + . + + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. + + The icons are licensed under the Creative Commons Attribution 2.5 + license, . In + accordance with CCA2.5, the icons are available at + . + +The Debian packaging is Copyright 2008-2009 Michael Rooney + and is licensed under the GPL v3 or later. --- wxbanker-0.8.3.orig/debian/rules +++ wxbanker-0.8.3/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +DEB_PYTHON2_MODULE_PACKAGES := wxbanker + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +binary-install/wxbanker:: + dh_installchangelogs CHANGELOG.txt --- wxbanker-0.8.3.orig/debian/changelog +++ wxbanker-0.8.3/debian/changelog @@ -0,0 +1,133 @@ +wxbanker (0.8.3-0ubuntu1) quantal; urgency=low + + [ Logan Rosen ] + * New upstream release. + + [ Michael Terry ] + * debian/watch: update syntax to work + + -- Logan Rosen Tue, 12 Jun 2012 21:44:37 -0400 + +wxbanker (0.8.2-0ubuntu2) precise; urgency=low + + * Rebuild to drop python2.6 dependencies. + + -- Matthias Klose Sat, 31 Dec 2011 02:15:43 +0000 + +wxbanker (0.8.2-0ubuntu1) oneiric; urgency=low + + * New upstream release. + - Fixes crash with IndexError in load_series() (LP: #623055). + - Fixes crash with PyDeadObjectError in __getattr__() (LP: #623238). + * Convert from pycentral to dh_python2. + * Bump Standards-Version to 3.9.2, no changes. + + -- Andrew Starr-Bochicchio Fri, 24 Jun 2011 14:26:33 -0400 + +wxbanker (0.8.0-0ubuntu1) maverick; urgency=low + + * New upstream release (LP: #615735): + - integration with Mint.com accounts + - transaction tagging + - new monthly earnings graph + - CSV export + - usability improvements for searching + - ability to delete a recurring transaction + - new included currencies: HUF, LTL, RSD, AED + - and more: https://launchpad.net/wxbanker/+milestone/0.8 + * debian/control: Bump Standards-Version to 3.9.1 + + -- Michael Rooney Tue, 10 Aug 2010 00:10:17 -0700 + +wxbanker (0.7.0-0ubuntu1) lucid; urgency=low + + [ Michael Rooney ] + * New upstream release (LP: #538924): + - new look, HIG compliance, better theme integration + - more intuitive account and transaction creation + - use cairoplot for much more attractive summary graphs + - editing/deleting a linked transaction affects link + - remember last selected account on startup + - improved keyboard shortcuts, tabbing, and focus + - new included currencies: RON, VND, THB, SAR, NOK + - and more: https://launchpad.net/wxbanker/+milestone/0.7 + + [ Andrew Starr-Bochicchio ] + * debian/rules: Install upstream changelog + * debian/control: Bump Standards-Version to 3.8.4 + + -- Andrew Starr-Bochicchio Mon, 29 Mar 2010 19:52:27 -0400 + +wxbanker (0.6.1.0-0ubuntu1) lucid; urgency=low + + * New upstream release (LP: #504884): + - recurring transactions + - customizable summary graph timeframe + - XDG support + - new included currencies: SEK, UAH, MXN + - many bug fixes: https://launchpad.net/wxbanker/+milestone/0.6 + * debian/control: + - Add python-dateutil to Depends. + - Add python-xdg to Recommends. + + -- Michael Rooney Fri, 08 Jan 2010 10:31:52 -0800 + +wxbanker (0.5.0.0-0ubuntu2) karmic; urgency=low + + * apply upstream patch to fix running when default wx version is < 2.8 + (LP: #394394) + + -- Michael Rooney Sun, 25 Oct 2009 23:27:50 -0700 + +wxbanker (0.5.0.0-0ubuntu1) karmic; urgency=low + + [ Michael Rooney ] + + * New upstream release (LP: #405591): + - refactor of infrastructure which greatly speeds up all operations, + especially loading accounts and transactions + - new, slicker transaction list control allowing for sorting and fixing + many bugs in the previous grid + - new CSV import tool (Tools->CSV Import) to import transactions from .csv + files such as from online banks + - ability to view a graph for a specific account in the summary tab + - right-click option added for moving selected transaction(s) to another + account + - right-click menu can now operate on multiple transactions, allowing for + batch removing and calculating + - option to disable automatic saving (File->Auto-Save) + - more user feedback options in Help such as translate and request a feature + - new account button blinks when there are no accounts + - improved locale support, and more translations + - much improved testing framework + - see upstream milestone for more info: + https://blueprints.launchpad.net/wxbanker/+milestone/0.5 + * debian/control: + - Add python-simplejson to Recommends. + + [ Andrew Starr-Bochicchio ] + + * debian/control: + - Update Maintainer-Field. + - Bump Standards-Version to 3.8.2. + * debian/copyright: Point to /usr/share/common-licenses/GPL-3 + not the versionless symlink at /GPL + + -- Michael Rooney Sat, 08 Aug 2009 13:49:38 -0400 + +wxbanker (0.4.1.0) jaunty; urgency=low + + * fix localized currency display (LP: #327590) + * workaround wxpython tooltip regression (LP: #256784) + * escape cancels account creation/rename (LP: #326074) + * fix plot algorithm grouping bugs (LP: #333059) + * sync translations from Launchpad + + -- Michael Rooney Mon, 23 Feb 2009 16:36:27 -0800 + +wxbanker (0.4.0.2~bzr102-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #297289) + + -- Michael Rooney Sun, 14 Dec 2008 14:07:02 -0500 + --- wxbanker-0.8.3.orig/debian/pycompat +++ wxbanker-0.8.3/debian/pycompat @@ -0,0 +1 @@ +2 --- wxbanker-0.8.3.orig/debian/wxbanker.lintian-overrides +++ wxbanker-0.8.3/debian/wxbanker.lintian-overrides @@ -0,0 +1,4 @@ +# An extra license is necessary, so we can display it easily, as well as +# to not diverge from upstream where Windows and OSX are supported and +# don't necessarily include this license. +wxbanker binary: extra-license-file usr/share/wxbanker/COPYING.txt --- wxbanker-0.8.3.orig/debian/control +++ wxbanker-0.8.3/debian/control @@ -0,0 +1,21 @@ +Source: wxbanker +Section: gnome +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Michael Rooney +Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), python-central, python (>= 2.6.6-3~) +X-Python-Version: >= 2.5 +Standards-Version: 3.9.2 +Homepage: https://launchpad.net/wxbanker + +Package: wxbanker +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-wxgtk2.8, + python-dateutil, python-numpy, python-simplejson, python-xdg, python-beautifulsoup +Suggests: wx2.8-i18n +Description: simple personal finance + wxBanker allows you to easily keep track of balances in accounts. Use wxBanker + to add, edit, and remove transactions and accounts, make transfers, search + transactions, and view a graph of balances over time. An integrated calculator + also makes calculations quick and easy. + --- wxbanker-0.8.3.orig/debian/watch +++ wxbanker-0.8.3/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=dversionmangle=s/~bzr\d*// \ +https://launchpad.net/wxbanker/+download .*/wxbanker-([\d.]+).tar.gz --- wxbanker-0.8.3.orig/debian/wxbanker.manpages +++ wxbanker-0.8.3/debian/wxbanker.manpages @@ -0,0 +1 @@ +debian/wxbanker.1