summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control51
1 files changed, 39 insertions, 12 deletions
diff --git a/debian/control b/debian/control
index c23b992a..77ffcb8f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,13 @@
-Source: irssi-text
+Source: irssi
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)
+Maintainer: David Pashley <david@davidpashley.com>
+Build-Depends: debhelper (>= 4.0.0), autotools-dev
+Standards-Version: 3.6.2
-Package: irssi-text
+Package: irssi
Architecture: any
-Depends: ${shlibs:Depends}
-Suggests: ${perl:Depends}
-Conflicts: irssi
+Depends: ${shlibs:Depends}, ${misc:Depends}
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).
@@ -18,8 +16,37 @@ Description: text-mode version of the irssi IRC client
.
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
+ The GTK and GNOME versions of irssi haven't been developed since early
+ 2000, and currently lack much of irssi-text's functionality.
+
+Package: irssi-dev
+Architecture: any
+Depends: irssi
+Description: text-mode version of the irssi IRC client development files
+ 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 development files for the irssi client.
+
+Package: irssi-text
+Architecture: any
+Depends: irssi
+Description: irssi dummy transition package
+ This is a dummy transition package from irssi-text and is safe to
+ remove.
+Package: irssi-snapshot
+Architecture: any
+Depends: irssi
+Description: irssi dummy transition package
+ This is a dummy transition package from irssi-snapshot and is safe to
+ remove.
+
+Package: irssi-snapshot-dev
+Architecture: any
+Depends: irssi-dev
+Description: irssi dummy transition package
+ This is a dummy transition package from irssi-snapshot-dev and is safe
+ to remove.