r45130 - in /trunk/librrdtool-oo-perl/debian: README.source control copyright librrdtool-oo-perl.docs patches/ patches/pod-errors patches/series patches/wrong-shebang rules
faxm0dem-guest at users.alioth.debian.org
faxm0dem-guest at users.alioth.debian.org
Wed Sep 30 22:27:09 UTC 2009
Author: faxm0dem-guest
Date: Wed Sep 30 22:27:03 2009
New Revision: 45130
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45130
Log:
tried to address the issues given by gregoa
using help by Ryan52
Added:
trunk/librrdtool-oo-perl/debian/README.source
trunk/librrdtool-oo-perl/debian/patches/
trunk/librrdtool-oo-perl/debian/patches/pod-errors
trunk/librrdtool-oo-perl/debian/patches/series
trunk/librrdtool-oo-perl/debian/patches/wrong-shebang
Removed:
trunk/librrdtool-oo-perl/debian/librrdtool-oo-perl.docs
Modified:
trunk/librrdtool-oo-perl/debian/control
trunk/librrdtool-oo-perl/debian/copyright
trunk/librrdtool-oo-perl/debian/rules
Added: trunk/librrdtool-oo-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/README.source?rev=45130&op=file
==============================================================================
--- trunk/librrdtool-oo-perl/debian/README.source (added)
+++ trunk/librrdtool-oo-perl/debian/README.source Wed Sep 30 22:27:03 2009
@@ -1,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream source.
+Changes are stored in the source package as diffs in debian/patches and
+applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+
Modified: trunk/librrdtool-oo-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/control?rev=45130&op=diff
==============================================================================
--- trunk/librrdtool-oo-perl/debian/control (original)
+++ trunk/librrdtool-oo-perl/debian/control Wed Sep 30 22:27:03 2009
@@ -1,9 +1,9 @@
Source: librrdtool-oo-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt
Build-Depends-Indep: perl, perl-modules, librrds-perl,
- liblog-log4perl-perl (>= 0.40)
+ liblog-log4perl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Fabien Wernli <debian at faxm0dem.org>
Standards-Version: 3.8.3
@@ -14,16 +14,16 @@
Package: librrdtool-oo-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, librrds-perl,
- liblog-log4perl-perl (>= 0.40)
-Description: Object-oriented interface to RRDTool
- "RRDTool::OO" is an object-oriented interface to Tobi Oetiker's round
- robin database tool *rrdtool*. It uses *rrdtool*'s "RRDs" module to get
- access to *rrdtool*'s shared library.
- "RRDTool::OO" tries to marry *rrdtool*'s database engine with the
+ liblog-log4perl-perl
+Description: is an object-oriented interface to RRDTool
+ RRDTool::OO is an object-oriented interface to Tobi Oetiker's round
+ robin database tool rrdtool. It uses rrdtool's RRDs module to get
+ access to rrdtool's shared library.
+ RRDTool::OO tries to marry rrdtool's database engine with the
dwimminess and whipuptitude Perl programmers take for granted. Using
- "RRDTool::OO" abstracts away implementation details of the RRD engine,
+ RRDTool::OO abstracts away implementation details of the RRD engine,
uses easy to memorize named parameters and sets meaningful defaults for
parameters not needed in simple cases. For the experienced user,
- however, it provides full access to *rrdtool*'s API (if you find a
- feature that's not implemented, let me know).
+ however, it provides full access to rrdtool's API (you are welcome to
+ make a feature request on CPAN RT).
Modified: trunk/librrdtool-oo-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/copyright?rev=45130&op=diff
==============================================================================
--- trunk/librrdtool-oo-perl/debian/copyright (original)
+++ trunk/librrdtool-oo-perl/debian/copyright Wed Sep 30 22:27:03 2009
@@ -1,15 +1,3 @@
-Format-Specification:
- http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Mike Schilli <m at perlmeister.com>
-Upstream-Source: http://search.cpan.org/dist/RRDTool-OO/
-Upstream-Name: RRDTool-OO
-Disclaimer: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
-
Files: *
Copyright: 2004-2009, Mike Schilli <m at perlmeister.com>
License: Artistic | GPL-1+
Added: trunk/librrdtool-oo-perl/debian/patches/pod-errors
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/patches/pod-errors?rev=45130&op=file
==============================================================================
--- trunk/librrdtool-oo-perl/debian/patches/pod-errors (added)
+++ trunk/librrdtool-oo-perl/debian/patches/pod-errors Wed Sep 30 22:27:03 2009
@@ -1,0 +1,31 @@
+Index: librrdtool-oo-perl/lib/RRDTool/OO.pm
+===================================================================
+--- librrdtool-oo-perl.orig/lib/RRDTool/OO.pm 2009-09-30 23:49:05.000000000 +0200
++++ librrdtool-oo-perl/lib/RRDTool/OO.pm 2009-09-30 23:49:14.000000000 +0200
+@@ -1686,7 +1686,7 @@
+ width => 120,
+ stack => 1,
+ }
+-
++
+ If instead of a horizontal line, a rectangular area is supposed to
+ be added to the graph, use an C<area> block:
+
+@@ -1786,6 +1786,8 @@
+ Return the message of the last error that occurred while interacting
+ with C<RRDTool::OO>.
+
++=back
++
+ =head2 Aberrant behavior detection
+
+ RRDTool supports aberrant behavior detection (ABD), which takes a data
+@@ -1870,8 +1872,6 @@
+ be taken care of automatically by RRDTool::OO with no user
+ interaction required whatsoever.
+
+-=back
+-
+ =head2 Development Status
+
+ The following methods are not yet implemented:
Added: trunk/librrdtool-oo-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/patches/series?rev=45130&op=file
==============================================================================
--- trunk/librrdtool-oo-perl/debian/patches/series (added)
+++ trunk/librrdtool-oo-perl/debian/patches/series Wed Sep 30 22:27:03 2009
@@ -1,0 +1,2 @@
+pod-errors
+wrong-shebang
Added: trunk/librrdtool-oo-perl/debian/patches/wrong-shebang
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/patches/wrong-shebang?rev=45130&op=file
==============================================================================
--- trunk/librrdtool-oo-perl/debian/patches/wrong-shebang (added)
+++ trunk/librrdtool-oo-perl/debian/patches/wrong-shebang Wed Sep 30 22:27:03 2009
@@ -1,0 +1,20 @@
+Index: librrdtool-oo-perl/eg/dt
+===================================================================
+--- librrdtool-oo-perl.orig/eg/dt 2009-09-30 23:51:58.000000000 +0200
++++ librrdtool-oo-perl/eg/dt 2009-09-30 23:52:09.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ ############################################################
+ # Create a sample graph
+ # Mike Schilli <mschilli1 at aol.com>, 2004
+Index: librrdtool-oo-perl/eg/graph.pl
+===================================================================
+--- librrdtool-oo-perl.orig/eg/graph.pl 2009-09-30 23:52:16.000000000 +0200
++++ librrdtool-oo-perl/eg/graph.pl 2009-09-30 23:52:24.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ ############################################################
+ # Create a sample graph
+ # Mike Schilli <mschilli1 at aol.com>, 2004
Modified: trunk/librrdtool-oo-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/rules?rev=45130&op=diff
==============================================================================
--- trunk/librrdtool-oo-perl/debian/rules (original)
+++ trunk/librrdtool-oo-perl/debian/rules Wed Sep 30 22:27:03 2009
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh --with quilt $@
More information about the Pkg-perl-cvs-commits
mailing list