+cdck (0.7.0-3) UNRELEASED; urgency=low
+
+ * Patches:
+ - man.patch:
+ + refresh with modern .quiltrc settings
+ + add header
+ + remove =cut at the top which leads to pod2man errors
+ + add a note about how to use the gnuplot datafile (LP: #476591)
+ - wording.patch:
+ + refresh
+ + add header
+
+ -- gregor herrmann <gregoa@debian.org> Fri, 06 Nov 2009 17:43:04 +0100
+
cdck (0.7.0-2) unstable; urgency=low
* debian/rules: remove config.{sub,guess} in clean target and copy them
---- cdck.orig/man/Makefile.in
-+++ cdck/man/Makefile.in
+Author: gregor herrmann <gregoa@debian.org>
+Bugs-Ubuntu: #476591
+Description:
+- fix calls to pod2man
+- remove stray "=cut", leads to pod2man errors
+- add a note about using the gnuplot datafile
+
+--- a/man/Makefile.in
++++ b/man/Makefile.in
@@ -288,7 +288,7 @@
#
# __END__
---- cdck.orig/man/Makefile.am
-+++ cdck/man/Makefile.am
+--- a/man/Makefile.am
++++ b/man/Makefile.am
@@ -11,7 +11,7 @@
EXTRA_DIST = cdck_man.in
#
+--- a/man/cdck_man.in
++++ b/man/cdck_man.in
+@@ -1,5 +1,3 @@
+-=cut
+-
+ =head1 NAME
+
+ cdck - simple CD/DVD check program
+@@ -26,6 +24,10 @@
+
+ -v Verbose operations
+
++ To actually plot your data you have to start gnuplot and plot the datafile:
++ $ gnuplot
++ gnuplot> plot "cdck-plot.dat"
++
+ =head1 COPYRIGHT
+
+ This manpage was written by gregor herrmann <gregor+debian@comodo.priv.at> for the
---- cdck.orig/src/lib_main.cpp
-+++ cdck/src/lib_main.cpp
+Author: DenverD, gregor herrmann <gregoa@debian.org>
+Description: improve wording
+
+--- a/src/lib_main.cpp
++++ b/src/lib_main.cpp
@@ -566,7 +566,7 @@
fprintf (stdout, "\nConclusion:\n");