Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2005-05-23 12:36:30 +0400
committerYann Leboulanger <asterix@lagaule.org>2005-05-23 12:36:30 +0400
commite3000663fc334b2db399bc50d5b35071cdb17fa1 (patch)
tree98f777da972d9afec216012ce384066321674b54 /debian
parent77105e8f9e8e017698084c9b31b7620585e8ecfa (diff)
updated debian folder for 0.7 release
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
-rw-r--r--debian/control4
-rw-r--r--debian/copyright5
-rw-r--r--debian/dirs1
-rwxr-xr-xdebian/rules5
5 files changed, 20 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 37cee09fe..7d4205d5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+gajim (0.7-1) unstable; urgency=low
+
+ * Ability for groupchat reserved rooms with full affiliations and roles support
+ * Popup notification for incoming events
+ * Protocol icons for contacts from transports
+ * Gajim's user interface is now more HIG compliant
+ * Gajim now detects and can send operating system information
+ * Gajim can now inform the user about new version availability
+ * Gajim jabber library migration from jabberpy to xmpppy
+ * Rewrite of the plugin system to remove threads and improve latency
+ * Gajim now supports Nodes in Service Discovery
+
+ -- Yann Le Boulanger <asterix@lagaule.org> Mon, 23 May 2005 10:28:40 +0200
+
gajim (0.6.1-1) unstable; urgency=low
* Rewrite of service discovery. It doesn't freeze Gajim anymore.
diff --git a/debian/control b/debian/control
index 098d2ff06..417fd6068 100644
--- a/debian/control
+++ b/debian/control
@@ -11,5 +11,5 @@ Section: net
Priority: optional
Depends: python (>= 2.3), python-glade2 (>= 2.4.0), python-gtk2 (>= 2.4.0)
Suggests: python-gnupginterface
-Description: GTK jabber client written in python
- Gajim is a GTK jabber client written in python.
+Description: Jabber client written in python
+ Gajim is a jabber client written in python, with a GTK frontend.
diff --git a/debian/copyright b/debian/copyright
index d756533c1..60e2f7a82 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,10 +3,11 @@ Fri, 21 May 2004 18:15:28 -0400.
Gajim Team:
- Yann Le Boulanger <asterix@lagaule.org>
- - Vincent Hanquez <tab@tuxfamily.org>
+ - Vincent Hanquez <tab@snarc.org>
+ - Nikos Kouremenos <kourem@gmail.com>
-Copyright: (c) 2003 Gajim Team
+Copyright: (c) 2003-2005 Gajim Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/debian/dirs b/debian/dirs
index 3ff5ef76d..36d70ee22 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -2,5 +2,6 @@ usr/bin
usr/share/gajim
usr/share/man/man1
usr/share/pixmaps
+usr/share/applications
usr/lib/menu
usr/lib/gajim
diff --git a/debian/rules b/debian/rules
index fae177200..308c258a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,14 +8,12 @@ build: build-stamp
build-stamp:
$(checkdir)
-# $(MAKE) CFLAGS="-O2 -g -Wall"
make
touch build
clean:
$(checkdir)
rm -f build
-# -$(MAKE) clean
make clean
rm -f `find . -name "*~"`
rm -rf debian/tmp debian/files* core debian/substvars files
@@ -28,9 +26,6 @@ install-stamp: build-stamp
cd debian/tmp && install -d `cat ../dirs`
make install PREFIX=/usr DESTDIR=`pwd`/debian/tmp
cp gajim.xpm debian/tmp/usr/share/pixmaps
- chmod -x debian/tmp/usr/share/gajim/gajim.py
- sed -ne '1d;w debian/tmp/gajim.py.tmp' debian/tmp/usr/share/gajim/gajim.py
- mv debian/tmp/gajim.py.tmp debian/tmp/usr/share/gajim/gajim.py
binary-indep: checkroot build
$(checkdir)