debian/0000755000000000000000000000000012161665750007177 5ustar debian/rules0000755000000000000000000000003612161665750010256 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000320312161665750010600 0ustar Source: libcpan-reporter-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Marius Gavrilescu Build-Depends: debhelper (>= 8) Build-Depends-Indep: libcapture-tiny-perl, libconfig-tiny-perl, libdevel-autoflush-perl, libfile-copy-recursive-perl, libfile-homedir-perl, libfile-pushd-perl, libio-captureoutput-perl, libprobe-perl-perl, libtest-reporter-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcpan-reporter-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-reporter-perl.git Homepage: http://metacpan.org/release/CPAN-Reporter/ Package: libcpan-reporter-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcapture-tiny-perl, libconfig-tiny-perl, libdevel-autoflush-perl, libfile-homedir-perl, libprobe-perl-perl, libtest-reporter-perl Description: module which adds CPAN Testers reporting to CPAN.pm The CPAN Testers project captures and analyzes detailed results from building and testing CPAN distributions on multiple operating systems and multiple versions of Perl. This provides valuable feedback to module authors and potential users to identify bugs or platform compatibility issues and improves the overall quality and value of CPAN. . One way individuals can contribute is to send a report for each module that they test or install. CPAN::Reporter is an add-on for the CPAN.pm module to send the results of building and testing modules to the CPAN Testers project. Full support for CPAN::Reporter is available in CPAN.pm as of version 1.92. debian/libcpan-reporter-perl.docs0000644000000000000000000000002512161665750014256 0ustar README.PATCHING Todo debian/source/0000755000000000000000000000000012161665750010477 5ustar debian/source/format0000644000000000000000000000001412161665750011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025112161665750011047 0ustar libcpan-reporter-perl (1.2010-1) unstable; urgency=low * Initial Release. (Closes: #712854) -- Marius Gavrilescu Sat, 22 Jun 2013 16:20:51 +0300 debian/compat0000644000000000000000000000000212161665750010375 0ustar 8 debian/patches/0000755000000000000000000000000012161665750010626 5ustar debian/patches/lower-ipc-cmd-prereq.patch0000644000000000000000000000302112161665750015601 0ustar Description: Lower IPC::Cmd dependency to 0.70 as unstable does not have 0.76 Author: Marius Gavrilescu Forwarded: not-needed Last-Update: 2013-06-22 --- libcpan-reporter-perl-1.2010.orig/Makefile.PL +++ libcpan-reporter-perl-1.2010/Makefile.PL @@ -38,7 +38,7 @@ my %WriteMakefileArgs = ( "File::Spec" => "3.19", "File::Temp" => "0.16", "IO::File" => 0, - "IPC::Cmd" => "0.76", + "IPC::Cmd" => "0.70", "Parse::CPAN::Meta" => 0, "Probe::Perl" => 0, "Test::Reporter" => "1.54", --- libcpan-reporter-perl-1.2010.orig/META.json +++ libcpan-reporter-perl-1.2010/META.json @@ -58,7 +58,7 @@ "File::Spec" : "3.19", "File::Temp" : "0.16", "IO::File" : "0", - "IPC::Cmd" : "0.76", + "IPC::Cmd" : "0.70", "Parse::CPAN::Meta" : "0", "Probe::Perl" : "0", "Test::Reporter" : "1.54", --- libcpan-reporter-perl-1.2010.orig/META.yml +++ libcpan-reporter-perl-1.2010/META.yml @@ -67,7 +67,7 @@ requires: File::Spec: 3.19 File::Temp: 0.16 IO::File: 0 - IPC::Cmd: 0.76 + IPC::Cmd: 0.70 Parse::CPAN::Meta: 0 Probe::Perl: 0 Test::Reporter: 1.54 --- libcpan-reporter-perl-1.2010.orig/lib/CPAN/Reporter/Config.pm +++ libcpan-reporter-perl-1.2010/lib/CPAN/Reporter/Config.pm @@ -7,7 +7,7 @@ use File::Glob (); use File::HomeDir 0.58 (); use File::Path qw/mkpath/; use File::Spec 3.19 (); -use IPC::Cmd 0.76 (); +use IPC::Cmd 0.70 (); use IO::File (); use CPAN 1.9301 (); # for printing warnings debian/patches/series0000644000000000000000000000003312161665750012037 0ustar lower-ipc-cmd-prereq.patch debian/copyright0000644000000000000000000000332412161665750011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CPAN-Reporter Source: http://search.cpan.org/dist/CPAN-Reporter/ Upstream-Contact: David Golden Files: * Copyright: 2006, David Golden License: Apache-2.0 Files: debian/* Copyright: 2013, Marius Gavrilescu License: Apache-2.0 or Artistic or GPL-1+ License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache License, Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'. 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 version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016712161665750010234 0ustar version=3 http://metacpan.org/release/CPAN-Reporter/ .*/CPAN-Reporter-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libcpan-reporter-perl.examples0000644000000000000000000000001312161665750015141 0ustar examples/*