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'