r47434 - in /trunk/libpod-coverage-trustpod-perl/debian: ./ changelog compat control copyright libpod-coverage-trustpod-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Nov 18 16:53:04 UTC 2009


Author: jawnsy-guest
Date: Wed Nov 18 16:52:58 2009
New Revision: 47434

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

Added:
    trunk/libpod-coverage-trustpod-perl/debian/
    trunk/libpod-coverage-trustpod-perl/debian/changelog
    trunk/libpod-coverage-trustpod-perl/debian/compat
    trunk/libpod-coverage-trustpod-perl/debian/control
    trunk/libpod-coverage-trustpod-perl/debian/copyright
    trunk/libpod-coverage-trustpod-perl/debian/libpod-coverage-trustpod-perl.docs
    trunk/libpod-coverage-trustpod-perl/debian/rules   (with props)
    trunk/libpod-coverage-trustpod-perl/debian/watch

Added: trunk/libpod-coverage-trustpod-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/debian/changelog?rev=47434&op=file
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/debian/changelog (added)
+++ trunk/libpod-coverage-trustpod-perl/debian/changelog Wed Nov 18 16:52:58 2009
@@ -1,0 +1,5 @@
+libpod-coverage-trustpod-perl (0.092830-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 8 Nov 2009 07:44:22 -0500

Added: trunk/libpod-coverage-trustpod-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/debian/compat?rev=47434&op=file
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/debian/compat (added)
+++ trunk/libpod-coverage-trustpod-perl/debian/compat Wed Nov 18 16:52:58 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libpod-coverage-trustpod-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/debian/control?rev=47434&op=file
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/debian/control (added)
+++ trunk/libpod-coverage-trustpod-perl/debian/control Wed Nov 18 16:52:58 2009
@@ -1,0 +1,32 @@
+Source: libpod-coverage-trustpod-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libpod-coverage-perl, libpod-eventual-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-coverage-trustpod-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/
+
+Package: libpod-coverage-trustpod-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libpod-coverage-perl,
+  libpod-eventual-perl
+Description: allow a module's pod to contain Pod::Coverage hints
+ This is a Pod::Coverage subclass (actually, a subclass of
+ Pod::Coverage::CountParents) that allows the POD itself to declare certain
+ symbol names trusted.
+ .
+ Here is a sample Perl module:
+ .
+ package Foo::Bar; our $VERSION = '0.092830';
+ .
+ =head1 NAME
+ .
+ Foo::Bar - a bar at which fooes like to drink
+ .
+ =head1 METHODS
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libpod-coverage-trustpod-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/debian/copyright?rev=47434&op=file
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/debian/copyright (added)
+++ trunk/libpod-coverage-trustpod-perl/debian/copyright Wed Nov 18 16:52:58 2009
@@ -1,0 +1,33 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ricardo SIGNES <rjbs at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
+Upstream-Name: Pod-Coverage-TrustPod
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
+
+Files: *
+Copyright: Ricardo SIGNES <rjbs at cpan.org>
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libpod-coverage-trustpod-perl/debian/libpod-coverage-trustpod-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/debian/libpod-coverage-trustpod-perl.docs?rev=47434&op=file
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/debian/libpod-coverage-trustpod-perl.docs (added)
+++ trunk/libpod-coverage-trustpod-perl/debian/libpod-coverage-trustpod-perl.docs Wed Nov 18 16:52:58 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libpod-coverage-trustpod-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/debian/rules?rev=47434&op=file
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/debian/rules (added)
+++ trunk/libpod-coverage-trustpod-perl/debian/rules Wed Nov 18 16:52:58 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libpod-coverage-trustpod-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libpod-coverage-trustpod-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-trustpod-perl/debian/watch?rev=47434&op=file
==============================================================================
--- trunk/libpod-coverage-trustpod-perl/debian/watch (added)
+++ trunk/libpod-coverage-trustpod-perl/debian/watch Wed Nov 18 16:52:58 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Pod-Coverage-TrustPod/   .*/Pod-Coverage-TrustPod-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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