update debian package
This commit is contained in:
parent
192ccf2075
commit
28c7025ec5
2 changed files with 15 additions and 3 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: gajim
|
||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Yann Le Boulanger <asterix@lagaule.org>
|
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
|
Standards-Version: 3.6.1
|
||||||
|
|
||||||
Package: gajim
|
Package: gajim
|
||||||
|
|
16
debian/patches/00_debian-copying.patch
vendored
16
debian/patches/00_debian-copying.patch
vendored
|
@ -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
|
Index: src/dialogs.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/dialogs.py (Revision 2236)
|
--- src/dialogs.py (revision 2272)
|
||||||
+++ src/dialogs.py (Arbeitskopie)
|
+++ src/dialogs.py (working copy)
|
||||||
@@ -391,7 +391,7 @@
|
@@ -391,7 +391,7 @@
|
||||||
dlg.set_version(gajim.version)
|
dlg.set_version(gajim.version)
|
||||||
s = u'Copyright \xa9 2003-2005 Gajim Team'
|
s = u'Copyright \xa9 2003-2005 Gajim Team'
|
||||||
|
|
Loading…
Add table
Reference in a new issue