Changeset 1594 for trunk/debian

Show
Ignore:
Timestamp:
05/23/05 10:36:30 (4 years ago)
Author:
asterix
Message:

updated debian folder for 0.7 release

Location:
trunk/debian
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/debian/changelog

    r995 r1594  
     1gajim (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 
    115gajim (0.6.1-1) unstable; urgency=low 
    216 
  • trunk/debian/control

    r1158 r1594  
    1212Depends: python (>= 2.3), python-glade2 (>= 2.4.0), python-gtk2 (>= 2.4.0) 
    1313Suggests: python-gnupginterface 
    14 Description: GTK jabber client written in python 
    15  Gajim is a GTK jabber client written in python. 
     14Description: Jabber client written in python 
     15 Gajim is a jabber client written in python, with a GTK frontend. 
  • trunk/debian/copyright

    r335 r1594  
    44Gajim Team: 
    55      - Yann Le Boulanger <asterix@lagaule.org> 
    6       - Vincent Hanquez <tab@tuxfamily.org> 
     6      - Vincent Hanquez <tab@snarc.org> 
     7      - Nikos Kouremenos <kourem@gmail.com> 
    78  
    89 
    9 Copyright: (c) 2003 Gajim Team 
     10Copyright: (c) 2003-2005 Gajim Team 
    1011 
    1112This program is free software; you can redistribute it and/or modify 
  • trunk/debian/dirs

    r389 r1594  
    33usr/share/man/man1 
    44usr/share/pixmaps 
     5usr/share/applications 
    56usr/lib/menu 
    67usr/lib/gajim 
  • trunk/debian/rules

    r954 r1594  
    99        $(checkdir) 
    1010         
    11 #       $(MAKE) CFLAGS="-O2 -g -Wall" 
    1211        make 
    1312        touch build 
     
    1615        $(checkdir) 
    1716        rm -f build 
    18 #       -$(MAKE) clean 
    1917        make clean 
    2018        rm -f `find . -name "*~"` 
     
    2927        make install PREFIX=/usr DESTDIR=`pwd`/debian/tmp 
    3028        cp gajim.xpm debian/tmp/usr/share/pixmaps 
    31         chmod -x debian/tmp/usr/share/gajim/gajim.py 
    32         sed -ne '1d;w debian/tmp/gajim.py.tmp' debian/tmp/usr/share/gajim/gajim.py 
    33         mv debian/tmp/gajim.py.tmp debian/tmp/usr/share/gajim/gajim.py 
    3429 
    3530binary-indep: checkroot build