From 28c7025ec58af7608d918a21920ba98d13c4d6d8 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 5 Jul 2005 07:53:59 +0000 Subject: [PATCH] update debian package --- debian/control | 2 +- debian/patches/00_debian-copying.patch | 16 ++++++++++++++-- 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 -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'