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>2010-01-12 08:58:43 +0300
committerYann Leboulanger <asterix@lagaule.org>2010-01-12 08:58:43 +0300
commitc0a2ab6b9a259e1240d09a6c2430169cad7c7631 (patch)
tree22a3e037060a9feedc44e442f7642a93ef23f601 /debian
parenta9ac0f28b93f22b3e86f4db4ba5ac6d83d9e6bfe (diff)
update debian files from 0.13.1 package
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog34
-rw-r--r--debian/compat2
-rw-r--r--debian/control16
-rw-r--r--debian/copyright8
-rw-r--r--debian/gajim.lintian1
-rw-r--r--debian/gajim.manpages2
-rwxr-xr-xdebian/rules1
7 files changed, 49 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog
index 1db2d4093..8850d39ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,37 @@
+gajim (0.13.1-1) unstable; urgency=low
+
+ * New upstream release. Closes: #559905
+ * Update PyGTK requirement to 2.12.0 minimum
+ * Fix filetransfer proxies testing, keepalive handling, memory leak.
+ Closes: #524514
+ * Better connection. Closes: #547267
+ * Fix proxy test on startup. Closes: #453910
+ * Fix sound playing. Closes: #527275
+ * Update debhelper compatibility level to 7
+
+ -- Yann Leboulanger <asterix@lagaule.org> Sun, 29 Nov 2009 01:21:04 +0100
+
+gajim (0.12.5-1) unstable; urgency=low
+
+ * New upstream release which fixes file transfer. Closes: #544466
+ * Fix history manager. Closes: #539109
+ * Fix custom host / port usage. Closes: #539267
+ * update python-gnome* dependancies. Closes: #541553
+
+ -- Yann Leboulanger <asterix@lagaule.org> Sun, 08 Aug 2009 00:06:15 +0100
+
+gajim (0.12.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * OS info are now caches. Closes: #509675
+ * keepalive system has been improved. Closes: #521144
+ * Recommends python-crypto for encryption. Closes: #513892
+ * update to 3.8.2 Debian Policy
+ * update to debhelper V6
+ * added watch file
+
+ -- Yann Leboulanger <asterix@lagaule.org> Sun, 24 Jun 2009 20:46:15 +0100
+
gajim (0.12.1-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/compat b/debian/compat
index b8626c4cf..7f8f011eb 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+7
diff --git a/debian/control b/debian/control
index 1c7c58c88..a6820d7e3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,21 @@
Source: gajim
Section: net
Priority: optional
-Maintainer: Yann Le Boulanger <asterix@lagaule.org>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.7.1), python-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext (>= 0.17-4), libxss-dev, intltool (>= 0.40.1), imagemagick, python-central (>= 0.5), libdbus-1-dev
+Maintainer: Yann Leboulanger <asterix@lagaule.org>
+Build-Depends: debhelper (>= 7), cdbs (>= 0.4.43), python-support (>= 0.7.1), python-dev, libgtk2.0-dev, python-gtk2-dev, gettext (>= 0.17-4), intltool (>= 0.40.1), imagemagick, python-central (>= 0.5)
Build-Conflicts: python2.3
XS-Python-Version: >= 2.4
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
Homepage: http://www.gajim.org
-Vcs-Svn: svn://svn.gajim.org/gajim/
-Vcs-Browser: http://trac.gajim.org/browser
+Vcs-Hg: http://hg.gajim.org/gajim/
+Vcs-Browser: http://hg.gajim.org/gajim/file
Package: gajim
Architecture: any
XB-Python-Version: ${python:Versions}
-Depends: python (>= 2.4), python-support (>= 0.7.1), python-glade2 (>= 2.8.0), python-gtk2 (>= 2.12.0), python-pysqlite2 | python (>= 2.5), dnsutils, libc6
-Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface, python-openssl
-Suggests: python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnome2-desktop (>= 2.16.0), gnome-keyring, python-sexy, python-kerberos (>= 1.1)
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-support (>= 0.7.1), python-glade2 (>= 2.12.0), python-gtk2 (>= 2.12.0), dnsutils
+Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface, python-openssl, python-crypto
+Suggests: python-gconf, python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnomeikeyring, gnome-keyring, python-sexy, python-kerberos (>= 1.1), texlive-latex-base, dvipng
Description: Jabber client written in PyGTK
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,
diff --git a/debian/copyright b/debian/copyright
index a4b8e0515..a00527a96 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,12 +2,12 @@ This package was debianized by Yann Leboulanger asterix@lagaule.org on
Wed, 16 Jun 2005 20:00:00 +0100.
It was downloaded from:
- http://www.gajim.org/downloads/gajim-0.11.0.tar.gz
+ http://www.gajim.org/downloads/gajim-0.13.tar.gz
Upstream Authors:
- Yann Le Boulanger <asterix@lagaule.org>
- - Dimitur Kirov <dkirov@gmail.com>
- - Travis Shirk <travis@pobox.com>
+ - Jean-Marie Traissard <jim@lapin.org>
+ - Stephan Erb <steve-e@h3c.de>
Copyright: (c) 2003-2009 Gajim Team
@@ -22,7 +22,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with Debian system; see the file /usr/share/common-licenses/GPL. If not,
+along with Debian system; see the file /usr/share/common-licenses/GPL-3. If not,
write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
diff --git a/debian/gajim.lintian b/debian/gajim.lintian
deleted file mode 100644
index 6380cf3a9..000000000
--- a/debian/gajim.lintian
+++ /dev/null
@@ -1 +0,0 @@
-gajim binary: script-not-executable
diff --git a/debian/gajim.manpages b/debian/gajim.manpages
index 435281b21..4cc64feca 100644
--- a/debian/gajim.manpages
+++ b/debian/gajim.manpages
@@ -1 +1,3 @@
data/gajim.1
+data/gajim-remote.1
+debian/gajim-history-manager.1
diff --git a/debian/rules b/debian/rules
index f5af9a300..0d45fd06c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,3 @@ binary-install/gajim::
rm $(DEB_DESTDIR)/usr/share/gajim/src/common/GnuPGInterface.py*
dh_pysupport -pgajim
convert $(DEB_DESTDIR)/usr/share/pixmaps/gajim.png -resize 32x32 $(DEB_DESTDIR)/usr/share/pixmaps/gajim.xpm
- install -m 0644 debian/gajim.lintian $(DEB_DESTDIR)/usr/share/lintian/overrides/gajim