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>2005-07-05 11:53:59 +0400
committerYann Leboulanger <asterix@lagaule.org>2005-07-05 11:53:59 +0400
commit28c7025ec58af7608d918a21920ba98d13c4d6d8 (patch)
tree0824cc9b3c7431f3e09e2bd03bb7dcc67625e4a9 /debian
parent192ccf20758ad87191563d6db4ae5363d50d19fa (diff)
update debian package
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rw-r--r--debian/patches/00_debian-copying.patch16
2 files changed, 15 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 4f30d7170..3ec26cc59 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: gajim
Section: net
Priority: optional
Maintainer: Yann Le Boulanger <asterix@lagaule.org>
-Build-Depends: debhelper (>= 4.0.0), python-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext
+Build-Depends: debhelper (>= 4.0.0), cdbs, python-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext
Standards-Version: 3.6.1
Package: gajim
diff --git a/debian/patches/00_debian-copying.patch b/debian/patches/00_debian-copying.patch
index 45e844ade..51f5a6007 100644
--- a/debian/patches/00_debian-copying.patch
+++ b/debian/patches/00_debian-copying.patch
@@ -1,7 +1,19 @@
+Index: Makefile
+===================================================================
+--- Makefile (revision 2269)
++++ Makefile (working copy)
+@@ -64,7 +64,6 @@
+ DST=`dirname "$$f"`; \
+ cp "$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \
+ done
+- cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
+ mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps";
+ cp data/pixmaps/gajim.png "$(DESTDIR)$(PREFIX)/share/pixmaps/";
+ cp data/pixmaps/gajim_about.png "$(DESTDIR)$(PREFIX)/share/pixmaps/";
Index: src/dialogs.py
===================================================================
---- src/dialogs.py (Revision 2236)
-+++ src/dialogs.py (Arbeitskopie)
+--- src/dialogs.py (revision 2272)
++++ src/dialogs.py (working copy)
@@ -391,7 +391,7 @@
dlg.set_version(gajim.version)
s = u'Copyright \xa9 2003-2005 Gajim Team'