diff options
author | Michele Calgaro <[email protected]> | 2019-04-03 23:02:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-04-03 23:02:46 +0900 |
commit | fcad8b8d150fb9f508973e3044a103de74ec3877 (patch) | |
tree | ca34a8cf3bfbe08335d40c47863b4901e1d19609 /ubuntu/_base/applications/kvirc/debian/control | |
parent | 5d8ed1fab813d86b04383f7fcf8ab2c994cbea30 (diff) | |
download | tde-packaging-fcad8b8d150fb9f508973e3044a103de74ec3877.tar.gz tde-packaging-fcad8b8d150fb9f508973e3044a103de74ec3877.zip |
DEB: use _base folder for a distro instead of specific distros (squeeze and maverick).
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/_base/applications/kvirc/debian/control')
-rw-r--r-- | ubuntu/_base/applications/kvirc/debian/control | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/kvirc/debian/control b/ubuntu/_base/applications/kvirc/debian/control new file mode 100644 index 000000000..fc5acf33a --- /dev/null +++ b/ubuntu/_base/applications/kvirc/debian/control @@ -0,0 +1,53 @@ +Source: kvirc-trinity +Section: net +Priority: optional +Maintainer: Timothy Pearson <[email protected]> +XSBC-Original-Maintainer: Debian KDE Extras Team <[email protected]> +Uploaders: Raúl Sánchez Siles <[email protected]> +Build-Depends: cdbs (>= 0.4.12), debhelper (>= 7.0.50~), quilt, tdelibs14-trinity-dev (>= 4:3.1.3), libperl-dev, automake, autoconf, libtool-bin | libtool (<< 2.4.2-1.11), libtool, libltdl-dev +Standards-Version: 3.8.4 +Homepage: http://kvirc.net/ + +Package: kvirc-trinity +Architecture: any +Depends: kvirc-data-trinity (= ${source:Version}), ${shlibs:Depends} +Replaces: kvirc-kde3 (<< 4:14.0.0~), kvirc-trinity (<< 4:14.0.0~) +Breaks: kvirc-kde3 (<< 4:14.0.0~), kvirc-trinity (<< 4:14.0.0~) +Description: Trinity 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 TDE widget set, can be extended + using its own scripting language, integrates with TDE, 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 +Replaces: kvirc-data-kde3 (<< 4:14.0.0~), kvirc-data-trinity (<< 4:14.0.0~) +Breaks: kvirc-data-kde3 (<< 4:14.0.0~), kvirc-data-trinity (<< 4:14.0.0~) +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 TDE widget set which integrates + with the Trinity Desktop Environment. + +Package: kvirc-trinity-dev +Section: devel +Architecture: any +Replaces: kvirc-kde3-dev (<< 4:14.0.0~), kvirc-trinity-dev (<< 4:14.0.0~) +Breaks: kvirc-kde3-dev (<< 4:14.0.0~), kvirc-trinity-dev (<< 4:14.0.0~) +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 TDE widget set which integrates + with the Trinity Desktop Environment. |