Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2005-07-01 20:59:51 +0400
committerYann Leboulanger <asterix@lagaule.org>2005-07-01 20:59:51 +0400
commite88aabcb9857f2c0557a50a1aad1912de0871791 (patch)
treeaf57b23f5a2a93927dc6eac16624d9701385569b /debian/patches
parentee9287922900084a9a0312c93d31fc1b6effbf53 (diff)
new debian folder that build pyo
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/00_debian-copying.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/00_debian-copying.patch b/debian/patches/00_debian-copying.patch
new file mode 100644
index 000000000..45e844ade
--- /dev/null
+++ b/debian/patches/00_debian-copying.patch
@@ -0,0 +1,13 @@
+Index: src/dialogs.py
+===================================================================
+--- src/dialogs.py (Revision 2236)
++++ src/dialogs.py (Arbeitskopie)
+@@ -391,7 +391,7 @@
+ 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'))