forked from PsychoticNinja/irssi
Update the changelog and dependancies to include information from the
old packaging of irssi-text git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3858 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
203b1286fd
commit
83de9a8649
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,6 +1,15 @@
|
|||||||
irssi (0.8.10~rc5-1) unstable; urgency=low
|
irssi (0.8.10~rc5-1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial packaging to unify irssi-text and irssi-snapshot
|
* 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
|
||||||
|
<mark.hymers@ncl.ac.uk>) (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 <david@davidpashley.com> Sun, 10 Jul 2005 15:11:38 +0300
|
-- David Pashley <david@davidpashley.com> Sun, 10 Jul 2005 15:11:38 +0300
|
||||||
|
|
||||||
|
7
debian/control
vendored
7
debian/control
vendored
@ -2,12 +2,15 @@ Source: irssi
|
|||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: David Pashley <david@davidpashley.com>
|
Maintainer: David Pashley <david@davidpashley.com>
|
||||||
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
|
Standards-Version: 3.6.2
|
||||||
|
|
||||||
Package: irssi
|
Package: irssi
|
||||||
Architecture: any
|
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
|
Description: text-mode version of the irssi IRC client
|
||||||
Irssi is an IRC client from the author of yagirc, Timo Sirainen. It has a
|
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).
|
text, GTK and GNOME interface (with integration to the GNOME panel).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user