debian/0000755000000000000000000000000012174553453007177 5ustar debian/copyright0000644000000000000000000000215412174553453011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: RRDTool-OO Upstream-Contact: Mike Schilli Source: https://metacpan.org/release/RRDTool-OO/ Files: * Copyright: 2004-2009, Mike Schilli License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Fabien Wernli 2009, Jonathan Yu 2010-2013, Salvatore Bonaccorso License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic' License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' debian/watch0000644000000000000000000000016212174553453010227 0ustar version=3 https://metacpan.org/release/RRDTool-OO/ .*/RRDTool-OO-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/librrdtool-oo-perl.examples0000644000000000000000000000000512174553453014461 0ustar eg/* debian/control0000644000000000000000000000243012174553453010601 0ustar Source: librrdtool-oo-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, librrds-perl, liblog-log4perl-perl Maintainer: Debian Perl Group Uploaders: Fabien Wernli , Jonathan Yu , Salvatore Bonaccorso Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/RRDTool-OO/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librrdtool-oo-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librrdtool-oo-perl.git Package: librrdtool-oo-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, librrds-perl, liblog-log4perl-perl Description: object-oriented interface to RRDTool RRDTool::OO is an object-oriented Perl interface to Tobi Oetiker's round robin database tool, also known as rrdtool. It uses rrdtool's RRDs module to access rrdtool's shared library. It tries to marry rrdtool's database engine with the Perl programming language. . Using this module hides 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 still provides full access to rrdtool's API. debian/changelog0000644000000000000000000000513712174553453011057 0ustar librrdtool-oo-perl (0.33-1) unstable; urgency=low * Imported Upstream version 0.33 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Update Debhelper compat level to 8. Adjust versioned Build-Depends on debhelper to (>= 8). * Update copyright years for debian/* packaging files * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Fri, 26 Jul 2013 21:32:39 +0200 librrdtool-oo-perl (0.32-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Imported Upstream version 0.32 * Email change: Salvatore Bonaccorso -> carnil@debian.org * Update debian/copyright information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for debian/* packaging. Refer to Debian systems in general instead of only Debian GNU/Linux systems. Explicitly refer to GPL-1 license text in common-licenses. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Wed, 07 Mar 2012 21:11:11 +0100 librrdtool-oo-perl (0.31-1) unstable; urgency=low * New upstream release * drop debian/patches applied upstream: - pod-errors - fix-spelling-error-in-manpage.patch -- Salvatore Bonaccorso Thu, 27 May 2010 21:59:02 +0200 librrdtool-oo-perl (0.30-1) unstable; urgency=low * New upstream release (Closes: #566583) * Add myself to Uploaders. * Convert to '3.0 (quilt)' package source format. Drop README.source file and drop Build-Depends on quilt. Adjust debian/rules acordingly. * Refresh debian/copyright to revision 135 of machine-readable format specification in DEP5. Update Copyright for debian/* packaging. * Bump Standards-Version to 3.8.4 (no changes). * debian/patches: - Refresh pod-errors patch - Add fix-spelling-error-in-manpage.patch to fix some spelling errors reported by lintian. -- Salvatore Bonaccorso Mon, 22 Feb 2010 13:30:17 +0100 librrdtool-oo-perl (0.28-1) unstable; urgency=low * New upstream release -- Jonathan Yu Fri, 06 Nov 2009 18:10:33 -0500 librrdtool-oo-perl (0.27-1) unstable; urgency=low * New upstream release * Added myself to Uploaders and Copyright -- Jonathan Yu Mon, 12 Oct 2009 09:56:22 -0400 librrdtool-oo-perl (0.26-1) unstable; urgency=low * Initial Release. (Closes: #548450) -- Fabien Wernli Thu, 01 Oct 2009 23:35:21 +0200 debian/rules0000755000000000000000000000003612174553453010256 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000012174553453010477 5ustar debian/source/format0000644000000000000000000000001412174553453011705 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212174553453010375 0ustar 8 debian/patches/0000755000000000000000000000000012174553453010626 5ustar debian/patches/series0000644000000000000000000000001612174553453012040 0ustar wrong-shebang debian/patches/wrong-shebang0000644000000000000000000000101012174553453013302 0ustar Description: Wrong path to perl From: Fabien Wernli Origin: vendor --- a/eg/dt +++ b/eg/dt @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl ############################################################ # Create a sample graph # Mike Schilli , 2004 --- a/eg/graph.pl +++ b/eg/graph.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl ############################################################ # Create a sample graph # Mike Schilli , 2004