r70413 - in /trunk/libtest-pod-no404s-perl/debian: ./ changelog compat control copyright libtest-pod-no404s-perl.examples rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Mar 5 11:20:53 UTC 2011


Author: periapt-guest
Date: Sat Mar  5 11:20:44 2011
New Revision: 70413

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

Added:
    trunk/libtest-pod-no404s-perl/debian/
    trunk/libtest-pod-no404s-perl/debian/changelog
    trunk/libtest-pod-no404s-perl/debian/compat
    trunk/libtest-pod-no404s-perl/debian/control
    trunk/libtest-pod-no404s-perl/debian/copyright
    trunk/libtest-pod-no404s-perl/debian/libtest-pod-no404s-perl.examples
    trunk/libtest-pod-no404s-perl/debian/rules   (with props)
    trunk/libtest-pod-no404s-perl/debian/source/
    trunk/libtest-pod-no404s-perl/debian/source/format
    trunk/libtest-pod-no404s-perl/debian/watch

Added: trunk/libtest-pod-no404s-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-no404s-perl/debian/changelog?rev=70413&op=file
==============================================================================
--- trunk/libtest-pod-no404s-perl/debian/changelog (added)
+++ trunk/libtest-pod-no404s-perl/debian/changelog Sat Mar  5 11:20:44 2011
@@ -1,0 +1,5 @@
+libtest-pod-no404s-perl (0.01-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #616492)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 5 Mar 2011 10:35:34 +0000

Added: trunk/libtest-pod-no404s-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-no404s-perl/debian/compat?rev=70413&op=file
==============================================================================
--- trunk/libtest-pod-no404s-perl/debian/compat (added)
+++ trunk/libtest-pod-no404s-perl/debian/compat Sat Mar  5 11:20:44 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-pod-no404s-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-no404s-perl/debian/control?rev=70413&op=file
==============================================================================
--- trunk/libtest-pod-no404s-perl/debian/control (added)
+++ trunk/libtest-pod-no404s-perl/debian/control Sat Mar  5 11:20:44 2011
@@ -1,0 +1,25 @@
+Source: libtest-pod-no404s-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Test-Pod-No404s/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-pod-no404s-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-pod-no404s-perl/
+
+Package: libtest-pod-no404s-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: test utility checkng POD for HTTP 404 links
+ Test::Pod::No404s looks for any http(s) links in your POD and verifies that
+ they will not return a 404. It uses LWP::UserAgent for the heavy lifting, and
+ simply lets you know if it failed to retrieve the document. More
+ specifically, it uses $response->is_error as the "test."
+ .
+ Normally, you wouldn't want this test to be run during end-user installation
+ because they might have no internet! It is HIGHLY recommended that this be
+ used only for module authors' RELEASE_TESTING phase. To do that, just modify
+ the synopsis to add an env check :)

Added: trunk/libtest-pod-no404s-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-no404s-perl/debian/copyright?rev=70413&op=file
==============================================================================
--- trunk/libtest-pod-no404s-perl/debian/copyright (added)
+++ trunk/libtest-pod-no404s-perl/debian/copyright Sat Mar  5 11:20:44 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Apocalypse <APOCAL at cpan.org>
+Source: http://search.cpan.org/dist/Test-Pod-No404s/
+Name: Test-Pod-No404s
+
+Files: *
+Copyright: 2010, Apocalypse <APOCAL at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libtest-pod-no404s-perl/debian/libtest-pod-no404s-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-no404s-perl/debian/libtest-pod-no404s-perl.examples?rev=70413&op=file
==============================================================================
--- trunk/libtest-pod-no404s-perl/debian/libtest-pod-no404s-perl.examples (added)
+++ trunk/libtest-pod-no404s-perl/debian/libtest-pod-no404s-perl.examples Sat Mar  5 11:20:44 2011
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libtest-pod-no404s-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-no404s-perl/debian/rules?rev=70413&op=file
==============================================================================
--- trunk/libtest-pod-no404s-perl/debian/rules (added)
+++ trunk/libtest-pod-no404s-perl/debian/rules Sat Mar  5 11:20:44 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libtest-pod-no404s-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-no404s-perl/debian/source/format?rev=70413&op=file
==============================================================================
--- trunk/libtest-pod-no404s-perl/debian/source/format (added)
+++ trunk/libtest-pod-no404s-perl/debian/source/format Sat Mar  5 11:20:44 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libtest-pod-no404s-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-no404s-perl/debian/watch?rev=70413&op=file
==============================================================================
--- trunk/libtest-pod-no404s-perl/debian/watch (added)
+++ trunk/libtest-pod-no404s-perl/debian/watch Sat Mar  5 11:20:44 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-Pod-No404s/   .*/Test-Pod-No404s-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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