[Pkg-opt-media-team] [SCM] dvdisaster packaging branch, master, updated. debian/0.72.1-1-15-gcea78c3
Rogério Brito
rbrito at ime.usp.br
Mon Jul 26 20:24:45 UTC 2010
The following commit has been merged in the master branch:
commit cea78c38626504b08852193714f7c0aa94b5a6ce
Author: Rogério Brito <rbrito at ime.usp.br>
Date: Mon Jul 26 17:24:49 2010 -0300
Add patch to fix spelling errors in the binaries
diff --git a/debian/patches/07-fix-spelling-errors-in-binaries.patch b/debian/patches/07-fix-spelling-errors-in-binaries.patch
new file mode 100644
index 0000000..af353bb
--- /dev/null
+++ b/debian/patches/07-fix-spelling-errors-in-binaries.patch
@@ -0,0 +1,45 @@
+Author: Rogério Theodoro de Brito <rbrito at ime.usp.br>
+Description: Fix spelling errors in binaries
+
+--- a/preferences.c
++++ b/preferences.c
+@@ -1627,7 +1627,7 @@
+ "The values include the borders: 0-100 will read 101 sectors.\n\n"
+
+ "<b>Note:</b> Limiting the reading range is not recommended for <i>adaptive reading</i> since it might "
+- "prevent sectors from being read which are required for a succesful error correction.\n\n"
++ "prevent sectors from being read which are required for a successful error correction.\n\n"
+ "These settings are only effective for the current session and will not be saved."));
+
+ /** Image properties */
+@@ -1911,7 +1911,7 @@
+ "<b>0x20</b> This is the <i>recommended</i> mode. "
+ "The drive tries to apply "
+ "the built-in error correction to the best possible extent "
+- "before transfering a defective sector.\n\n"
++ "before transferring a defective sector.\n\n"
+ "<b>0x21</b> In this mode the drive skips the last stage "
+ "of its internal error correction and returns the "
+ "uncorrected sector instead. This may result in sectors "
+--- a/rs01-create.c
++++ b/rs01-create.c
+@@ -216,7 +216,7 @@
+
+ /*** Test the image file and create the CRC sums */
+
+- /* Explicitly unlinking the ecc file removes superflous segments
++ /* Explicitly unlinking the ecc file removes superfluous segments
+ in FAT mode if the ecc file already existed. */
+
+ LargeUnlink(Closure->eccName);
+--- a/rs01-fix.c
++++ b/rs01-fix.c
+@@ -246,7 +246,7 @@
+ if(Closure->guiMode)
+ { int answer = ModalDialog(GTK_MESSAGE_QUESTION, GTK_BUTTONS_OK_CANCEL, NULL,
+ _("The image file is %d bytes longer than noted\n"
+- "in the ecc file. Shall the superflous bytes\n"
++ "in the ecc file. Shall the superfluous bytes\n"
+ "be removed from the image file?\n"),
+ difference);
+
diff --git a/debian/patches/series b/debian/patches/series
index e0366de..24dc9e4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
04-manpage.patch
05-help-dialog.patch
06-remove-encoding-from-desktop-file.patch
+07-fix-spelling-errors-in-binaries.patch
--
dvdisaster packaging
More information about the Pkg-opt-media-team
mailing list