r25009 - in /trunk/libtest-taint-perl/debian: changelog control copyright

npf-guest at users.alioth.debian.org npf-guest at users.alioth.debian.org
Thu Sep 11 21:34:48 UTC 2008


Author: npf-guest
Date: Thu Sep 11 21:34:45 2008
New Revision: 25009

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25009
Log:
fix control:
- use the one generated by dh-make-perl --pkg-perl --dh 7
- improove description
- add build depends for pod testing
fix copyright: add ppport.h copyright and fix typos
fix changelog: add ITP bug ref


Modified:
    trunk/libtest-taint-perl/debian/changelog
    trunk/libtest-taint-perl/debian/control
    trunk/libtest-taint-perl/debian/copyright

Modified: trunk/libtest-taint-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-taint-perl/debian/changelog?rev=25009&op=diff
==============================================================================
--- trunk/libtest-taint-perl/debian/changelog (original)
+++ trunk/libtest-taint-perl/debian/changelog Thu Sep 11 21:34:45 2008
@@ -1,5 +1,5 @@
 libtest-taint-perl (1.04-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release. Closes: #497409 -- ITP
 
- -- Pierre Neyron <pierre.neyron at free.fr>  Sat, 6 Sep 2008 00:15:02 +0200
+ -- Pierre Neyron <pierre.neyron at free.fr>  Thu, 11 Sep 2008 23:15:23 +0200

Modified: trunk/libtest-taint-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-taint-perl/debian/control?rev=25009&op=diff
==============================================================================
--- trunk/libtest-taint-perl/debian/control (original)
+++ trunk/libtest-taint-perl/debian/control Thu Sep 11 21:34:45 2008
@@ -1,15 +1,19 @@
 Source: libtest-taint-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12)
-Maintainer: Pierre Neyron <pierre.neyron at free.fr>
+Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12), libtest-pod-perl, libtest-pod-coverage-perl 
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Pierre Neyron <pierre.neyron at free.fr>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Test-Taint/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-taint-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-taint-perl/
 
 Package: libtest-taint-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description:  Tools to test taintedness
+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,
@@ -19,5 +23,3 @@
  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.
- .
- This description was automagically extracted from the module by dh-make-perl.

Modified: trunk/libtest-taint-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-taint-perl/debian/copyright?rev=25009&op=diff
==============================================================================
--- trunk/libtest-taint-perl/debian/copyright (original)
+++ trunk/libtest-taint-perl/debian/copyright Thu Sep 11 21:34:45 2008
@@ -1,16 +1,19 @@
 This is the debian package for the Test-Taint module.
 It was created by Pierre Neyron <pierre.neyron at free.fr> using dh-make-perl.
-
 It was downloaded from http://search.cpan.org/dist/Test-Taint/
 
 The upstream author is: 
-
-Written by Andy Lester, <andy at petdance.com>..
+Andy Lester, <andy at petdance.com>.
 
 Copyright 2004, Andy Lester, All Rights Reserved.
-
 You may use, modify, and distribute this package under the
 same terms as Perl itself.
+
+The copyright of the ppport.h file is:
+- Version 2.x, Copyright (C) 2001, Paul Marquess.
+- Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
+This code may be used and distributed under the same license as any
+version of Perl.
 
 Perl is distributed under your choice of the GNU General Public License or
 the Artistic License.  On Debian GNU/Linux systems, the complete text of the




More information about the Pkg-perl-cvs-commits mailing list