debian/patches/*: Refresh.

This commit is contained in:
TANIGUCHI Takaki
2012-03-06 11:17:10 +09:00
parent deeb8cc725
commit e3cdc289e4
5 changed files with 59 additions and 50 deletions

View File

@@ -1,8 +1,10 @@
Author: Daniel Baumann <daniel@debian.org>
Description: Customizes the help-dialog according to README.MODIFYING.
--- a/help-dialogs.c
+++ b/help-dialogs.c
Index: dvdisaster/help-dialogs.c
===================================================================
--- dvdisaster.orig/help-dialogs.c 2012-03-06 11:08:21.000000000 +0900
+++ dvdisaster/help-dialogs.c 2012-03-06 11:15:39.039035508 +0900
@@ -402,7 +402,7 @@
ShowTextfile(_("windowtitle|GNU General Public License"),
_("<big>GNU General Public License</big>\n"
@@ -12,7 +14,7 @@ Description: Customizes the help-dialog according to README.MODIFYING.
}
/*
@@ -549,7 +549,7 @@
@@ -566,7 +566,7 @@
{ ShowTextfile(_("windowtitle|Modifying dvdisaster"),
_("<big>Modifying dvdisaster</big>\n"
"<i>Your changes are not ours.</i>"),
@@ -21,20 +23,20 @@ Description: Customizes the help-dialog according to README.MODIFYING.
}
static gint about_cb(GtkWidget *widget, GdkEvent *event, gpointer data)
@@ -706,9 +706,9 @@
@@ -723,9 +723,9 @@
#ifdef MODIFIED_SOURCE
AboutTextWithLink(vbox,
- _("Modified version Copyright 2010 (please fill in - [directions])\n"
- "Copyright 2004-2010 Carsten Gnoerlich"),
- _("Modified version Copyright 2011 (please fill in - [directions])\n"
- "Copyright 2004-2011 Carsten Gnoerlich"),
- "MODIFYING");
+ _("Modified version for [Debian GNU/Linux]\n"
+ "Original Copyright 2004-2010 Carsten Gnoerlich"),
+ "http://www.debian.org/");
+ _("Modified version for [Debian GNU/Linux]\n"
+ "Original Copyright 2004-2011 Carsten Gnoerlich"),
+ "http://www.debian.org/");
#else
AboutText(vbox, _("Copyright 2004-2010 Carsten Gnoerlich"));
AboutText(vbox, _("Copyright 2004-2011 Carsten Gnoerlich"));
#endif
@@ -725,14 +725,14 @@
@@ -742,14 +742,14 @@
AboutTextWithLink(vbox, _("This software comes with <b>absolutely no warranty</b>.\n"
"This is free software and you are welcome to redistribute it\n"
"under the conditions of the [GNU General Public License].\n"),