r49243 - in /trunk/libpod-elemental-perl/debian: ./ changelog compat control copyright libpod-elemental-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Dec 22 18:49:54 UTC 2009


Author: jawnsy-guest
Date: Tue Dec 22 18:49:49 2009
New Revision: 49243

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

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

Added: trunk/libpod-elemental-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-elemental-perl/debian/changelog?rev=49243&op=file
==============================================================================
--- trunk/libpod-elemental-perl/debian/changelog (added)
+++ trunk/libpod-elemental-perl/debian/changelog Tue Dec 22 18:49:49 2009
@@ -1,0 +1,5 @@
+libpod-elemental-perl (0.093280-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 22 Dec 2009 10:40:30 -0500

Added: trunk/libpod-elemental-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-elemental-perl/debian/compat?rev=49243&op=file
==============================================================================
--- trunk/libpod-elemental-perl/debian/compat (added)
+++ trunk/libpod-elemental-perl/debian/compat Tue Dec 22 18:49:49 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libpod-elemental-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-elemental-perl/debian/control?rev=49243&op=file
==============================================================================
--- trunk/libpod-elemental-perl/debian/control (added)
+++ trunk/libpod-elemental-perl/debian/control Tue Dec 22 18:49:49 2009
@@ -1,0 +1,39 @@
+Source: libpod-elemental-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libstring-truncate-perl,
+  libnamespace-autoclean-perl, libstring-rewriteprefix-perl,
+  libpod-eventual-perl (>= 0.004), libmoose-autobox-perl (>= 0.10),
+  libmixin-linewise-perl, libtest-differences-perl, libmoosex-types-perl,
+  libsub-exporter-formethods-perl, libtest-deep-perl, libmoose-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-Elemental/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-elemental-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-elemental-perl/
+
+Package: libpod-elemental-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libstring-truncate-perl,
+  libnamespace-autoclean-perl, libstring-rewriteprefix-perl,
+  libpod-eventual-perl (>= 0.004), libmoose-autobox-perl (>= 0.10),
+  libmixin-linewise-perl, libtest-differences-perl, libmoosex-types-perl,
+  libsub-exporter-formethods-perl, libtest-deep-perl, libmoose-perl
+Description: work with nestable Pod elements
+ Pod::Elemental is a system for treating a Pod (plain old
+ documentation|perlpod) documents as trees of elements. This model may be
+ familiar from many other document systems, especially the HTML DOM.
+ Pod::Elemental's document object model is much less sophisticated than the
+ HTML DOM, but still makes a lot of document transformations easy.
+ .
+ In general, you'll want to read in a Pod document and then perform a number
+ of prepackaged transformations on it. The most common of these will be the
+ Pod5 transformation|Pod::Elemental::Transformer::Pod5, which assumes that the
+ basic meaning of Pod commands described in the Perl 5 documentation hold:
+ =begin, =end, and =for commands mark regions of the document, leading
+ whitespace marks a verbatim paragraph, and so on. The Pod5 transformer also
+ eliminates the need to track elements representing vertical whitespace.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libpod-elemental-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-elemental-perl/debian/copyright?rev=49243&op=file
==============================================================================
--- trunk/libpod-elemental-perl/debian/copyright (added)
+++ trunk/libpod-elemental-perl/debian/copyright Tue Dec 22 18:49:49 2009
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Ricardo SIGNES <rjbs at cpan.org>
+Source: http://search.cpan.org/dist/Pod-Elemental/
+Name: Pod-Elemental
+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.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Ricardo SIGNES <rjbs at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+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 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-elemental-perl/debian/libpod-elemental-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-elemental-perl/debian/libpod-elemental-perl.docs?rev=49243&op=file
==============================================================================
--- trunk/libpod-elemental-perl/debian/libpod-elemental-perl.docs (added)
+++ trunk/libpod-elemental-perl/debian/libpod-elemental-perl.docs Tue Dec 22 18:49:49 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libpod-elemental-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-elemental-perl/debian/rules?rev=49243&op=file
==============================================================================
--- trunk/libpod-elemental-perl/debian/rules (added)
+++ trunk/libpod-elemental-perl/debian/rules Tue Dec 22 18:49:49 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libpod-elemental-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-elemental-perl/debian/watch?rev=49243&op=file
==============================================================================
--- trunk/libpod-elemental-perl/debian/watch (added)
+++ trunk/libpod-elemental-perl/debian/watch Tue Dec 22 18:49:49 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Pod-Elemental/   .*/Pod-Elemental-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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