1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
Source: gnucash
Section: gnome
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9.20160403~), intltool, pkg-config, dh-autoreconf, dh-python,
guile-2.0-dev,
imagemagick,
libaqbanking-dev (>= 5.6.0beta),
libdbi-dev,
libdbd-sqlite3,
libglib2.0-dev (>= 2.26),
libgnome-keyring-dev,
libgnomecanvas2-dev,
libgoffice-0.8-dev,
libgtk2.0-dev (>= 2.24),
libgwengui-gtk2-dev,
libofx-dev,
libwebkitgtk-dev,
libxml2-dev,
libxslt1-dev,
python,
python-dev,
xsltproc,
zlib1g-dev
## Needed by tests:
,locales-all
Build-Conflicts: guile-1.8
Homepage: http://www.gnucash.org/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-gnucash/gnucash.git
Vcs-Git: https://anonscm.debian.org/git/pkg-gnucash/gnucash.git
Package: gnucash
Architecture: any
Depends: gnucash-common (= ${source:Version}), ${shlibs:Depends},
${aqbanking:Depends}, ${misc:Depends}, ${perl:Depends}, guile-2.0,
libfinance-quote-perl, libwww-perl, libhtml-tree-perl,
libhtml-tableextract-perl, libcrypt-ssleay-perl, libdate-manip-perl
Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3
Recommends: gnucash-docs
,python-gnucash
,yelp
,dbus (>= 1.8~) | dbus-x11
Breaks: gnucash-common (<< 1:2.4.8-1~)
Replaces: gnucash-common (<< 1:2.4.8-1~)
Description: personal and small-business financial-accounting software
Gnucash provides accounting functions suitable for use by small businesses and
individuals. It can track finances in multiple accounts, keeping running and
reconciled balances. There is support for customer, vendor and employee
processing. It has an X based graphical user interface, double entry, a
hierarchy of accounts, expense accounts (categories), and can import Quicken
QIF files and OFX files.
Package: gnucash-common
Architecture: all
Depends: ${misc:Depends}, libjs-jquery
Recommends: gnucash (>= ${source:Version})
Breaks: gnucash (<< 2.4.0-1~)
Replaces: gnucash (<< 2.4.0-1~)
Description: common files for the financial-accounting software Gnucash
Gnucash provides accounting functions suitable for use by small businesses and
individuals. It can track finances in multiple accounts, keeping running and
reconciled balances. There is support for customer, vendor and employee
processing. It has an X based graphical user interface, double entry, a
hierarchy of accounts, expense accounts (categories), and can import Quicken
QIF files and OFX files.
.
This package contains the architecture independent parts of Gnucash. It should
not be installed directly, but is pulled in automatically by the dependencies
of the Gnucash package.
Package: python-gnucash
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2
Description: Gnucash interface for Python
Gnucash provides accounting functions suitable for use by small businesses and
individuals. It can track finances in multiple accounts, keeping running and
reconciled balances. There is support for customer, vendor and employee
processing. It has an X based graphical user interface, double entry, a
hierarchy of accounts, expense accounts (categories), and can import Quicken
QIF files and OFX files.
.
This package contains the Python bindings for Gnucash which allow you to read
and manipulate Gnucash data files.
|