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:
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian6
-rw-r--r--debian/control2
-rw-r--r--debian/copyright3
-rw-r--r--debian/patches/00_debian-copying.patch18
4 files changed, 13 insertions, 16 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 66440e2d5..000000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,6 +0,0 @@
-gajim for Debian
-----------------
-
-If you want to use OpenPGP in gajim, you have to install python-gnupginterface.
-
- -- Yann Le Boulanger <asterix@lagaule.org>, Mon, 20 Jun 2005 12:02:31 +0200
diff --git a/debian/control b/debian/control
index 60e4f9430..543ff0c95 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.6.2
Package: gajim
Architecture: any
-Depends: ${shlibs:Depends}, python2.4 (>= 2.4), python2.4-glade2 (>= 2.6.0), python2.4-gtk2 (>= 2.6.0), python2.4-pysqlite2
+Depends: ${shlibs:Depends}, python2.4-glade2 (>= 2.6.0), python2.4-gtk2 (>= 2.6.0), python2.4-pysqlite2
Recommends: dnsutils, python2.4-dbus, notification-daemon
Suggests: python2.4-gnome2
Description: Jabber client written in PyGTK
diff --git a/debian/copyright b/debian/copyright
index e18f009d3..24d42289c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,9 @@
This package was debianized by Yann L.B. asterix@lagaule.org on
Wed, 16 Jun 2005 20:00:00 +0100.
+It was downloaded from:
+ http://www.gajim.org/downloads/gajim-0.10.1.tar.gz
+
Upstream Authors:
- Yann Le Boulanger <asterix@lagaule.org>
- Dimitur Kirov <dkirov@gmail.com>
diff --git a/debian/patches/00_debian-copying.patch b/debian/patches/00_debian-copying.patch
index 2d5acb6e6..c5d2e11ab 100644
--- a/debian/patches/00_debian-copying.patch
+++ b/debian/patches/00_debian-copying.patch
@@ -1,21 +1,21 @@
Index: Makefile
===================================================================
---- Makefile (revision 4702)
+--- Makefile (revision 6485)
+++ Makefile (working copy)
-@@ -87,7 +87,6 @@
- mkdir -p "$(DESTDIR)$(PREFIX)/share/locale/$$d"; \
- fi; \
+@@ -89,7 +89,6 @@
done
- ${MAKE} -C po install PREFIX=$(PREFIX)
+ if [[ -n $$(find po -name *.mo) ]]; then \
+ ${MAKE} -C po install PREFIX=$(PREFIX) ; \
+ fi
- cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
- cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/";
+ cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/";
+ cp AUTHORS "$(DESTDIR)$(PREFIX)/share/gajim/";
mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps";
- cp data/pixmaps/gajim.png "$(DESTDIR)$(PREFIX)/share/pixmaps/";
Index: src/dialogs.py
===================================================================
---- src/dialogs.py (revision 4702)
+--- src/dialogs.py (revision 6485)
+++ src/dialogs.py (working copy)
-@@ -443,7 +443,7 @@
+@@ -558,7 +558,7 @@
dlg.set_version(gajim.version)
s = u'Copyright \xa9 2003-2005 Gajim Team'
dlg.set_copyright(s)