r13571 - in /trunk/libcgi-untaint-email-perl/debian: ./ changelog compat control copyright rules
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Sat Jan 26 08:07:25 UTC 2008
Author: dmn
Date: Sat Jan 26 08:07:25 2008
New Revision: 13571
URL: http://svn.debian.org/wsvn/?sc=1&rev=13571
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libcgi-untaint-email-perl/debian/
trunk/libcgi-untaint-email-perl/debian/changelog
trunk/libcgi-untaint-email-perl/debian/compat
trunk/libcgi-untaint-email-perl/debian/control
trunk/libcgi-untaint-email-perl/debian/copyright
trunk/libcgi-untaint-email-perl/debian/rules (with props)
Added: trunk/libcgi-untaint-email-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcgi-untaint-email-perl/debian/changelog?rev=13571&op=file
==============================================================================
--- trunk/libcgi-untaint-email-perl/debian/changelog (added)
+++ trunk/libcgi-untaint-email-perl/debian/changelog Sat Jan 26 08:07:25 2008
@@ -1,0 +1,5 @@
+libcgi-untaint-email-perl (0.03-1) unstable; urgency=low
+
+ * Initial release - closes: #432507
+
+ -- Ben Hutchings <ben at decadent.org.uk> Wed, 11 Jul 2007 00:55:06 +0100
Added: trunk/libcgi-untaint-email-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libcgi-untaint-email-perl/debian/compat?rev=13571&op=file
==============================================================================
--- trunk/libcgi-untaint-email-perl/debian/compat (added)
+++ trunk/libcgi-untaint-email-perl/debian/compat Sat Jan 26 08:07:25 2008
@@ -1,0 +1,1 @@
+5
Added: trunk/libcgi-untaint-email-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcgi-untaint-email-perl/debian/control?rev=13571&op=file
==============================================================================
--- trunk/libcgi-untaint-email-perl/debian/control (added)
+++ trunk/libcgi-untaint-email-perl/debian/control Sat Jan 26 08:07:25 2008
@@ -1,0 +1,15 @@
+Source: libcgi-untaint-email-perl
+Maintainer: Ben Hutchings <ben at decadent.org.uk>
+Section: perl
+Priority: extra
+Build-Depends-Indep: debhelper (>= 5), perl (>= 5.6.0-16), libcgi-untaint-perl, libemail-valid-perl, libmailtools-perl
+Standards-Version: 3.7.2
+
+Package: libcgi-untaint-email-perl
+Architecture: all
+Depends: ${perl:Depends}, libcgi-untaint-perl, libemail-valid-perl, libmailtools-perl
+Description: CGI::Untaint::email - validate an email address
+ This input handler for CGI::Untaint validates an email address
+ according to RFC2822, using Email::Valid.
+ .
+ Homepage: http://search.cpan.org/~miyagawa/CGI-Untaint-email/
Added: trunk/libcgi-untaint-email-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libcgi-untaint-email-perl/debian/copyright?rev=13571&op=file
==============================================================================
--- trunk/libcgi-untaint-email-perl/debian/copyright (added)
+++ trunk/libcgi-untaint-email-perl/debian/copyright Sat Jan 26 08:07:25 2008
@@ -1,0 +1,21 @@
+This is the Debian-packaged version of CGI::Untaint::email, put
+together by Ben Hutchings <ben at decadent.org.uk> using source from:
+
+ http://search.cpan.org/~miyagawa/CGI-Untaint-email/
+
+Copyright Tatsuhiko Miyagawa <miyagawa at bulknews.net>.
+
+You may distribute this code under the same terms as Perl itself:
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of either:
+
+ a) the GNU General Public License as published by the Free Software
+ Foundation; either version 1, or (at your option) any later
+ version, or
+
+ b) the "Artistic License" which comes with Perl.
+
+On Debian 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'.
Added: trunk/libcgi-untaint-email-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcgi-untaint-email-perl/debian/rules?rev=13571&op=file
==============================================================================
--- trunk/libcgi-untaint-email-perl/debian/rules (added)
+++ trunk/libcgi-untaint-email-perl/debian/rules Sat Jan 26 08:07:25 2008
@@ -1,0 +1,29 @@
+#!/usr/bin/make -f
+
+build : build-stamp
+
+build-stamp : Makefile.PL
+ perl Makefile.PL INSTALLDIRS=vendor
+ $(MAKE) test
+ touch build-stamp
+
+binary : binary-arch binary-indep
+
+binary-arch :
+
+binary-indep : build-stamp
+ dh_testroot
+ $(MAKE) PREFIX=$(CURDIR)/debian/libcgi-untaint-email-perl/usr install
+ dh_perl
+ dh_installchangelogs Changes
+ dh_installdocs
+ dh_compress
+ dh_fixperms
+ dh_gencontrol
+ dh_builddeb
+
+clean :
+ if [ -f Makefile ]; then $(MAKE) clean; fi
+ dh_clean Makefile Makefile.old build-stamp
+
+.PHONY : build binary binary-arch binary-dep clean
Propchange: trunk/libcgi-untaint-email-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
More information about the Pkg-perl-cvs-commits
mailing list