[SCM] Debian packaging of Taint-Util CPAN distribution branch, master, updated. debian/0.08-1-5-gfbf11e8

Xavier x.guimard at free.fr
Fri Dec 28 21:54:51 UTC 2012


The following commit has been merged in the master branch:
commit 77a737bd49766f3b1c26ba5e3bbf3582c35fc5c9
Author: Xavier <x.guimard at free.fr>
Date:   Fri Dec 28 22:53:18 2012 +0100

    Bump S-V to 3.9.4 + dh to 9 + update description

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 9e22d30..d8716d8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,24 @@
 Source: libtaint-util-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 9.20120312),
+               perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtaint-util-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtaint-util-perl.git
 Homepage: http://search.cpan.org/dist/Taint-Util/
 
 Package: libtaint-util-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Test for and flip the taint flag without regex matches or C<eval>
- Wraps perl's internal routines for checking and setting the taint flag and
- thus does not rely on regular expressions for untainting or odd tricks
- involving eval and kill for checking whether data is tainted, instead it
- checks and flips a flag on the scalar in-place.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
+Description: Perl module to manipulate the Perl internal taint flag
+ Taint::Util wraps perl's internal routines for checking and setting the
+ taint flag and thus does not rely on regular expressions for untainting
+ or odd tricks involving eval and kill for checking whether data is
+ tainted, instead it checks and flips a flag on the scalar in-place.
+

-- 
Debian packaging of Taint-Util CPAN distribution



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