diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 16:17:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 16:17:43 -0500 |
commit | 9b2075d9b89fc628c447fbb98f43ef72e4a9c81d (patch) | |
tree | 2de9e866f064b1c7d36df24de1df305474f949fe /ubuntu/maverick/applications/kmymoney/debian/control | |
download | tde-packaging-9b2075d9b89fc628c447fbb98f43ef72e4a9c81d.tar.gz tde-packaging-9b2075d9b89fc628c447fbb98f43ef72e4a9c81d.zip |
Initial import from old SVN repository
Note that only the Debian and Ubuntu folders were preserved
Diffstat (limited to 'ubuntu/maverick/applications/kmymoney/debian/control')
-rw-r--r-- | ubuntu/maverick/applications/kmymoney/debian/control | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kmymoney/debian/control b/ubuntu/maverick/applications/kmymoney/debian/control new file mode 100644 index 000000000..e2790dbf1 --- /dev/null +++ b/ubuntu/maverick/applications/kmymoney/debian/control @@ -0,0 +1,35 @@ +Source: kmymoney2-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> +Uploaders: Mark Purcell <msp@debian.org>, Fathi Boudra <fabo@debian.org> +Build-Depends: debhelper (>= 7.0.50~), cdbs, chrpath, automake, libtool, kdelibs4-trinity-dev, libofx-dev, libsqlite3-dev +Standards-Version: 3.8.4 + +Package: kmymoney2-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${shlibs:Misc}, ${misc:Depends}, + kmymoney2-common-trinity (>= ${source:Version}) +Recommends: kmymoney2-plugin-aqbanking-trinity +Description: personal finance manager for TDE + KMyMoney is the Personal Finance Manager for TDE. It operates similar to + MS-Money and Quicken, supports different account types, categorisation of + expenses, QIF import/export, multiple currencies and initial online banking + support. + +Package: kmymoney2-common-trinity +Architecture: all +Depends: ${misc:Depends} +Recommends: kmymoney2-trinity (>= ${source:Version}) +Description: KMyMoney architecture independent files + This package contains architecture independent files needed for KMyMoney to + run properly. It also provides KMyMoney documentation. Therefore, unless you + have 'kmymoney2' package installed, you will hardly find this package useful. + +Package: kmymoney2-trinity-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, kmymoney2-trinity (= ${binary:Version}) +Description: KMyMoney development files + This package contains development files needed for KMyMoney plugins. |