gajim-plural/debian/patches/00_debian-copying.patch

27 lines
907 B
Diff
Raw Normal View History

2005-07-05 09:53:59 +02:00
Index: Makefile
===================================================================
2006-06-16 08:42:59 +02:00
--- Makefile (revision 6485)
2005-07-05 09:53:59 +02:00
+++ Makefile (working copy)
2006-06-16 08:42:59 +02:00
@@ -89,7 +89,6 @@
2005-07-05 09:53:59 +02:00
done
2006-06-16 08:42:59 +02:00
if [[ -n $$(find po -name *.mo) ]]; then \
${MAKE} -C po install PREFIX=$(PREFIX) ; \
fi
2005-07-05 09:53:59 +02:00
- cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
2006-06-16 08:42:59 +02:00
cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/";
cp AUTHORS "$(DESTDIR)$(PREFIX)/share/gajim/";
2005-07-05 09:53:59 +02:00
mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps";
2005-07-01 18:59:51 +02:00
Index: src/dialogs.py
===================================================================
2006-06-16 08:42:59 +02:00
--- src/dialogs.py (revision 6485)
2005-07-05 09:53:59 +02:00
+++ src/dialogs.py (working copy)
2006-06-16 08:42:59 +02:00
@@ -558,7 +558,7 @@
2005-07-01 18:59:51 +02:00
dlg.set_version(gajim.version)
s = u'Copyright \xa9 2003-2005 Gajim Team'
dlg.set_copyright(s)
- text = open('../COPYING').read()
+ text = open('/usr/share/common-licenses/GPL-2').read()
dlg.set_license(text)
dlg.set_comments(_('A GTK jabber client'))