|
Revision 354, 423 bytes
(checked in by asterix, 4 years ago)
|
|
some modifications to build debian package
|
| Line | |
|---|
| 1 | Source: gajim |
|---|
| 2 | Section: net |
|---|
| 3 | Priority: optional |
|---|
| 4 | Maintainer: Yann Le Boulanger <asterix@lagaule.org> |
|---|
| 5 | Standards-Version: 3.5.8 |
|---|
| 6 | Build-Depends: debmake, python-dev, libgtk2.0-dev |
|---|
| 7 | |
|---|
| 8 | Package: gajim |
|---|
| 9 | Architecture: any |
|---|
| 10 | Depends: python (>= 2.3), python-glade2 (>= 2.4.0), python-gtk2 (>= 2.4.0) |
|---|
| 11 | Description: jabber client in python |
|---|
| 12 | Gajim is a Jabber client, like Psi, based on a plugin system. |
|---|
| 13 | logger and gtkgui plugins are included. |
|---|