summaryrefslogtreecommitdiffstats
path: root/debian/lenny/applications/kvirc/debian/control
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-03 14:44:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-03 14:44:58 -0500
commit0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6 (patch)
treec0d0d652fef20159e78fa20b2567661bd7db8e41 /debian/lenny/applications/kvirc/debian/control
parent6b027437fd51e7874aaffed9e395ddf7913c3ab4 (diff)
downloadtde-packaging-0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6.tar.gz
tde-packaging-0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6.zip
Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick
Diffstat (limited to 'debian/lenny/applications/kvirc/debian/control')
-rw-r--r--debian/lenny/applications/kvirc/debian/control48
1 files changed, 48 insertions, 0 deletions
diff --git a/debian/lenny/applications/kvirc/debian/control b/debian/lenny/applications/kvirc/debian/control
new file mode 100644
index 000000000..850fac844
--- /dev/null
+++ b/debian/lenny/applications/kvirc/debian/control
@@ -0,0 +1,48 @@
+Source: kvirc-trinity
+Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.1.46), kdelibs4-trinity-dev (>= 4:3.1.3), libesd0-dev, libperl-dev, automake, autoconf, libtool, libltdl-dev
+Section: net
+Priority: optional
+Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
+Uploaders: Raúl Sánchez Siles <rasasi78@gmail.com>
+Standards-Version: 3.8.4
+Homepage: http://kvirc.net/
+
+Package: kvirc-trinity
+Architecture: any
+Depends: kvirc-data-trinity (= ${source:Version}), ${shlibs:Depends}
+Description: KDE3 based next generation IRC client with module support
+ A highly configurable graphical IRC client with an MDI interface,
+ built-in scripting language, support for IRC DCC, drag & drop file
+ browsing, and much more. KVIrc uses the KDE widget set, can be extended
+ using its own scripting language, integrates with KDE, and supports
+ custom plugins.
+ .
+ If you are a developer and you want to write a custom module for KVIrc,
+ you need to install the kvirc-dev package.
+
+Package: kvirc-data-trinity
+Section: net
+Architecture: all
+Depends: kvirc-trinity (>= ${source:Version})
+Description: Data files for KVIrc
+ This package contains the architecture-independent data needed by KVIrc in
+ order to run, such as icons and images, language files, and shell scripts.
+ It also contains complete reference guides on scripting and functions
+ within KVIrc in its internal help format. Unless you want to use KVIrc only
+ as a very simple IRC client you are likely to want to write scripts to
+ tailor KVIrc to your needs.
+ .
+ KVIrc is a graphical IRC client based on the KDE widget set which integrates
+ with the K Desktop Environment version 3.
+
+Package: kvirc-trinity-dev
+Section: devel
+Architecture: any
+Depends: kvirc-trinity (>= ${source:Version})
+Description: Development files for KVIrc
+ This package contains KVIrc libraries and include files you need if you
+ want to develop plugins for KVIrc.
+ .
+ KVIrc is a graphical IRC client based on the KDE widget set which integrates
+ with the K Desktop Environment version 3.