Author: evgeni
Date: 2011-03-28 06:19:51 +0000 (Mon, 28 Mar 2011)
New Revision: 12031
Added:
packages/trunk/kanatest/debian/patches/002_updated_emails_and_links.patch
Modified:
packages/trunk/kanatest/debian/changelog
packages/trunk/kanatest/debian/patches/series
Log:
Add 002_updated_emails_and_links.patch to fix old links and emails.
LP: #462599
Modified: packages/trunk/kanatest/debian/changelog
===================================================================
--- packages/trunk/kanatest/debian/changelog 2011-03-25 05:06:07 UTC (rev
12030)
+++ packages/trunk/kanatest/debian/changelog 2011-03-28 06:19:51 UTC (rev
12031)
@@ -5,8 +5,10 @@
+ Update the homepage link.
* debian/watch:
+ Upstream homepage has moved, update watchfile.
+ * Add 002_updated_emails_and_links.patch to fix old links and emails.
+ LP: #462599
- -- Evgeni Golov <[email protected]> Tue, 26 May 2009 11:32:11 +0200
+ -- Evgeni Golov <[email protected]> Mon, 28 Mar 2011 08:18:43 +0200
kanatest (0.4.8-1) unstable; urgency=low
Added: packages/trunk/kanatest/debian/patches/002_updated_emails_and_links.patch
===================================================================
--- packages/trunk/kanatest/debian/patches/002_updated_emails_and_links.patch
(rev 0)
+++ packages/trunk/kanatest/debian/patches/002_updated_emails_and_links.patch
2011-03-28 06:19:51 UTC (rev 12031)
@@ -0,0 +1,88 @@
+From: Tomasz Maka <[email protected]>
+Subject: Updated emails and links
+Origin: upstream, http://svn.gna.org/viewcvs/kanatest?view=rev&revision=51
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/kanatest/+bug/462599
+
+Index: AUTHORS
+===================================================================
+--- AUTHORS (revision 50)
++++ AUTHORS (revision 51)
+@@ -4,8 +4,8 @@
+
+ Tomasz Maka <[email protected]>
+
+-Maja Kocon <[email protected]>
+-Piotr Maka <[email protected]>
++Maja Kocon <[email protected]>
++Piotr Maka <[email protected]>
+
+
+ Contributors
+Index: src/about.c
+===================================================================
+--- src/about.c (revision 50)
++++ src/about.c (revision 51)
+@@ -148,7 +148,7 @@
+ "fr", "Adrian Courrèges", "[email protected]",
+ "hu", "Szigetvári Csaba", "[email protected]",
+ "it", "Jacopo Farina", "[email protected]",
+- "pl", "Piotr Mąka", "[email protected]",
++ "pl", "Piotr Mąka", "[email protected]",
+ "pt", "Bruno Ramos", "[email protected]",
+ "ru", "Taci Taclipoka", "[email protected]"
+ };
+@@ -235,7 +235,7 @@
+
+ gtk_text_buffer_insert (entry_buffer, &iter, "\n", -1);
+ gui_url_insert_link(&appGUI->about_links_list, &appGUI->about_link_index,
appGUI->about_textview,
+- &iter, NULL, 0,
"http://clay.ll.pl/kanatest", TRUE, appGUI);
++ &iter, NULL, 0,
"http://clayo.org/kanatest", TRUE, appGUI);
+ gtk_text_buffer_insert (entry_buffer, &iter, "\n", -1);
+ g_snprintf (buffer, BUFFER_SIZE, "\n(%s %s, %s)\n\n", _("compiled on"),
__DATE__, __TIME__);
+ gtk_text_buffer_insert_with_tags_by_name (entry_buffer, &iter, buffer,
-1, "center", "italic", NULL);
+@@ -244,18 +244,18 @@
+ gtk_text_buffer_insert_with_tags_by_name (entry_buffer, &iter, buffer,
-1, "bold", NULL);
+ gtk_text_buffer_insert (entry_buffer, &iter, " Tomasz Mąka <", -1);
+ gui_url_insert_link (&appGUI->about_links_list,
&appGUI->about_link_index, appGUI->about_textview,
+- &iter, NULL, 0, "[email protected]",
TRUE, appGUI);
++ &iter, NULL, 0,
"[email protected]", TRUE, appGUI);
+ gtk_text_buffer_insert (entry_buffer, &iter, ">\n", -1);
+
+ g_snprintf (buffer, BUFFER_SIZE, "\n%s:\n", _("Graphics"));
+ gtk_text_buffer_insert_with_tags_by_name (entry_buffer, &iter, buffer,
-1, "bold", NULL);
+ gtk_text_buffer_insert (entry_buffer, &iter, " Maja Kocoń (", -1);
+ gui_url_insert_link (&appGUI->about_links_list,
&appGUI->about_link_index, appGUI->about_textview,
+- &iter, NULL, 0,
"http://ironya.ll.pl", TRUE, appGUI);
++ &iter, NULL, 0,
"http://pinky-babble.org", TRUE, appGUI);
+ gtk_text_buffer_insert (entry_buffer, &iter, ")\n", -1);
+ gtk_text_buffer_insert (entry_buffer, &iter, " Piotr Mąka <", -1);
+ gui_url_insert_link (&appGUI->about_links_list,
&appGUI->about_link_index, appGUI->about_textview,
+- &iter, NULL, 0, "[email protected]",
TRUE, appGUI);
++ &iter, NULL, 0,
"[email protected]", TRUE, appGUI);
+ gtk_text_buffer_insert (entry_buffer, &iter, ">\n", -1);
+
+ g_snprintf (buffer, BUFFER_SIZE, "\n%s:\n", _("Translators"));
+Index: README
+===================================================================
+--- README (revision 50)
++++ README (revision 51)
+@@ -61,7 +61,7 @@
+
+ -----> WHERE ?
+
+-Homepage: http://clay.ll.pl/kanatest
++Homepage: http://clayo.org/kanatest
+
+
+ -----> WHO ?
+@@ -70,8 +70,8 @@
+ Tomasz Maka <[email protected]>
+
+ Graphics:
+- Maja Kocon (http://ironya.ll.pl) - current logo, icons
+- Piotr Maka <[email protected]> - logo used in previous versions
++ Maja Kocon (http://pinky-babble.org) - current logo, icons
++ Piotr Maka <[email protected]> - logo used in previous
versions
+
+ Any suggestions, patches, criticism are kindly welcome.
+
Modified: packages/trunk/kanatest/debian/patches/series
===================================================================
--- packages/trunk/kanatest/debian/patches/series 2011-03-25 05:06:07 UTC
(rev 12030)
+++ packages/trunk/kanatest/debian/patches/series 2011-03-28 06:19:51 UTC
(rev 12031)
@@ -1 +1,2 @@
001_PATH_MAX_fix.diff
+002_updated_emails_and_links.patch
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits