r24994 - in /trunk/libtest-taint-perl/debian: ./ changelog compat control copyright rules watch

npf-guest at users.alioth.debian.org npf-guest at users.alioth.debian.org
Thu Sep 11 19:50:56 UTC 2008


Author: npf-guest
Date: Thu Sep 11 19:50:53 2008
New Revision: 24994

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24994
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libtest-taint-perl/debian/
    trunk/libtest-taint-perl/debian/changelog
    trunk/libtest-taint-perl/debian/compat
    trunk/libtest-taint-perl/debian/control
    trunk/libtest-taint-perl/debian/copyright
    trunk/libtest-taint-perl/debian/rules   (with props)
    trunk/libtest-taint-perl/debian/watch

Added: trunk/libtest-taint-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-taint-perl/debian/changelog?rev=24994&op=file
==============================================================================
--- trunk/libtest-taint-perl/debian/changelog (added)
+++ trunk/libtest-taint-perl/debian/changelog Thu Sep 11 19:50:53 2008
@@ -1,0 +1,5 @@
+libtest-taint-perl (1.04-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Pierre Neyron <pierre.neyron at free.fr>  Sat, 6 Sep 2008 00:15:02 +0200

Added: trunk/libtest-taint-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-taint-perl/debian/compat?rev=24994&op=file
==============================================================================
--- trunk/libtest-taint-perl/debian/compat (added)
+++ trunk/libtest-taint-perl/debian/compat Thu Sep 11 19:50:53 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-taint-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-taint-perl/debian/control?rev=24994&op=file
==============================================================================
--- trunk/libtest-taint-perl/debian/control (added)
+++ trunk/libtest-taint-perl/debian/control Thu Sep 11 19:50:53 2008
@@ -1,0 +1,23 @@
+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>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Test-Taint/
+
+Package: libtest-taint-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description:  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.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libtest-taint-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-taint-perl/debian/copyright?rev=24994&op=file
==============================================================================
--- trunk/libtest-taint-perl/debian/copyright (added)
+++ trunk/libtest-taint-perl/debian/copyright Thu Sep 11 19:50:53 2008
@@ -1,0 +1,21 @@
+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>..
+
+Copyright 2004, Andy Lester, All Rights Reserved.
+
+You may use, modify, and distribute this package under the
+same terms as Perl itself.
+
+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
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+The Debian packaging is (C) 2008, Pierre Neyron <pierre.neyron at free.fr> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libtest-taint-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-taint-perl/debian/rules?rev=24994&op=file
==============================================================================
--- trunk/libtest-taint-perl/debian/rules (added)
+++ trunk/libtest-taint-perl/debian/rules Thu Sep 11 19:50:53 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libtest-taint-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-taint-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-taint-perl/debian/watch?rev=24994&op=file
==============================================================================
--- trunk/libtest-taint-perl/debian/watch (added)
+++ trunk/libtest-taint-perl/debian/watch Thu Sep 11 19:50:53 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Test-Taint/   .*/Test-Taint-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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