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>2006-04-13 23:37:13 +0400
committerYann Leboulanger <asterix@lagaule.org>2006-04-13 23:37:13 +0400
commit98a248a8994f8ceac209a0bf07075dc75e4b30b7 (patch)
treeef6354c9e7b619360c79da6889fc28a4561f811f /debian
parent832f6d8ab4c8dc2f4e6f5e9c0f365f75995c4ed0 (diff)
debian package now really depend on python2.4
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules3
3 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index d8417008b..db4933296 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ gajim (0.10-1) unstable; urgency=low
* fix description typo Closes: #349249
* Gajim now recommends dnsutils instead of python-dns
* Gajim now depends on python2.4 Closes: #357777
+ * Use Gajim's GnuPGInterface file as there is no python2.4-gnupginterface
+ package
-- Yann Le Boulanger <asterix@lagaule.org> Wed, 12 Apr 2006 10:55:16 +0100
diff --git a/debian/control b/debian/control
index 0b8748da9..398ed54e8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: gajim
Section: net
Priority: optional
Maintainer: Yann Le Boulanger <asterix@lagaule.org>
-Build-Depends: debhelper (>= 4.1.0), cdbs, python-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext, libxss-dev, intltool
+Build-Depends: debhelper (>= 4.1.0), cdbs, python2.4-dev, libgtk2.0-dev, python2.4-gtk2-dev, libgtkspell-dev, gettext, libxss-dev, intltool
Standards-Version: 3.6.2
Package: gajim
Architecture: any
-Depends: ${shlibs:Depends}, python2.4 (>= 2.4), python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python-pysqlite2
+Depends: ${shlibs:Depends}, python2.4 (>= 2.4), python2.4-glade2 (>= 2.6.0), python2.4-gtk2 (>= 2.6.0), python2.4-pysqlite2
Recommends: dnsutils, python2.4-dbus, notification-daemon
-Suggests: python-gnupginterface, python-gnome2
+Suggests: python2.4-gnome2
Description: Jabber client written in PyGTK
Gajim is a Jabber client written in PyGTK. It has a tabbed user interface
with normal chats, group chats, and has many features such as, TLS, GPG,
diff --git a/debian/rules b/debian/rules
index 1b17f35cb..1c6a8ccf8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,7 @@ CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -fPIC -I/usr/include/python$(P
LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0`
DEB_MAKE_BUILD_TARGET := all
-DEB_MAKE_INSTALL_TARGET = install PREFIX=/usr DESTDIR=$(DEB_DESTDIR)
+DEB_MAKE_INSTALL_TARGET = install PYTHON=python2.4 PREFIX=/usr DESTDIR=$(DEB_DESTDIR)
binary-install/gajim::
- rm $(DEB_DESTDIR)/usr/share/gajim/src/common/GnuPGInterface.py
dh_python -pgajim /usr/share/gajim/src