diff --git a/debian/changelog b/debian/changelog index ce58a092..6be5912f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,15 @@ irssi (0.8.10~rc5-1) unstable; urgency=low * Initial packaging to unify irssi-text and irssi-snapshot + * Check for an executable file before we try to execute it with /upgrade + (Closes: #242026) + * Only allow /exec to recurse 100 times (Closes: #186416) + * Call SIGTSTP rather than SIGSTOP on ^Z (With thanks to Mark Hymers + ) (Closes: #177108) + * Redirect Glib critical errors to the status window rather than to stderr + (Closes: #270596) + * Correctly lower case chat protocols using g_ascii_strdown() rather than + using the deprecated g_strdown() (Closes: #232628) -- David Pashley Sun, 10 Jul 2005 15:11:38 +0300 diff --git a/debian/control b/debian/control index 77ffcb8f..1f412e1d 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,15 @@ Source: irssi Section: net Priority: optional Maintainer: David Pashley -Build-Depends: debhelper (>= 4.0.0), autotools-dev +Build-Depends: debhelper (>= 4.0.0), autotools-dev, libglib2.0-dev, perl (>= 5.8.1), libperl-dev (>= 5.8.1), libncurses5-dev, libssl-dev, openssl Standards-Version: 3.6.2 Package: irssi Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, perl-base(>= 5.8.1) +Suggests: irssi-scripts (>= 2) +Conflicts: irssi-scripts (= 1), irssi-common +Replaces: irssi-scripts (<= 8) 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).