1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Fix location of example files
.
The forwarded patch was based on the old package name, libplot-perl. The rename
was required by Debian policy. The updated patch therefore uses a different name
than upstream and should not be forwarded.
Bug: http://rt.cpan.org/Public/Bug/Display.html?id=32613
Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=32613
Author: Damyan Ivanov <dmn@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-02-22
--- a/Libplot.pm
+++ b/Libplot.pm
@@ -237,7 +237,7 @@
=head1 EXAMPLES
There are additional examples included in the source distribution.
-(They are in /usr/doc/libplot-perl/examples on debian systems.)
+(They are in /usr/share/doc/libgraphics-libplot-perl/examples on debian systems.)
This example draws a spiraling box pattern.
use Graphics::Libplot ':ALL';
|