* Add NEWS.Debian to inform users about the new default behaviour.
* Add patch man.patch to fix manpage name and section; add quilt
framework.
+ * Add patch wording.patch, slightly improves the program's output, thanks
+ to DenverD.
* Split CFLAGS and LDFLAGS in call to ./configure.
- -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 05 Mar 2008 17:20:57 +0100
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 05 Mar 2008 17:38:13 +0100
cdck (0.6.0-1) unstable; urgency=low
--- /dev/null
+--- cdck.orig/src/lib_main.cpp
++++ cdck/src/lib_main.cpp
+@@ -566,7 +566,7 @@
+ fprintf (stdout, "\nConclusion:\n");
+
+ if (bad_sectors > 0) {
+- fprintf (stdout, " Disc contains BAD or even readable sectors, put it into trash can!\n");
++ fprintf (stdout, " Disc contains BAD or even unreadable sectors, put it into trash can!\n");
+ return;
+ }
+
+@@ -580,7 +580,7 @@
+ return;
+ }
+
+- fprintf (stdout, " Even there is no unreadable sectors, disc is unstable!\n");
++ fprintf (stdout, " Even though there are no unreadable sectors, disc is unstable!\n");
+ }
+
+ void Ccdrom::DeallocateTimings()