update debian folder
This commit is contained in:
parent
8e4131fc93
commit
afbbddd55c
2 changed files with 9 additions and 14 deletions
6
debian/README.Debian
vendored
6
debian/README.Debian
vendored
|
@ -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
|
|
17
debian/patches/00_debian-copying.patch
vendored
17
debian/patches/00_debian-copying.patch
vendored
|
@ -1,20 +1,21 @@
|
||||||
Index: Makefile
|
Index: Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- Makefile (revision 6412)
|
--- Makefile (revision 6485)
|
||||||
+++ Makefile (working copy)
|
+++ Makefile (working copy)
|
||||||
@@ -88,7 +88,6 @@
|
@@ -89,7 +89,6 @@
|
||||||
fi; \
|
|
||||||
done
|
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 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";
|
mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps";
|
||||||
cp data/pixmaps/gajim.png "$(DESTDIR)$(PREFIX)/share/pixmaps/";
|
|
||||||
Index: src/dialogs.py
|
Index: src/dialogs.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/dialogs.py (revision 6412)
|
--- src/dialogs.py (revision 6485)
|
||||||
+++ src/dialogs.py (working copy)
|
+++ src/dialogs.py (working copy)
|
||||||
@@ -521,7 +521,7 @@
|
@@ -558,7 +558,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'
|
||||||
dlg.set_copyright(s)
|
dlg.set_copyright(s)
|
||||||
|
|
Loading…
Add table
Reference in a new issue