update debian patches for 0.9

This commit is contained in:
Yann Leboulanger 2005-12-10 10:04:09 +00:00
parent 30eaaecb91
commit f75b0e9490
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
Index: Makefile Index: Makefile
=================================================================== ===================================================================
--- Makefile (revision 2269) --- Makefile (revision 4702)
+++ Makefile (working copy) +++ Makefile (working copy)
@@ -64,7 +64,6 @@ @@ -88,7 +88,6 @@
DST=`dirname "$$f"`; \ DST=`dirname "$$f"`; \
cp "$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \ cp "$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \
done done
@ -12,9 +12,9 @@ Index: Makefile
cp data/pixmaps/gajim_about.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 2272) --- src/dialogs.py (revision 4702)
+++ src/dialogs.py (working copy) +++ src/dialogs.py (working copy)
@@ -391,7 +391,7 @@ @@ -443,7 +443,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)

View File

@ -335,7 +335,7 @@
+" "} +" "}
--- Makefile --- Makefile
+++ Makefile +++ Makefile
@@ -69,7 +69,7 @@ @@ -91,7 +91,7 @@
done done
cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/"; cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps"; mkdir -p "$(DESTDIR)$(PREFIX)/share/pixmaps";