debian/0000775000000000000000000000000012315723243007172 5ustar debian/rules0000775000000000000000000000217711677543605010275 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 SHARED_CONFIG := /usr/share/misc/config %: dh $@ .PHONY: override_dh_auto_configure override_dh_auto_configure: config-stamp dh_auto_configure config-stamp: # Use most up-to-date config.{sub,guess} for u in sub guess; do \ if [ -f $(SHARED_CONFIG).$$u ]; then \ mv config.$$u debian && \ cp $(SHARED_CONFIG).$$u .; \ fi; \ done touch $@ .PHONY: override_dh_auto_clean override_dh_auto_clean: # Restore upstream config.{sub,guess} for u in sub guess; do \ if [ -f debian/config.$$u ]; then \ mv debian/config.$$u .; \ fi; \ done rm -f config-stamp dh_auto_clean .PHONY: override_dh_auto_install override_dh_auto_install: $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr sysconfdir=$(CURDIR)/debian/tmp/etc # ./configure above seems to ignore --disable-rpath chrpath -d $(CURDIR)/debian/tmp/usr/bin/grisbi $(CURDIR)/debian/tmp/usr/lib/grisbi/*.so .PHONY: override_dh_installchangelogs override_dh_installchangelogs: dh_installchangelogs NEWS .PHONY: override_dh_install override_dh_install: dh_install --fail-missing -X.la debian/watch0000664000000000000000000000012311677543605010233 0ustar version=3 http://sf.net/grisbi/grisbi-(\d+\.\d*[02468](?:\.\d+)*)\.tar\.(?:gz|bz2) debian/grisbi.docs0000664000000000000000000000001711677543605011335 0ustar README AUTHORS debian/changelog0000664000000000000000000002624712315723237011062 0ustar grisbi (0.8.9-1ubuntu1) trusty; urgency=medium * Manually patch libtool file to add support for ppc64el. -- Logan Rosen Sun, 30 Mar 2014 01:07:30 -0400 grisbi (0.8.9-1) unstable; urgency=low * New upstream release -- Stéphane Glondu Sat, 31 Dec 2011 09:29:47 +0100 grisbi (0.8.8-1) unstable; urgency=low * New upstream release -- Stéphane Glondu Thu, 22 Sep 2011 16:14:01 +0200 grisbi (0.8.7-2) unstable; urgency=low * Tune and install upstream-generated grisbi.desktop (Closes: #632683) -- Stéphane Glondu Sat, 23 Jul 2011 18:36:27 +0200 grisbi (0.8.7-1) unstable; urgency=low * New upstream release * Update debian/watch so that unstable series are ignored * Bump debhelper compat level to 8 * Bump Standards-Version to 3.9.2 -- Stéphane Glondu Thu, 09 Jun 2011 09:20:54 +0200 grisbi (0.8.6-1) unstable; urgency=low * New upstream release -- Stéphane Glondu Fri, 27 May 2011 23:36:21 +0200 grisbi (0.8.5-1) unstable; urgency=low * New upstream release -- Stéphane Glondu Tue, 19 Apr 2011 11:45:14 +0200 grisbi (0.8.4-1) unstable; urgency=low * New upstream release -- Stéphane Glondu Thu, 17 Mar 2011 23:36:27 +0100 grisbi (0.8.3-1) unstable; urgency=low * New upstream release -- Stéphane Glondu Sun, 06 Mar 2011 18:34:26 +0100 grisbi (0.8.2-1) unstable; urgency=low * New upstream release -- Stéphane Glondu Mon, 24 Jan 2011 00:38:01 +0100 grisbi (0.7.97-1) experimental; urgency=low * New upstream unstable release -- Stéphane Glondu Wed, 22 Dec 2010 08:21:17 +0100 grisbi (0.7.95-1) experimental; urgency=low * New upstream unstable release * Reword package descriptions (LP: #155059) -- Stéphane Glondu Sat, 11 Dec 2010 23:17:14 +0100 grisbi (0.7.93-1) experimental; urgency=low * New upstream unstable release - remove all patches -- Stéphane Glondu Tue, 07 Dec 2010 21:27:15 +0100 grisbi (0.6.0-1) unstable; urgency=low * New upstream release (Closes: #549452, #551794) * Switch source package format to 3.0 (quilt) * Upload to unstable -- Stéphane Glondu Wed, 05 May 2010 21:11:05 +0200 grisbi (0.6.0~rc2-1) experimental; urgency=low * New upstream release candidate * Bump Standards-Version to 3.8.4 (no changes) -- Stéphane Glondu Sun, 07 Feb 2010 14:38:20 +0100 grisbi (0.6.0~rc1-1) experimental; urgency=low * New upstream release candidate -- Stéphane Glondu Sat, 09 Jan 2010 17:40:30 +0100 grisbi (0.6.0~pre+beta3+1-1) experimental; urgency=low * New upstream beta release * Install NEWS file as upstream changelog -- Stéphane Glondu Sun, 15 Nov 2009 13:42:24 +0100 grisbi (0.6.0~pre+beta1-1) experimental; urgency=low * New upstream beta release: - remove Use-x-www-browser-by-default-instead-of-mozilla.patch - add dependency to xdg-utils - add build-dependency to chrpath -- Stéphane Glondu Sun, 20 Sep 2009 13:12:14 +0200 grisbi (0.6.0~cvs20090901-2) experimental; urgency=low * New upstream CVS snapshot (Closes: #480781) * Update copyright file (OpenSSL is explicitly authorized in README) * Build and install openssl plugin * Update my e-mail address and remove DMUA -- Stéphane Glondu Wed, 02 Sep 2009 19:23:38 +0200 grisbi (0.6.0~cvs20090823-1) experimental; urgency=low * New upstream CVS snapshot (Closes: #298644, #378992, LP: #395927) - removed patch: Fix-freeze-when-using-combobox-with-keyboard - do not install openssl plugin, because of licensing issue; document it in README.Debian * Update Standards-Version to 3.8.3 (no changes) -- Stephane Glondu Sun, 23 Aug 2009 23:39:38 +0200 grisbi (0.5.9-4) unstable; urgency=low * Add a patch to fix freeze when using keyboard in combobox (LP: #399295) -- Stephane Glondu Sun, 02 Aug 2009 22:02:40 +0200 grisbi (0.5.9-3) unstable; urgency=low * Fix binary-arch build -- Stephane Glondu Wed, 08 Jul 2009 20:32:18 +0200 grisbi (0.5.9-2) unstable; urgency=low * Add Replaces and Conflicts to grisbi-common, which replaces files previously shipped by grisbi (Closes: #520723) * Use dh overrides in debian/rules * Use quilt for patches * Use x-www-browser by default (LP: #395925) * Add suggestion to www-browser * Update Standards-Version to 3.8.2 (no changes) -- Stephane Glondu Wed, 08 Jul 2009 18:12:12 +0200 grisbi (0.5.9-1) unstable; urgency=low [ Stephane Glondu ] * New maintainer (Closes: #505570) * Acknowledge non-maintainer uploads * New upstream release (Closes: #390285) * Add binary package grisbi-common with arch-indep files * debian/control: - add DM-Upload-Allowed header - add Vcs-* headers - fix typos in description (from Ubuntu, thanks Adrien Cunin) - downgrade dependency to texlive from Recommends to Suggests * debian/copyright: switch to machine-parsable format * debian/rules: switch to debhelper 7 * Add debian/gbp.conf [ Roberto C. Sanchez ] * Update standards version to 3.8.1 (no changes) -- Stephane Glondu Sun, 15 Mar 2009 11:38:22 +0100 grisbi (0.5.8-1.2) unstable; urgency=low * Non-maintainer upload. * Replaced obsolete Recommends latex-ucs and tetex-extra by texlive (closes: #466100) * Don't ignore errors from make distclean, per lintian * Fixed spelling mistake in package description (closes: #363626) * Converted debian/copyright to UTF-8 * Fixed/updated menu section * Removed empty directories * Updated to debhelper level 6 * Updated standards version * Added watch file * Corrected categories in desktop file (closes: #410193) * Added support for StartupNotify in launcher (closes: #361529) * Added Homepage control field -- Peter Eisentraut Mon, 14 Jul 2008 17:59:03 +0200 grisbi (0.5.8-1.1) unstable; urgency=low * Non-maintainer upload. * Fix an implicit pointer conversion of the return value from file_selection_get_filename() that can lead to segfaults on some 64-bit architectures (closes: #348821) -- dann frazier Mon, 16 Jul 2007 12:51:26 -0600 grisbi (0.5.8-1) unstable; urgency=low * New upstream release (closes: #337866, #315905) * Change column size option default (closes: #283242) -- Benjamin Drieu Wed, 18 Jan 2006 11:18:57 +0000 grisbi (0.5.7-4) unstable; urgency=low * Build against libofx2 (close: #325099) -- Benjamin Drieu Thu, 1 Sep 2005 13:46:10 +0200 grisbi (0.5.7-3) unstable; urgency=low * Build against libofx0.8 (closes: #324955) -- Benjamin Drieu Thu, 25 Aug 2005 16:56:39 +0200 grisbi (0.5.7-2) unstable; urgency=low * Dependency on libofx1c2, C++ transition is over for Grisbi (closes: #322908) * Register properly with Gnome MIME * Fix menu issues (closes: #320436) * Update German translation (closes: #313755) -- Benjamin Drieu Sat, 13 Aug 2005 15:55:43 +0200 grisbi (0.5.7-1) unstable; urgency=low * New upstream release (closes: #30966). + Added support for Ukraine Hryvnia (closes: #301596) + Bug fixes (closes: #297538, #300415, #296067, #303696, #289964) -- Benjamin Drieu Thu, 9 Jun 2005 12:51:19 +0200 grisbi (0.5.5-2) unstable; urgency=low * Fix a FTBFS on mipsel (closes: #298234) -- Benjamin Drieu Thu, 10 Mar 2005 14:21:58 +0100 grisbi (0.5.5-1) unstable; urgency=low * New upstream release -- Benjamin Drieu Sat, 8 Jan 2005 16:12:37 +0000 grisbi (0.5.4-1) unstable; urgency=low * New upstream release -- Benjamin Drieu Fri, 24 Dec 2004 11:58:37 +0100 grisbi (0.5.3-1) unstable; urgency=low * New upstream version -- Benjamin Drieu Fri, 26 Nov 2004 11:45:57 +0100 grisbi (0.5.2-1) unstable; urgency=low * New upstream version -- Benjamin Drieu Thu, 14 Oct 2004 17:36:30 +0200 grisbi (0.5.1-1) unstable; urgency=low * New upstream version -- Benjamin Drieu Thu, 29 Jul 2004 16:44:49 +0200 grisbi (0.5.0-1) unstable; urgency=low * New upstream version -- Benjamin Drieu Tue, 29 Jul 2003 22:48:36 +0200 grisbi (0.4.4-1) unstable; urgency=low * New upstream version. -- Benjamin Drieu Thu, 25 Mar 2004 15:37:24 +0100 grisbi (0.4.3-3) unstable; urgency=low * Removed includes of obsolete gnomeprint (closes: #226494) -- Benjamin Drieu Wed, 7 Jan 2004 09:00:41 +0100 grisbi (0.4.3-2) unstable; urgency=low * Fix missing changelog.Debian.gz * Fix a crash (closes: #202361) -- Benjamin Drieu Tue, 6 Jan 2004 11:13:53 +0100 grisbi (0.4.3-1) unstable; urgency=low * New upstream version -- Benjamin Drieu Sat, 3 Jan 2004 16:04:15 +0100 grisbi (0.4.2-1) unstable; urgency=low * New upstream version -- Benjamin Drieu Tue, 23 Dec 2003 09:23:27 +0100 grisbi (0.4.1+0.4.2-pre2-1) unstable; urgency=low * New upstream version (0.4.2-pre2). -- Benjamin Drieu Tue, 16 Dec 2003 15:32:10 +0100 grisbi (0.4.1+0.4.2-pre1-1) unstable; urgency=low * New upstream version (0.4.2-pre1). -- Benjamin Drieu Fri, 5 Dec 2003 13:18:04 +0100 grisbi (0.4.1-2) unstable; urgency=low * Add some upstream fixes. -- Benjamin Drieu Mon, 24 Nov 2003 20:49:36 +0100 grisbi (0.4.1-1) unstable; urgency=low * New upstream version. Grisbi is now fully i18ned ... hurrah! -- Benjamin Drieu Fri, 4 Jul 2003 13:41:10 +0200 grisbi (0.4.0-4) unstable; urgency=low * Update configure stuff (Closes: #184765) -- Benjamin Drieu Mon, 26 May 2003 19:00:29 +0200 grisbi (0.4.0-3) unstable; urgency=low * Update config.guess to help mipsel builds (Closes: #183528) * Remove doc-base entry until I build a grisbi-doc package (Closes: #169374) -- Benjamin Drieu Thu, 6 Mar 2003 15:36:42 +0100 grisbi (0.4.0-2) unstable; urgency=low * Update missing build deps (closes: #182557). Sigh. -- Benjamin Drieu Wed, 26 Feb 2003 15:43:08 +0100 grisbi (0.4.0-1) unstable; urgency=low * New upstream version * Fix doc-base path (Closes: #169374) * Build without applet support as it is unsatisfiable with Gnome 1 (Closes: #182142) * Some cleanup to make recent lintians happy -- Benjamin Drieu Fri, 21 Feb 2003 14:58:36 +0100 grisbi (0.3.3-1) unstable; urgency=low * New upstream version -- Benjamin Drieu Sun, 3 Nov 2002 21:30:15 +0100 grisbi (0.3.2-2) unstable; urgency=low * Fix wrong build dependencies. (Closes: #159239) * Fix control file -- Benjamin Drieu Mon, 9 Sep 2002 10:34:31 +0200 grisbi (0.3.2-1) unstable; urgency=low * Initial Release. (Closes: #156667) -- Benjamin Drieu Tue, 20 Aug 2002 20:52:28 +0200 debian/grisbi.menu0000664000000000000000000000027211677543605011354 0ustar ?package(grisbi):needs="X11" section="Applications/Office"\ longtitle="Grisbi finance manager" \ title="Grisbi" command="/usr/bin/grisbi" icon="/usr/share/pixmaps/grisbi/grisbi.xpm" debian/compat0000664000000000000000000000000211677543605010404 0ustar 8 debian/README.source0000664000000000000000000000063511677543605011371 0ustar Grisbi Debian source package ============================ Patching upstream sources ------------------------- The quilt series is generated from the Git repository, using dom-{apply,save}-patches, from the dh-ocaml (>= 0.4.2) package. Please refer to the appendix about Git in the Debian OCaml Packaging Policy (from the same package). -- Stéphane Glondu , Tue, 27 Apr 2010 08:48:10 +0200 debian/gnome-mime-application-grisbi.png0000664000000000000000000000671311677543605015533 0ustar PNG  IHDR04̓bKGDs-\! pHYs  ~tIME yX#tEXtCommentCreated with The GIMPd%n /IDATh՚yp}?ݕVjuB2ds;5@85imƦ`;a u3Ɛ)I!΂ElK:@J+~v] :vBO{~z @OQQQkaae@:] YSS#v3g5kBD)_B[EHqOn[Z,y#Bw0H).P__OVV&MbϞ= )6~Y,YQQ!z}\IDsȑ?){K)ijj@AVVǏgƏ11%sJ$‘R TU 1r#|I!G+Wc9xػw/\r$, )))ֱ|u@V3g~+t|dʕn!F3 pݷr5)%BHJKKl6v0hhh?fٯ %{ F!`ZVfqpׯ\ZbzxB F !Rv{U aF &bژ; &^h =rXz53F nN Bg^!~!Bp=0III#YfEp޹|A7znCUD**薊]8t&$0Izj616 ؂MuS>]v>t2S3K"]BԊ0wJKDו݋71>EBn g;3f¦5ʇR9q^=s$$OqvCƐFDX$TUEՆ#a5Uεvi4a- dD%thShsZ`k┵6^BIvkFbiJPÍtl6Ք]$b'gX<#=I_͗P% z4͔癲gIM} !'| M>Ju*ok r@k׮<qU *jOl%f)|L Sr#yHmZVHH陕?'rGĺK8QOI0\wٳ2~gwQt?<5cJHq{d& vawzh4t:@ "D3LQ$q v14mpttX跠|0OlF@ r[ThdD6)%nT5^vRX5ɣR.6y/@Di &l tE%y&S6m6\O"TWh-ɎCq# yKIDJBakݏbZ#c9ӈ*:bPmՇPnTu /ϲ|vwΑ{*V5֒b[?yɩ m@Iq2vGZ4Jb4|9!`aM$2ݎhf)л%yԧCd%LϏ(JޑUr <^o6:+?;={O `Yf2ΘLR>޻vwNЅD?7@4^̙\xk,%c xOwS C}jժhKK 3gq?/؈n)Bw0+xc PӀ`G@S 3*gc"X IENDB`debian/grisbi-common.install0000664000000000000000000000027011677543605013342 0ustar usr/share/doc usr/share/grisbi usr/share/icons usr/share/locale usr/share/mime-info usr/share/pixmaps debian/gnome-mime-application-grisbi.png /usr/share/icons/gnome/48x48/mimetypes debian/copyright0000664000000000000000000000422411677543605011143 0ustar Packaged-By: Benjamin Drieu Packaged-Date: Tue, 20 Aug 2002 20:52:28 +0200 Original-Source-Location: http://www.grisbi.org/ Upstream-Author: Cédric Auger , Daniel Cartron , André Pascual , Benjamin Drieu Files: * Copyright: © 1989-2006 Free Software Foundation © 2000-2006 Cédric Auger, Benjamin Drieu © 1989 The Regents of the University of California © 2004 François Terrot © 2009 Pierre Biava © 2009 Mickaël Remars License: GPL-2+-OpenSSL 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. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. In addition, as a special exception, you have permission to link the code of its release of Grisbi with the OpenSSL project's "OpenSSL" library (or with modified versions of it that use the same license as the "OpenSSL" library), and distribute the linked executables. You must obey the GNU General Public License in all respects for all of the code used other than "OpenSSL". If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. Files: debian/* Copyright: © 2002-2006 Benjamin Drieu © 2009 Stéphane Glondu License: GPL-2+-OpenSSL debian/grisbi.README.Debian0000664000000000000000000000026111677543605012524 0ustar Grisbi for Debian ================= The openssl plugin is not distributed because of license problems. -- Stephane Glondu Mon, 24 Aug 2009 02:09:43 +0200 debian/source/0000775000000000000000000000000011677543605010506 5ustar debian/source/format0000664000000000000000000000001411677543605011714 0ustar 3.0 (quilt) debian/source/include-binaries0000664000000000000000000000005111677543605013642 0ustar debian/gnome-mime-application-grisbi.png debian/grisbi.applications0000664000000000000000000000022111677543605013070 0ustar grisbi command=grisbi name=Grisbi can_open_multiple_files=false expects_uris=false requires_terminal=false mime_types=application/x-grisbi debian/grisbi.sharedmimeinfo0000664000000000000000000000055611677543605013407 0ustar Grisbi file debian/grisbi.install0000664000000000000000000000030211677543605012050 0ustar debian/grisbi.applications usr/share/application-registry debian/grisbi.xpm usr/share/pixmaps/grisbi usr/bin/grisbi usr/share/applications usr/share/man usr/lib/grisbi/*.so debian/grisbi.xpm0000664000000000000000000001732611677543605011224 0ustar /* XPM */ static char * grisbi_xpm[] = { "32 32 354 2", " c None", ". c #0E0E0E", "+ c #010101", "@ c #1D1413", "# c #BD5957", "$ c #1E0303", "% c #A53332", "& c #FEB2AD", "* c #881C1C", "= c #A80E0E", "- c #AB0606", "; c #F7918C", "> c #982824", ", c #F7E122", "' c #690000", ") c #B12725", "! c #533B3F", "~ c #416349", "{ c #21993B", "] c #999647", "^ c #D09E0E", "/ c #4F7033", "( c #3F693C", "_ c #009B60", ": c #03A365", "< c #16B473", "[ c #15121B", "} c #2B132C", "| c #295098", "1 c #2B6593", "2 c #57916D", "3 c #A59579", "4 c #B87E0E", "5 c #371A16", "6 c #1A8B59", "7 c #07AD71", "8 c #01A269", "9 c #00A26B", "0 c #00A069", "a c #01A065", "b c #0AA76B", "c c #07BD73", "d c #113964", "e c #143A84", "f c #04419D", "g c #1744B7", "h c #929BC9", "i c #B09B7B", "j c #E3D195", "k c #14B873", "l c #14B773", "m c #02A062", "n c #00A068", "o c #009F65", "p c #00A16A", "q c #019F64", "r c #05A166", "s c #03AC69", "t c #034080", "u c #023C88", "v c #013A88", "w c #1D4C92", "x c #FBFAF9", "y c #FEFEFC", "z c #FEFEFE", "A c #01985A", "B c #009E65", "C c #01A56D", "D c #00A36D", "E c #01A166", "F c #0F9F62", "G c #01A66D", "H c #0C3B81", "I c #02367E", "J c #03347F", "K c #4A6CA0", "L c #FDFCF7", "M c #FCFCFA", "N c #009D65", "O c #00A46D", "P c #0E9F66", "Q c #04A46A", "R c #00A16B", "S c #07A167", "T c #0C347F", "U c #032C74", "V c #08448C", "W c #4F71A1", "X c #FBFAF4", "Y c #FBFBFA", "Z c #009C61", "` c #01A76C", " . c #019D63", ".. c #02347E", "+. c #05579C", "@. c #3D5E92", "#. c #F9F8F2", "$. c #F4F4F4", "%. c #F8F8F7", "&. c #009D64", "*. c #01519B", "=. c #013578", "-. c #1C427B", ";. c #F6F4EC", ">. c #EAEAEA", ",. c #EDEDED", "'. c #0556AA", "). c #023B9C", "!. c #01479A", "~. c #013575", "{. c #022A64", "]. c #052764", "^. c #EFEAE3", "/. c #DFE0E0", "(. c #E3E4E4", "_. c #E3E1E2", ":. c #0CA367", "<. c #00A26C", "[. c #B2A08B", "}. c #062660", "|. c #022B63", "1. c #011C5A", "2. c #BDC3CB", "3. c #DEE1E7", "4. c #DDDFE4", "5. c #DFDCDE", "6. c #FFF2F9", "7. c #06A366", "8. c #009B62", "9. c #019B5D", "0. c #01A36C", "a. c #00985B", "b. c #349860", "c. c #249560", "d. c #018460", "e. c #022956", "f. c #03285D", "g. c #012157", "h. c #46535F", "i. c #836220", "j. c #CECABB", "k. c #CEC0C9", "l. c #2CA377", "m. c #00995F", "n. c #019451", "o. c #09A768", "p. c #00A56F", "q. c #00A46F", "r. c #00A46E", "s. c #179E6B", "t. c #249D6B", "u. c #00956B", "v. c #012C53", "w. c #022455", "x. c #272C3F", "y. c #5C3500", "z. c #CBB978", "A. c #9F9CA7", "B. c #03A367", "C. c #00A36C", "D. c #03A56D", "E. c #00833B", "F. c #008540", "G. c #00843F", "H. c #008D4E", "I. c #009C65", "J. c #009A60", "K. c #008948", "L. c #008642", "M. c #36864B", "N. c #009052", "O. c #012B42", "P. c #02214C", "Q. c #011F51", "R. c #262945", "S. c #6C4A07", "T. c #B69235", "U. c #4F8B77", "V. c #0A9566", "W. c #008C50", "X. c #009354", "Y. c #02985C", "Z. c #020A3D", "`. c #031540", " + c #00124B", ".+ c #8E7419", "++ c #C78D00", "@+ c #CC9604", "#+ c #E5B30D", "$+ c #FEEF73", "%+ c #029D64", "&+ c #0F975C", "*+ c #14304B", "=+ c #012345", "-+ c #F9B700", ";+ c #EAA800", ">+ c #A37202", ",+ c #C68D01", "'+ c #E0A305", ")+ c #02A264", "!+ c #00975A", "~+ c #009A61", "{+ c #009F67", "]+ c #009960", "^+ c #0A975D", "/+ c #2B964B", "(+ c #148F4A", "_+ c #2A984D", ":+ c #04975A", "<+ c #3C9048", "[+ c #1C9B54", "}+ c #2FAC5B", "|+ c #0DA66F", "1+ c #DAB109", "2+ c #C89504", "3+ c #294823", "4+ c #7A6C0F", "5+ c #5E8221", "6+ c #179656", "7+ c #1F8D48", "8+ c #18A86B", "9+ c #08B074", "0+ c #09AD72", "a+ c #05A96F", "b+ c #02A269", "c+ c #039E6B", "d+ c #51A241", "e+ c #97A221", "f+ c #3C9D45", "g+ c #8C9C1E", "h+ c #0E8F4D", "i+ c #E6A405", "j+ c #659536", "k+ c #B9A510", "l+ c #45A151", "m+ c #619B32", "n+ c #B0A611", "o+ c #1FA268", "p+ c #96A624", "q+ c #38994A", "r+ c #5E9422", "s+ c #729422", "t+ c #E9A800", "u+ c #98900B", "v+ c #DEAF00", "w+ c #F6B100", "x+ c #D9B50C", "y+ c #2AA76B", "z+ c #1AC680", "A+ c #1FC57F", "B+ c #12B872", "C+ c #089F61", "D+ c #01A068", "E+ c #009A5F", "F+ c #2B9449", "G+ c #CBB60D", "H+ c #4BAA53", "I+ c #00B684", "J+ c #2D8F2A", "K+ c #0E8B51", "L+ c #E5AE06", "M+ c #66A55A", "N+ c #B1AB1B", "O+ c #7AA62D", "P+ c #6FA540", "Q+ c #C0AC0E", "R+ c #659E48", "S+ c #D2AD0A", "T+ c #44A062", "U+ c #508A29", "V+ c #EDAE00", "W+ c #E4BA07", "X+ c #FEBC00", "Y+ c #FAD127", "Z+ c #02A36B", "`+ c #00995E", " @ c #F4BC00", ".@ c #F0AE02", "+@ c #E5AE08", "@@ c #E8B304", "#@ c #F5BA00", "$@ c #F5B606", "%@ c #E7AB01", "&@ c #D5AD0B", "*@ c #FFD92A", "=@ c #00985E", "-@ c #F7BF00", ";@ c #E7B600", ">@ c #EBAD03", ",@ c #E9B108", "'@ c #E3B307", ")@ c #EBB305", "!@ c #E2AD03", "~@ c #EAAF01", "{@ c #F6BD02", "]@ c #FCD328", "^@ c #0A9A5B", "/@ c #00A06A", "(@ c #F2B806", "_@ c #FEC300", ":@ c #EAAC03", "<@ c #F6B306", "[@ c #CFA201", "}@ c #DFAC03", "|@ c #BE9B00", "1@ c #E5AE04", "2@ c #EAAD01", "3@ c #B49600", "4@ c #F7BB04", "5@ c #FDB700", "6@ c #E8BB11", "7@ c #04A56B", "8@ c #009F6B", "9@ c #7CA033", "0@ c #07A669", "a@ c #02A46C", "b@ c #00A26D", "c@ c #009D66", "d@ c #019A5D", "e@ c #029D63", "f@ c #08A467", "g@ c #03A46B", "h@ c #059A59", "i@ c #00A169", "j@ c #07AA6B", "k@ c #099E60", "l@ c #01A36D", "m@ c #039757", "n@ c #029C5B", "o@ c #01A169", "p@ c #029B5F", "q@ c #08A265", "r@ c #00975D", "s@ c #01975A", "t@ c #13B572", "u@ c #21C27D", "v@ c #08AA67", "w@ c #009657", "x@ c #009E66", "y@ c #02A066", "z@ c #029859", "A@ c #009E6B", "B@ c #02A770", "C@ c #04A872", "D@ c #01A66F", "E@ c #009E67", "F@ c #019A5C", "G@ c #189D65", "H@ c #119C65", "I@ c #049B5F", "J@ c #009C63", "K@ c #019C60", "L@ c #0D9C63", "M@ c #149D66", " . ", " + @ # ", " $ % & * ", " = - ; > , ", " ' ) ! ~ { ] ^ / ( _ : < ", " [ } | 1 2 3 4 5 6 7 8 9 0 a ", " b c d e f g h i j k l m n o p 0 q ", " r 0 s t u v w x y z A B C D E F ", " 0 p G H I J K L M z z N O P ", " Q R S T U V W X Y z z Z ", " ` O . ..+.@.#.$.%.%. ", " O &. *.=.-.;.>.,.,. ", " G p '.).!.~.{.].^./.(._.z ", " :.D <. [. }.|.1.2.3.4.5.6. ", " 7.8.9.9.0.D p 8._ a.b.c.d.e.f.g.h.i.j.k.l.m.8.8.8.n. ", " o.p.q.q.D D D D r.D q.s.t.u.v.w.w.x.y.z.A.B.<.C.r.D. ", " E.F.G.H.I.D J.K.G.G.F.L.M.N.O.P.Q.R.S.T.U.V.W.G.G.X. ", " 9 D Y. Z.`. +.+++@+#+$+ ", " %+D &+ *+=+-+;+>+,+'+ ", " )+!+!+~+p D {+]+^+/+(+_+:+<+[+}+|+1+2+3+4+5+6+7+ ", "8+9+0+a+b+9 D n c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+ w+x+ ", "y+z+A+B+C+D+D E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+ V+ W+ X+Y+ ", " Z+D `+ @ .@ +@ @@ #@$@ %@ &@ X+*@ ", " &.D =@ -@ ;@ >@ ,@ '@ )@!@ ~@ {@ X+]@ ", " ^@D /@ (@ _@ :@ <@[@ }@ |@ 1@ 2@3@4@ 5@6@ ", " 7@D 8@ 9@ ", " 0@a@b@c@ d@e@ ", " f@D R g@ h@B i@j@ ", " k@i@l@l@m@ n@B o@<.p@ ", " q@{+D i@0.r@s@t@u@v@w@x@D C.C.y@ ", " z@A@D <.D B@C@D@9 r.E@F@ ", " G@H@I@J@K@L@M@G@ "}; debian/control0000664000000000000000000000345212315723241010577 0ustar Source: grisbi Section: x11 Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Stéphane Glondu Uploaders: Roberto C. Sanchez Build-Depends: debhelper (>= 8), libgtk2.0-dev, libxml2-dev, libofx-dev, libssl-dev, autotools-dev, intltool, chrpath Standards-Version: 3.9.2 Homepage: http://www.grisbi.org/ Vcs-Browser: http://git.debian.org/?p=collab-maint/grisbi.git Vcs-Git: git://git.debian.org/git/collab-maint/grisbi.git Package: grisbi Architecture: any Depends: grisbi-common (= ${source:Version}), xdg-utils, ${shlibs:Depends}, ${misc:Depends} Suggests: texlive, www-browser Description: personal finance management program Grisbi is a personal accounting program. Grisbi can handle multiple accounts, currencies and users. It helps you manage your money using third party, expenditure and receipt categories, as well as budgetary lines, financial years, and other information that makes it adapted for both personal and associative accounting. . Grisbi can import accounts from QIF, OFX and Gnucash files. It can print reports using LaTeX or export them via HTML. Package: grisbi-common Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Breaks: grisbi (<< 0.5.9-5) Replaces: grisbi (<< 0.5.9-5) Description: shared files for the finance management program Grisbi Grisbi is a personal accounting program. Grisbi can handle multiple accounts, currencies and users. It helps you manage your money using third party, expenditure and receipt categories, as well as budgetary lines, financial years, and other information that makes it adapted for both personal and associative accounting. . This package contains architecture-independent files (icons, documentation and translations). debian/gbp.conf0000664000000000000000000000006211677543605010623 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/patches/0000775000000000000000000000000012315723213010616 5ustar debian/patches/0003-libtool-ppc64el.patch0000664000000000000000000000217012315723213015136 0ustar --- a/configure +++ b/configure @@ -6112,7 +6112,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -6131,7 +6134,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1282,7 +1282,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -1301,7 +1304,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) debian/patches/0001-Tune-grisbi.desktop.patch0000664000000000000000000000121111677543606016070 0ustar From: Stephane Glondu Date: Sat, 23 Jul 2011 17:22:12 +0200 Subject: Tune grisbi.desktop --- share/grisbi.desktop.in | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/share/grisbi.desktop.in b/share/grisbi.desktop.in index 2941a13..b74a394 100644 --- a/share/grisbi.desktop.in +++ b/share/grisbi.desktop.in @@ -2,7 +2,9 @@ _Name=Grisbi _Comment=Personnal finances manager Exec=grisbi -Icon=grisbi +Icon=/usr/share/pixmaps/grisbi/grisbi.xpm Terminal=false Type=Application -Categories=Office;Finance; +Categories=Application;Office;Finance; +MimeType=application/x-grisbi +StartupNotify=true -- debian/patches/0002-Add-.pc-quilt-to-POTFILES.skip.patch0000664000000000000000000000056511677543606017356 0ustar From: Stephane Glondu Date: Sat, 23 Jul 2011 17:41:49 +0200 Subject: Add .pc (quilt) to POTFILES.skip --- po/POTFILES.skip | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 5c1e079..758f3f0 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,2 +1,3 @@ win32 win32-msvc +.pc -- debian/patches/series0000664000000000000000000000014412315723107012034 0ustar 0001-Tune-grisbi.desktop.patch 0002-Add-.pc-quilt-to-POTFILES.skip.patch 0003-libtool-ppc64el.patch