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

26 lines
913 B
Diff
Raw Normal View History

2005-07-05 09:53:59 +02:00
Index: Makefile
===================================================================
2005-12-10 11:04:09 +01:00
--- Makefile (revision 4702)
2005-07-05 09:53:59 +02:00
+++ Makefile (working copy)
2005-12-10 11:04:09 +01:00
@@ -88,7 +88,6 @@
2005-07-05 09:53:59 +02:00
DST=`dirname "$$f"`; \
2005-12-10 11:37:34 +01:00
cp "./po/$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \
2005-07-05 09:53:59 +02:00
done
- cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
2005-12-10 11:37:34 +01:00
cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/";
2005-07-05 09:53:59 +02:00
mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps";
cp data/pixmaps/gajim.png "$(DESTDIR)$(PREFIX)/share/pixmaps/";
2005-07-01 18:59:51 +02:00
Index: src/dialogs.py
===================================================================
2005-12-10 11:04:09 +01:00
--- src/dialogs.py (revision 4702)
2005-07-05 09:53:59 +02:00
+++ src/dialogs.py (working copy)
2005-12-10 11:04:09 +01:00
@@ -443,7 +443,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'))