some modifications to build debian package
This commit is contained in:
parent
07fd74548d
commit
0984049458
3 changed files with 7 additions and 7 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
gajim (0.3-1) unstable; urgency=low
|
gajim (0.3) unstable; urgency=low
|
||||||
|
|
||||||
* GUI improvements
|
* GUI improvements
|
||||||
* group chat support with MUC (JEP 45)
|
* group chat support with MUC (JEP 45)
|
||||||
|
@ -9,7 +9,7 @@ gajim (0.3-1) unstable; urgency=low
|
||||||
|
|
||||||
-- Yann Le Boulanger <asterix@lagaule.org> Sat, 18 Dec 2004 14:52:07 +0100
|
-- Yann Le Boulanger <asterix@lagaule.org> Sat, 18 Dec 2004 14:52:07 +0100
|
||||||
|
|
||||||
gajim (0.2-2) unstable; urgency=low
|
gajim (0.2.1) unstable; urgency=low
|
||||||
|
|
||||||
* bugfixes : when configfile is incomplete
|
* bugfixes : when configfile is incomplete
|
||||||
* icon in systray with popup menu (for linux)
|
* icon in systray with popup menu (for linux)
|
||||||
|
@ -20,7 +20,7 @@ gajim (0.2-2) unstable; urgency=low
|
||||||
|
|
||||||
-- Yann Le Boulanger <asterix@lagaule.org> Thu, 1 Jul 2004 23:45:02 +0200
|
-- Yann Le Boulanger <asterix@lagaule.org> Thu, 1 Jul 2004 23:45:02 +0200
|
||||||
|
|
||||||
gajim (0.2-1) unstable; urgency=low
|
gajim (0.2) unstable; urgency=low
|
||||||
|
|
||||||
* bugfix for french translation
|
* bugfix for french translation
|
||||||
* multi-resource support
|
* multi-resource support
|
||||||
|
@ -30,7 +30,7 @@ gajim (0.2-1) unstable; urgency=low
|
||||||
|
|
||||||
-- Yann Le Boulanger <asterix@lagaule.org> Tue, 8 Jun 2004 04:52:36 +0200
|
-- Yann Le Boulanger <asterix@lagaule.org> Tue, 8 Jun 2004 04:52:36 +0200
|
||||||
|
|
||||||
gajim (0.1-1) unstable; urgency=low
|
gajim (0.1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -3,11 +3,11 @@ Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Yann Le Boulanger <asterix@lagaule.org>
|
Maintainer: Yann Le Boulanger <asterix@lagaule.org>
|
||||||
Standards-Version: 3.5.8
|
Standards-Version: 3.5.8
|
||||||
Build-Depends: debmake
|
Build-Depends: debmake, python-dev, libgtk2.0-dev
|
||||||
|
|
||||||
Package: gajim
|
Package: gajim
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: python (>= 2.3), python-glade2 (>= 2.4.0), python-gtk2 (>= 2.4.0)
|
Depends: python (>= 2.3), python-glade2 (>= 2.4.0), python-gtk2 (>= 2.4.0)
|
||||||
Description: Jabber client in python
|
Description: jabber client in python
|
||||||
Gajim is a Jabber client, like Psi, based on a plugin system.
|
Gajim is a Jabber client, like Psi, based on a plugin system.
|
||||||
logger and gtkgui plugins are included.
|
logger and gtkgui plugins are included.
|
||||||
|
|
2
debian/files
vendored
2
debian/files
vendored
|
@ -1 +1 @@
|
||||||
gajim_0.3-1_i386.deb net optional
|
gajim_0.3_i386.deb net optional
|
||||||
|
|
Loading…
Add table
Reference in a new issue