debian/0000755000000000000000000000000012201440556007165 5ustar debian/watch0000644000000000000000000000035112101267073010215 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/Test-Taint/ .*/Test-Taint-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000232512201440364011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Taint Upstream-Contact: Andy Lester Source: https://metacpan.org/release/Test-Taint/ Files: * Copyright: 2004, Andy Lester License: GPL-1+ or Artistic Files: ppport.h Copyright: Copyright 2001, Paul Marquess (Version 2.x) Copyright 1999, Kenneth Albanowski (Version 1.x) License: GPL-1+ or Artistic Files: debian/* Copyright: 2009, Pierre Neyron 2013, Florian Schlichting License: GPL-1+ or Artistic 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/control0000644000000000000000000000245412201440334010567 0ustar Source: libtest-taint-perl Maintainer: Debian Perl Group Uploaders: Pierre Neyron , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-taint-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-taint-perl.git Homepage: https://metacpan.org/release/Test-Taint/ Package: libtest-taint-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Module to test taintedness The Test::Taint module provides tools to test taintedness. Tainted data is data that comes from an unsafe source, such as the command line, or, in the case of web apps, any GET or POST transactions. Read the perlsec man page for details on why tainted data is bad, and how to untaint the data. . When you're writing unit tests for code that deals with tainted data, you'll want to have a way to provide tainted data for your routines to handle, and easy ways to check and report on the taintedness of your data, in standard Test::More style. debian/compat0000644000000000000000000000000212201437704010364 0ustar 9 debian/changelog0000644000000000000000000000211512201440556011036 0ustar libtest-taint-perl (1.06-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Pierre Neyron ] * debian/copyright: Update Copyright format. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 1.06. * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0). * Switch dh compatibility to level 9 to enable passing of hardening flags. * Switch to source format 3.0 (quilt). * Switch to short-form debian/rules. * Add myself to uploaders and copyright. -- Florian Schlichting Sat, 10 Aug 2013 15:32:50 +0200 libtest-taint-perl (1.04-1) unstable; urgency=low * Initial Release. Closes: #497409 -- ITP -- Pierre Neyron Thu, 11 Sep 2008 23:15:23 +0200 debian/source/0000755000000000000000000000000012201440000010445 5ustar debian/source/format0000644000000000000000000000001412201440000011653 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612201440060010232 0ustar #!/usr/bin/make -f %: dh $@