r13565 - in /trunk/libcgi-untaint-date-perl/debian: ./ changelog compat control copyright rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Jan 26 08:02:44 UTC 2008


Author: dmn
Date: Sat Jan 26 08:02:44 2008
New Revision: 13565

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

Added:
    trunk/libcgi-untaint-date-perl/debian/
    trunk/libcgi-untaint-date-perl/debian/changelog
    trunk/libcgi-untaint-date-perl/debian/compat
    trunk/libcgi-untaint-date-perl/debian/control
    trunk/libcgi-untaint-date-perl/debian/copyright
    trunk/libcgi-untaint-date-perl/debian/rules   (with props)

Added: trunk/libcgi-untaint-date-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcgi-untaint-date-perl/debian/changelog?rev=13565&op=file
==============================================================================
--- trunk/libcgi-untaint-date-perl/debian/changelog (added)
+++ trunk/libcgi-untaint-date-perl/debian/changelog Sat Jan 26 08:02:44 2008
@@ -1,0 +1,5 @@
+libcgi-untaint-date-perl (1.00-1) unstable; urgency=low
+
+  * Initial release - closes: #432506
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Wed, 11 Jul 2007 00:23:16 +0100

Added: trunk/libcgi-untaint-date-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libcgi-untaint-date-perl/debian/compat?rev=13565&op=file
==============================================================================
--- trunk/libcgi-untaint-date-perl/debian/compat (added)
+++ trunk/libcgi-untaint-date-perl/debian/compat Sat Jan 26 08:02:44 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libcgi-untaint-date-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcgi-untaint-date-perl/debian/control?rev=13565&op=file
==============================================================================
--- trunk/libcgi-untaint-date-perl/debian/control (added)
+++ trunk/libcgi-untaint-date-perl/debian/control Sat Jan 26 08:02:44 2008
@@ -1,0 +1,18 @@
+Source: libcgi-untaint-date-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, libdate-manip-perl, libdate-simple-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Standards-Version: 3.7.2
+
+Package: libcgi-untaint-date-perl
+Architecture: all
+Depends: ${perl:Depends}, libcgi-untaint-perl, libdate-manip-perl, libdate-simple-perl
+Description: CGI::Untaint::date - validate a date
+ This input handler for CGI::Untaint verifies that it is dealing with
+ a reasonable date.  Reasonably means anything that Date::Manip thinks
+ is sensible, so you could use any of (for example): "December 12,
+ 2001" "12th December, 2001" "2001-12-12" "next Tuesday" "third
+ Wednesday in March"
+ .
+  Homepage: http://search.cpan.org/~tmtm/CGI-Untaint-date/

Added: trunk/libcgi-untaint-date-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libcgi-untaint-date-perl/debian/copyright?rev=13565&op=file
==============================================================================
--- trunk/libcgi-untaint-date-perl/debian/copyright (added)
+++ trunk/libcgi-untaint-date-perl/debian/copyright Sat Jan 26 08:02:44 2008
@@ -1,0 +1,21 @@
+This is the Debian-packaged version of CGI::Untaint::date, put
+together by Ben Hutchings <ben at decadent.org.uk> using source from:
+
+  http://search.cpan.org/~tmtm/CGI-Untaint-date/
+
+Copyright 2001-2005 Tony Bowden.
+
+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-date-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcgi-untaint-date-perl/debian/rules?rev=13565&op=file
==============================================================================
--- trunk/libcgi-untaint-date-perl/debian/rules (added)
+++ trunk/libcgi-untaint-date-perl/debian/rules Sat Jan 26 08:02:44 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-date-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-date-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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