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
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2009-07-29 15:24:47 +0400
committerYann Leboulanger <asterix@lagaule.org>2009-07-29 15:24:47 +0400
commit0845f37685934cd11569ae4046f70969a2c34747 (patch)
tree20b7f5289e9943080a77a21c5d5ca6a84f3b4057
parent39948da124130652a27aa1b4a37212f623e3464a (diff)
update debian folder from 0.12.3
-rw-r--r--debian/changelog12
-rw-r--r--debian/compat2
-rw-r--r--debian/control16
-rw-r--r--debian/copyright4
-rw-r--r--debian/gajim-history-manager.121
-rw-r--r--debian/gajim-remote.manpages1
-rw-r--r--debian/gajim.manpages2
7 files changed, 46 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index 1db2d4093..902222a86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+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..1e8b31496 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+6
diff --git a/debian/control b/debian/control
index 0f9dfbf0a..0cc781a08 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 (>= 6), 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
Build-Conflicts: python2.3
XS-Python-Version: >= 2.4
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
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.8.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.8.0), python-gtk2 (>= 2.8.0), dnsutils
+Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface, python-openssl, python-crypto
+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), 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..772d8c7e2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ 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.12.3.tar.gz
Upstream Authors:
- Yann Le Boulanger <asterix@lagaule.org>
@@ -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-history-manager.1 b/debian/gajim-history-manager.1
new file mode 100644
index 000000000..5500b9f86
--- /dev/null
+++ b/debian/gajim-history-manager.1
@@ -0,0 +1,21 @@
+.\" 20050901
+.TH "Gajim-history-manager" "1" "September 01, 2005" "Gajim dev team" ""
+.SH "NAME"
+Gajim-history-manager \- Tool to manage gajim logs
+.SH "SYNOPSIS"
+.B gajim-history-manager [\-c config-path] [\-h]
+.SH "DESCRIPTION"
+.B Gajim-history-manager
+is a tool to manage (do some cleanup) log file of Gajim jabber client.
+.PP
+.SH "OPTIONS"
+.TP
+\fB\-c\fR, \fB\-\-config-path\fR path
+Path where logs.db is located. ~/.gajim by default.
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Print this help.
+.SH "FEEDBACK"
+You can report bugs or feature requests in http://trac.gajim.org or in the mailing list: http://lists.gajim.org/cgi\-bin/listinfo/gajim\-devel. You can also find us in our room gajim@conference.gajim.org
+.SH "AUTHORS"
+Written by Yann Le Boulanger <asterix@lagaule.org>, Nikos Kouremenos <kourem@gmail.com> and Dimitur Kirov <dkirov@gmail.com>.
diff --git a/debian/gajim-remote.manpages b/debian/gajim-remote.manpages
deleted file mode 100644
index ebee7cd88..000000000
--- a/debian/gajim-remote.manpages
+++ /dev/null
@@ -1 +0,0 @@
-data/gajim-remote.1
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