Changeset 1594 for trunk/debian
- Timestamp:
- 05/23/05 10:36:30 (4 years ago)
- Location:
- trunk/debian
- Files:
-
- 5 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/changelog
r995 r1594 1 gajim (0.7-1) unstable; urgency=low 2 3 * Ability for groupchat reserved rooms with full affiliations and roles support 4 * Popup notification for incoming events 5 * Protocol icons for contacts from transports 6 * Gajim's user interface is now more HIG compliant 7 * Gajim now detects and can send operating system information 8 * Gajim can now inform the user about new version availability 9 * Gajim jabber library migration from jabberpy to xmpppy 10 * Rewrite of the plugin system to remove threads and improve latency 11 * Gajim now supports Nodes in Service Discovery 12 13 -- Yann Le Boulanger <asterix@lagaule.org> Mon, 23 May 2005 10:28:40 +0200 14 1 15 gajim (0.6.1-1) unstable; urgency=low 2 16 -
trunk/debian/control
r1158 r1594 12 12 Depends: python (>= 2.3), python-glade2 (>= 2.4.0), python-gtk2 (>= 2.4.0) 13 13 Suggests: python-gnupginterface 14 Description: GTK jabber client written in python15 Gajim is a GTK jabber client written in python.14 Description: Jabber client written in python 15 Gajim is a jabber client written in python, with a GTK frontend. -
trunk/debian/copyright
r335 r1594 4 4 Gajim Team: 5 5 - Yann Le Boulanger <asterix@lagaule.org> 6 - Vincent Hanquez <tab@tuxfamily.org> 6 - Vincent Hanquez <tab@snarc.org> 7 - Nikos Kouremenos <kourem@gmail.com> 7 8 8 9 9 Copyright: (c) 2003 Gajim Team10 Copyright: (c) 2003-2005 Gajim Team 10 11 11 12 This program is free software; you can redistribute it and/or modify -
trunk/debian/dirs
r389 r1594 3 3 usr/share/man/man1 4 4 usr/share/pixmaps 5 usr/share/applications 5 6 usr/lib/menu 6 7 usr/lib/gajim -
trunk/debian/rules
r954 r1594 9 9 $(checkdir) 10 10 11 # $(MAKE) CFLAGS="-O2 -g -Wall"12 11 make 13 12 touch build … … 16 15 $(checkdir) 17 16 rm -f build 18 # -$(MAKE) clean19 17 make clean 20 18 rm -f `find . -name "*~"` … … 29 27 make install PREFIX=/usr DESTDIR=`pwd`/debian/tmp 30 28 cp gajim.xpm debian/tmp/usr/share/pixmaps 31 chmod -x debian/tmp/usr/share/gajim/gajim.py32 sed -ne '1d;w debian/tmp/gajim.py.tmp' debian/tmp/usr/share/gajim/gajim.py33 mv debian/tmp/gajim.py.tmp debian/tmp/usr/share/gajim/gajim.py34 29 35 30 binary-indep: checkroot build
