summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-07-05 23:16:18 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-07-05 23:16:18 +0000
commit2ddba459c056798e4c5aa715b4d01546b18b79e2 (patch)
treed5bb7c29d3d4099f9fb1fac831e8ebfd5c7f061f /debian/control
parent3eca46285932a5412e1191e8c0d29609f2a72c74 (diff)
downloadirssi-2ddba459c056798e4c5aa715b4d01546b18b79e2.zip
Moved location of config, theme and doc files. Added debian dir for building a .deb easily.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1607 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..1080276b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: irssi-text
+Section: net
+Priority: optional
+Maintainer: Pekka Aleksi Knuutila <pa@debian.org>
+Standards-Version: 3.1.0
+Build-Depends: libglib1.2-dev, perl (&gt;= 5.6.0-16), libperl-dev, libncurses5-dev, debhelper (&gt;= 3.0.18), gettext
+
+Package: irssi-text
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: ${perl:Depends}
+Conflicts: irssi
+Description: text-mode version of the irssi IRC client
+ Irssi is an IRC client from the author of yagirc, Timo Sirainen. It has a
+ text, GTK and GNOME interface (with integration to the GNOME panel).
+ Irssi's features include configurability, smart nick completion, DCC resuming,
+ support for plugins and perl scripting.
+ .
+ This package includes the text-mode version of the irssi client.
+ .
+ Other irssi packages are:
+ irssi-common: common files for the irssi IRC client
+ irssi-gtk: GTK version of the irssi IRC client
+ irssi-gnome: GNOME version of the irssi IRC client
+