debian/0000755000000000000000000000000011764650305007175 5ustar debian/rules0000755000000000000000000000003611764650305010254 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000223011764650305010575 0ustar Source: libparanoid-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libberkeleydb-perl, libtest-pod-coverage-perl, libtest-pod-perl, libunix-syslog-perl, perl (>= 5.14) | libsocket6-perl (>= 0.23) Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Jonathan Yu , gregor herrmann Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Paranoid/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libparanoid-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparanoid-perl.git Package: libparanoid-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Suggests: libberkeleydb-perl, libunix-syslog-perl, perl (>= 5.14) | libsocket6-perl (>= 0.23) Description: module for safer, more secure programming Paranoid is a collection of Perl modules that began as simple utilities which perform things in a (debatably) safer and taint-safe manner. Since then it's also grown to include functionality that fit into the same framework and conventions of the original modules. debian/source/0000755000000000000000000000000011764650305010475 5ustar debian/source/format0000644000000000000000000000001411764650305011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000773311764650305011061 0ustar libparanoid-perl (0.34-1) unstable; urgency=low * New upstream release. * debian/copyright: update to Copyright-Format 1.0. * Update years of upstream and packaging copyright. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Sat, 09 Jun 2012 15:33:42 +0200 libparanoid-perl (0.33-1) unstable; urgency=low * Team upload. * Imported Upstream version 0.33 * Add again perl as an alternative for libsocket6-perl. Add perl (>= 5.14) again as an alternative to libsocket6-perl in Build-Depends-Indep and Suggests. Upstream fixes detection of imported symbols in the local namespace. -- Salvatore Bonaccorso Fri, 30 Dec 2011 10:13:25 +0100 libparanoid-perl (0.32-1) unstable; urgency=low * New upstream release. * Remove fix-pod-spelling.patch, applied upstream. * Remove perl as an alternative for libsocket6-perl in B-D-I and Suggests, otherwise the new test fails (also seen on cpantesters). -- gregor herrmann Thu, 22 Dec 2011 19:18:04 +0100 libparanoid-perl (0.31-1) unstable; urgency=low * Team upload. [ gregor herrmann ] * Fix typo in short description. Thanks to Vincent Blut for the bug report. (Closes: #639624) [ Salvatore Bonaccorso ] * Imported Upstream version 0.31 * Drop tests_as_root.patch. Upstream skips now the two tests. * Change (Build)-Depends(-Indep) on libsocket6-perl. Change the dependencies to an alternate dependency on perl (>= 5.14) | libsocket6-perl. -- Salvatore Bonaccorso Sat, 10 Dec 2011 14:14:50 +0100 libparanoid-perl (0.30-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. -- gregor herrmann Sun, 28 Aug 2011 19:58:02 +0200 libparanoid-perl (0.29-1) unstable; urgency=low * New upstream release. * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.2 (no changes). * Add libsocket6-perl to Build-Depends-Indep and Suggests. -- gregor herrmann Sun, 24 Apr 2011 19:32:08 +0200 libparanoid-perl (0.27-2) unstable; urgency=low * New patch tests_as_root.patch: conditionally skip tests that fail when run as root; thanks to Moritz Muehlenhoff for the bug report (closes: #612776). * Add/update DEP3 headers to all patches. * debian/copyright: update license stanzas. * Set Standards-Version to 3.9.1 (no changes). * Remove versions from build dependencies, already satisfied in lenny. -- gregor herrmann Sat, 12 Feb 2011 00:32:05 +0100 libparanoid-perl (0.27-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release 0.26 * Use new 3.0 (quilt) source format * Move to short debhelper rules format * No longer install README (it refers to PODs anyway) * Standards-Version 3.8.4 (no changes) * Add myself to Uploaders and Copyright * Rewrite control description * Add POD coverage tests to B-D-I * Add a patch to fix POD spelling errors [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update ryan52's email address [ gregor herrmann ] * debian/copyright: update years of upstream copyright. * debian/control: add libberkeleydb-perl, libunix-syslog-perl to Build-Depends-Indep (additional tests). * New upstream release 0.27. * Add /me to Uploaders. -- gregor herrmann Tue, 22 Jun 2010 20:56:48 +0200 libparanoid-perl (0.23-1) unstable; urgency=low * Initial Release. (Closes: #525569) -- Ryan Niebur Sun, 26 Apr 2009 10:58:49 -0700 debian/compat0000644000000000000000000000000211764650305010373 0ustar 8 debian/patches/0000755000000000000000000000000011764650305010624 5ustar debian/patches/stop-emailing-in-tests.patch0000644000000000000000000000077611764650305016173 0ustar Description: don't email us during the tests Origin: vendor Forwarded: not-needed Author: Ryan Niebur Reviewed-by: gregor herrmann Last-Update: 2011-02-12 --- a/t/10_log_email.t +++ b/t/10_log_email.t @@ -14,9 +14,7 @@ my $rv; SKIP: { - skip( 'Net::SMTP not found', 14 ) - unless loadModule('Paranoid::Log::Email') - and exists $ENV{USER}; + skip( 'Not running mailing tests', 14 ); # Bad mailhost, should fail ok( enableFacility( debian/patches/series0000644000000000000000000000003511764650305012037 0ustar stop-emailing-in-tests.patch debian/copyright0000644000000000000000000000217511764650305011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Paranoid Upstream-Contact: Arthur Corliss Source: http://search.cpan.org/dist/Paranoid/ Files: * Copyright: 2005-2012, Arthur Corliss License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu 2009, Ryan Niebur 2010-2012, gregor herrmann 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 version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000015511764650305010227 0ustar version=3 http://search.cpan.org/dist/Paranoid/ .*/Paranoid-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$