From: Sebastian Harl Date: Tue, 7 Apr 2009 15:54:35 +0000 (+0200) Subject: patches: Added doc-fixes to fix a POD error in doc/rrdtutorial.pod. X-Git-Tag: debian/1.3.7-1~6 X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=commitdiff_plain;h=c6e21d0a20b6ffeabf4f47aaed5c4c9492fe32f1 patches: Added doc-fixes to fix a POD error in doc/rrdtutorial.pod. --- diff --git a/debian/changelog b/debian/changelog index 82a1baf..50c4f62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ rrdtool (1.3.7-1) unstable; urgency=low - Removed typo-ruby - included upstream. - Added bts494874-gnu-kfreebsd to fix a FTBFS on GNU/kFreeBSD - thanks to Petr Salinger for the patch (Closes: #494874). + - Added doc-fixes to fix a POD error in doc/rrdtutorial.pod. * debian/rules: - Remove src/librrd.sym in the clean target - this file is automatically created during the build but not cleaned up in the upstream Makefiles. @@ -37,7 +38,7 @@ rrdtool (1.3.7-1) unstable; urgency=low dh_installexamples. This allows the use of --fail-missing when running dh_install. - -- Sebastian Harl Tue, 07 Apr 2009 16:45:28 +0200 + -- Sebastian Harl Tue, 07 Apr 2009 17:54:04 +0200 rrdtool (1.3.1-4) unstable; urgency=high diff --git a/debian/patches/doc-fixes b/debian/patches/doc-fixes new file mode 100644 index 0000000..5f6583d --- /dev/null +++ b/debian/patches/doc-fixes @@ -0,0 +1,9 @@ +diff a/doc/rrdtutorial.pod b/doc/rrdtutorial.pod +--- a/doc/rrdtutorial.pod ++++ b/doc/rrdtutorial.pod +@@ -1,4 +1,5 @@ + =for changes please consult me first. Thanks, Alex ++ + =head1 NAME + + rrdtutorial - Alex van den Bogaerdt's RRDtool tutorial diff --git a/debian/patches/series b/debian/patches/series index 40e94c0..20d11b2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ setup.py-module-name no-rpath-for-ruby no-rpath-for-perl implicit-decl-fix +doc-fixes