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/lucid_automake/applications/konversation/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/lucid_automake/applications/konversation/debian/control')
-rw-r--r-- | ubuntu/lucid_automake/applications/konversation/debian/control | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/ubuntu/lucid_automake/applications/konversation/debian/control b/ubuntu/lucid_automake/applications/konversation/debian/control new file mode 100644 index 000000000..652cf7b08 --- /dev/null +++ b/ubuntu/lucid_automake/applications/konversation/debian/control @@ -0,0 +1,44 @@ +Source: konversation-kde3 +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: Modestas Vainius <modestas@vainius.eu> +Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.27-3), kdelibs4-kde3-dev, xsltproc, docbook-xsl, libxi-dev, quilt (>= 0.40), automake1.11-kde3, autoconf2.63, libtool, libltdl-dev +Standards-Version: 3.8.3 +DM-Upload-Allowed: yes +Homepage: http://konversation.kde.org/ + +Package: konversation-kde3 +Architecture: any +Depends: ${shlibs:Depends} +Recommends: python, ruby +Suggests: libsoap-lite-perl +Description: user friendly Internet Relay Chat (IRC) client for KDE [KDE3] + Konversation is a client for the Internet Relay Chat (IRC) protocol. + It is easy to use and well-suited for novice IRC users, but novice + and experienced users alike will appreciate its many features: + . + * Standard IRC features + * Easy to use graphical interface + * Multiple server and channel tabs in a single window + * IRC color support + * Pattern-based message highlighting and OnScreen Display + * Multiple identities for different servers + * Multi-language scripting support (with DCOP) + * Customizable command aliases + * NickServ-aware log-on (for registered nicknames) + * Smart logging + * Traditional or enhanced-shell-style nick completion + * DCC file transfer with resume support + +Package: konversation-kde3-dbg +Architecture: any +Priority: extra +Depends: konversation-kde3 (= ${binary:Version}) +Recommends: kdelibs-kde3-dbg +Description: debugging symbols for konversation + This package contains the debugging symbols associated with konversation. + They will automatically be used by gdb for debugging konversation-related + issues. + |