- Timestamp:
- 06/05/06 12:45:20 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/debian/patches/00_debian-copying.patch
r4704 r6428 1 1 Index: Makefile 2 2 =================================================================== 3 --- Makefile (revision 4702)3 --- Makefile (revision 6412) 4 4 +++ Makefile (working copy) 5 5 @@ -88,7 +88,6 @@ 6 DST=`dirname "$$f"`; \ 7 cp "./po/$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \ 6 fi; \ 8 7 done 8 ${MAKE} -C po install PREFIX=$(PREFIX) 9 9 - cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/"; 10 10 cp THANKS "$(DESTDIR)$(PREFIX)/share/gajim/"; … … 13 13 Index: src/dialogs.py 14 14 =================================================================== 15 --- src/dialogs.py (revision 4702)15 --- src/dialogs.py (revision 6412) 16 16 +++ src/dialogs.py (working copy) 17 @@ - 443,7 +443,7 @@17 @@ -521,7 +521,7 @@ 18 18 dlg.set_version(gajim.version) 19 19 s = u'Copyright \xa9 2003-2005 Gajim Team'
