Massively overhaul the debian packaging to bring it up to 0.8.10rc5

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3855 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
dpash 2005-07-15 21:54:15 +00:00
commit ae62c8f9c7
21 changed files with 1046 additions and 140 deletions

51
debian/control vendored
View file

@ -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.