Code

patches: Added doc-fixes to fix a POD error in doc/rrdtutorial.pod.
authorSebastian Harl <sh@tokkee.org>
Tue, 7 Apr 2009 15:54:35 +0000 (17:54 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 7 Apr 2009 15:54:35 +0000 (17:54 +0200)
debian/changelog
debian/patches/doc-fixes [new file with mode: 0644]
debian/patches/series

index 82a1bafc858c2ef0f07df827312724d22fc07e96..50c4f62fe33d9984ceb8edf55d7f223b901afa59 100644 (file)
@@ -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 <sh@tokkee.org>  Tue, 07 Apr 2009 16:45:28 +0200
+ -- Sebastian Harl <sh@tokkee.org>  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 (file)
index 0000000..5f6583d
--- /dev/null
@@ -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
index 40e94c0706d333b64cb322e5f0f64b05e1a686dc..20d11b2a0b531133349a131cf2482ab021c61441 100644 (file)
@@ -4,3 +4,4 @@ setup.py-module-name
 no-rpath-for-ruby
 no-rpath-for-perl
 implicit-decl-fix
+doc-fixes