update debian forlder for latest 0.14 versions
This commit is contained in:
parent
627316c325
commit
00730578f5
|
@ -1,3 +1,27 @@
|
||||||
|
gajim (0.14.4-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release. Closes: #637071
|
||||||
|
* Fixes weird error. Closes: #632226
|
||||||
|
* Stop suggesting unused python-sexy. Closes: #633301
|
||||||
|
* Modify 00_debian-copying.diff to also not install ChangeLog file.
|
||||||
|
dh_changelogs will do it.
|
||||||
|
|
||||||
|
-- Yann Leboulanger <asterix@lagaule.org> Fri, 22 Jul 2011 12:56:30 +0200
|
||||||
|
|
||||||
|
gajim (0.14.3-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
* Fix closing roster window. Closes: #630315
|
||||||
|
|
||||||
|
-- Yann Leboulanger <asterix@lagaule.org> Sun, 19 Jun 2011 21:46:09 +0200
|
||||||
|
|
||||||
|
gajim (0.14.2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
* Fix CPU usage when testing file transfer proxies. Closes: #626576
|
||||||
|
|
||||||
|
-- Yann Leboulanger <asterix@lagaule.org> Tue, 07 Jun 2011 19:30:43 +0200
|
||||||
|
|
||||||
gajim (0.14.1-1) unstable; urgency=low
|
gajim (0.14.1-1) unstable; urgency=low
|
||||||
|
|
||||||
[ Yann Leboulanger ]
|
[ Yann Leboulanger ]
|
||||||
|
|
|
@ -12,7 +12,7 @@ Package: gajim
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.16.0), dnsutils
|
Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.16.0), dnsutils
|
||||||
Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface, python-openssl (>= 0.9), python-crypto
|
Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface, python-openssl (>= 0.9), python-crypto
|
||||||
Suggests: python-gconf, python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnomekeyring, gnome-keyring, python-sexy, python-kerberos (>= 1.1), texlive-latex-base, dvipng, python-farsight, gstreamer0.10-plugins-ugly
|
Suggests: python-gconf, python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnomekeyring, gnome-keyring, python-kerberos (>= 1.1), texlive-latex-base, dvipng, python-farsight, gstreamer0.10-plugins-ugly
|
||||||
Description: Jabber client written in PyGTK
|
Description: Jabber client written in PyGTK
|
||||||
Gajim is a Jabber client. It has a tabbed user interface with normal chats,
|
Gajim is a Jabber client. It has a tabbed user interface with normal chats,
|
||||||
group chats, and has many features such as, TLS, GPG, SSL, multiple accounts,
|
group chats, and has many features such as, TLS, GPG, SSL, multiple accounts,
|
||||||
|
|
|
@ -3,20 +3,22 @@ Forwarded: not-neded
|
||||||
|
|
||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
+++ b/Makefile.am
|
+++ b/Makefile.am
|
||||||
@@ -8,7 +8,6 @@
|
@@ -7,8 +7,6 @@
|
||||||
|
docfilesdir = $(docdir)
|
||||||
docfiles_DATA = README \
|
docfiles_DATA = README \
|
||||||
README.html \
|
README.html \
|
||||||
ChangeLog \
|
- ChangeLog \
|
||||||
- COPYING \
|
- COPYING \
|
||||||
THANKS \
|
THANKS \
|
||||||
THANKS.artists \
|
THANKS.artists \
|
||||||
AUTHORS
|
AUTHORS
|
||||||
--- a/Makefile.in
|
--- a/Makefile.in
|
||||||
+++ b/Makefile.in
|
+++ b/Makefile.in
|
||||||
@@ -299,7 +299,6 @@
|
@@ -298,8 +298,6 @@
|
||||||
|
docfilesdir = $(docdir)
|
||||||
docfiles_DATA = README \
|
docfiles_DATA = README \
|
||||||
README.html \
|
README.html \
|
||||||
ChangeLog \
|
- ChangeLog \
|
||||||
- COPYING \
|
- COPYING \
|
||||||
THANKS \
|
THANKS \
|
||||||
THANKS.artists \
|
THANKS.artists \
|
||||||
|
|
Loading…
Reference in New Issue