diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-27 20:24:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-27 20:24:21 -0600 |
commit | 6c7c61327875a1f75b5756189acca554b33ae26b (patch) | |
tree | a46e470db8546015b0e0cdd2ab079ceddcdac601 /ubuntu/maverick/applications/abakus/debian/control.in | |
parent | a705dea5438e1deedc390415d95c41f119a64a56 (diff) | |
download | tde-packaging-6c7c61327875a1f75b5756189acca554b33ae26b.tar.gz tde-packaging-6c7c61327875a1f75b5756189acca554b33ae26b.zip |
Use cmake to build abakus on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/abakus/debian/control.in')
-rw-r--r-- | ubuntu/maverick/applications/abakus/debian/control.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/abakus/debian/control.in b/ubuntu/maverick/applications/abakus/debian/control.in new file mode 100644 index 000000000..3b8ff361e --- /dev/null +++ b/ubuntu/maverick/applications/abakus/debian/control.in @@ -0,0 +1,22 @@ +Source: abakus-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: @@@MAINTAINER@@@ +Uploaders: @@@UPLOADERS@@@ +Build-Depends: autotools-dev, debhelper (>= 4.1.0), cdbs (>= 0.4.0), cmake, imagemagick, tdelibs4-trinity-dev, chrpath, bison, flex +Standards-Version: 3.8.4 + +Package: abakus-trinity +Architecture: any +Depends: ${shlibs:Depends} +Replaces: abakus-kde3 (<< 4:3.5.13) +Breaks: abakus-kde3 (<< 4:3.5.13) +Description: calculator for KDE [Trinity] + AbaKus is a complex calculator, which provides + many different kinds of calculations. + Think of it as bc (the command-line calculator) with a nice GUI. + It also gives information about mathematical variables and + has the user-friendly menu options of a normal KDE application. + . + Web site: http://grammarian.homelinux.net/abakus/ |