summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9179e0)
raw | patch | inline | side by side (parent: a9179e0)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 7 Apr 2009 15:54:35 +0000 (17:54 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 7 Apr 2009 15:54:35 +0000 (17:54 +0200) |
debian/changelog | patch | blob | history | |
debian/patches/doc-fixes | [new file with mode: 0644] | patch | blob |
debian/patches/series | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 82a1bafc858c2ef0f07df827312724d22fc07e96..50c4f62fe33d9984ceb8edf55d7f223b901afa59 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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.
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
--- /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 40e94c0706d333b64cb322e5f0f64b05e1a686dc..20d11b2a0b531133349a131cf2482ab021c61441 100644 (file)
--- a/debian/patches/series
+++ b/debian/patches/series
no-rpath-for-ruby
no-rpath-for-perl
implicit-decl-fix
+doc-fixes