r12104 - in /trunk/libdata-validate-ip-perl/debian: ./ changelog compat control copyright rules watch

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Sun Jan 6 03:28:26 UTC 2008


Author: mogaal-guest
Date: Sun Jan  6 03:28:26 2008
New Revision: 12104

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

Added:
    trunk/libdata-validate-ip-perl/debian/
    trunk/libdata-validate-ip-perl/debian/changelog
    trunk/libdata-validate-ip-perl/debian/compat
    trunk/libdata-validate-ip-perl/debian/control
    trunk/libdata-validate-ip-perl/debian/copyright
    trunk/libdata-validate-ip-perl/debian/rules   (with props)
    trunk/libdata-validate-ip-perl/debian/watch

Added: trunk/libdata-validate-ip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdata-validate-ip-perl/debian/changelog?rev=12104&op=file
==============================================================================
--- trunk/libdata-validate-ip-perl/debian/changelog (added)
+++ trunk/libdata-validate-ip-perl/debian/changelog Sun Jan  6 03:28:26 2008
@@ -1,0 +1,12 @@
+libdata-validate-ip-perl (0.08) unstable; urgency=low
+
+  * New upstream version
+  * Add the package to pkg-perl project
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Sat, 05 Jan 2008 22:49:05 -0430
+
+libdata-validate-ip-perl (0.06-1) unstable; urgency=low
+
+  * Initial Release (Closes: #12332).
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Thu, 17 May 2007 16:40:33 -0400

Added: trunk/libdata-validate-ip-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libdata-validate-ip-perl/debian/compat?rev=12104&op=file
==============================================================================
--- trunk/libdata-validate-ip-perl/debian/compat (added)
+++ trunk/libdata-validate-ip-perl/debian/compat Sun Jan  6 03:28:26 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libdata-validate-ip-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdata-validate-ip-perl/debian/control?rev=12104&op=file
==============================================================================
--- trunk/libdata-validate-ip-perl/debian/control (added)
+++ trunk/libdata-validate-ip-perl/debian/control Sun Jan  6 03:28:26 2008
@@ -1,0 +1,22 @@
+Source: libdata-validate-ip-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs, debhelper (>= 5.0.0), libnet-netmask-perl, libnet-ipv6addr-perl
+Build-Depends-Indep: perl (>= 5.8.8-7)
+Maintainer: Debian Perl Project <pkg-perl-maintainers at lists.alioth.debian.org> 
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Homepage:  http://search.cpan.org/dist/Data-Validate-IP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-validate-ip-perl
+Vcs-Browser:
+ http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-validate-ip-perl
+Standards-Version: 3.7.3
+
+Package: libdata-validate-ip-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libnet-netmask-perl, libnet-ipv6addr-perl
+Description:  Data::Validate::IP - ip validation methods
+ This module collects ip validation routines to make input 
+ validation, and untainting easier and more readable.
+ All functions return an untainted value if the test passes, and 
+ undef if it fails.  This means that you should always check for a 
+ defined status explicitly. Don't assume the return will be true.

Added: trunk/libdata-validate-ip-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libdata-validate-ip-perl/debian/copyright?rev=12104&op=file
==============================================================================
--- trunk/libdata-validate-ip-perl/debian/copyright (added)
+++ trunk/libdata-validate-ip-perl/debian/copyright Sun Jan  6 03:28:26 2008
@@ -1,0 +1,27 @@
+This is the debian package for the Data-Validate-IP module.
+It was debianized by Alejandro Garrido Mota <garridomota at gmail.com> on
+Thu, 17 May 2007 16:40:33 -0400
+
+It was downloaded from http://search.cpan.org/dist/Data-Validate-IP/
+
+Copyright (c) 2005-2007 Neil Neely. All rights reserved.
+
+License:
+
+ This library is free software; you can redistribute it and/or modify it under 
+ the same terms as Perl itself.
+
+ This program is distributed in the hope that it will be useful, but without any warranty; 
+ without even the implied warranty of merchantability or fitness for a particular purpose.
+
+ Perl is distributed under your choice of the GNU General Public License or
+ the Artistic License.
+
+The complete text of the GNU General Public License can be found in
+/usr/share/common-licenses/GPL and the Artistic Licence can be found
+in /usr/share/common-licenses/Artistic.
+
+The upstream author is: Neil Neely <neil at neely.cx>
+
+The Debian packaging is (C) 2007, Alejandro Garrido Mota <garridomota at gmail.com> 
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libdata-validate-ip-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdata-validate-ip-perl/debian/rules?rev=12104&op=file
==============================================================================
--- trunk/libdata-validate-ip-perl/debian/rules (added)
+++ trunk/libdata-validate-ip-perl/debian/rules Sun Jan  6 03:28:26 2008
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libdata-validate-ip-perl::
+	rm -rfv debian/libdata-validate-ip-perl/usr/share/perl5

Propchange: trunk/libdata-validate-ip-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdata-validate-ip-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdata-validate-ip-perl/debian/watch?rev=12104&op=file
==============================================================================
--- trunk/libdata-validate-ip-perl/debian/watch (added)
+++ trunk/libdata-validate-ip-perl/debian/watch Sun Jan  6 03:28:26 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Data-Validate-IP/ .+/Data-Validate-IP-(.*)\.tar\.gz




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