r58078 - in /trunk/libpod-weaver-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Wed May 19 13:25:39 UTC 2010


Author: ansgar-guest
Date: Wed May 19 13:25:24 2010
New Revision: 58078

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

Added:
    trunk/libpod-weaver-perl/debian/
    trunk/libpod-weaver-perl/debian/changelog
    trunk/libpod-weaver-perl/debian/compat
    trunk/libpod-weaver-perl/debian/control
    trunk/libpod-weaver-perl/debian/copyright
    trunk/libpod-weaver-perl/debian/rules   (with props)
    trunk/libpod-weaver-perl/debian/source/
    trunk/libpod-weaver-perl/debian/source/format
    trunk/libpod-weaver-perl/debian/watch

Added: trunk/libpod-weaver-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-weaver-perl/debian/changelog?rev=58078&op=file
==============================================================================
--- trunk/libpod-weaver-perl/debian/changelog (added)
+++ trunk/libpod-weaver-perl/debian/changelog Wed May 19 13:25:24 2010
@@ -1,0 +1,5 @@
+libpod-weaver-perl (3.101270-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #582133)
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 16 May 2010 21:00:22 +0900

Added: trunk/libpod-weaver-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-weaver-perl/debian/compat?rev=58078&op=file
==============================================================================
--- trunk/libpod-weaver-perl/debian/compat (added)
+++ trunk/libpod-weaver-perl/debian/compat Wed May 19 13:25:24 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libpod-weaver-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-weaver-perl/debian/control?rev=58078&op=file
==============================================================================
--- trunk/libpod-weaver-perl/debian/control (added)
+++ trunk/libpod-weaver-perl/debian/control Wed May 19 13:25:24 2010
@@ -1,0 +1,29 @@
+Source: libpod-weaver-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libconfig-ini-mvp-perl, libconfig-mvp-perl (>= 0.093120),
+ liblist-moreutils-perl, liblog-dispatchouli-perl (>= 1.100710),
+ libmoose-autobox-perl (>= 0.10), libmoose-perl, libnamespace-autoclean-perl,
+ libparams-util-perl, libpod-elemental-perl (>= 0.100220), libppi-perl,
+ libsoftware-license-perl, libstring-flogger-perl (>= 1),
+ libstring-rewriteprefix-perl, libtest-differences-perl, perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Pod-Weaver/
+
+Package: libpod-weaver-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libconfig-ini-mvp-perl,
+ libconfig-mvp-perl (>= 0.093120), liblist-moreutils-perl,
+ liblog-dispatchouli-perl (>= 1.100710), libmoose-autobox-perl (>= 0.10),
+ libmoose-perl, libnamespace-autoclean-perl, libparams-util-perl,
+ libpod-elemental-perl (>= 0.100220), libstring-flogger-perl (>= 1),
+ libstring-rewriteprefix-perl
+Description: Perl module to weave together a Pod document from an outline
+ Pod::Weaver is a system for building Pod documents from templates. It doesn't
+ perform simple text substitution, but instead builds a
+ Pod::Elemental::Document. Its plugins sketch out a series of sections that
+ will be produced based on an existing Pod document or other provided
+ information.

Added: trunk/libpod-weaver-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-weaver-perl/debian/copyright?rev=58078&op=file
==============================================================================
--- trunk/libpod-weaver-perl/debian/copyright (added)
+++ trunk/libpod-weaver-perl/debian/copyright Wed May 19 13:25:24 2010
@@ -1,0 +1,27 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ricardo SIGNES <rjbs at cpan.org>
+Source: http://search.cpan.org/dist/Pod-Weaver/
+Name: Pod-Weaver
+
+Copyright: 2010, Ricardo SIGNES <rjbs at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Ansgar Burchardt <ansgar at 43-1.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-weaver-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-weaver-perl/debian/rules?rev=58078&op=file
==============================================================================
--- trunk/libpod-weaver-perl/debian/rules (added)
+++ trunk/libpod-weaver-perl/debian/rules Wed May 19 13:25:24 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libpod-weaver-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-weaver-perl/debian/source/format?rev=58078&op=file
==============================================================================
--- trunk/libpod-weaver-perl/debian/source/format (added)
+++ trunk/libpod-weaver-perl/debian/source/format Wed May 19 13:25:24 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libpod-weaver-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-weaver-perl/debian/watch?rev=58078&op=file
==============================================================================
--- trunk/libpod-weaver-perl/debian/watch (added)
+++ trunk/libpod-weaver-perl/debian/watch Wed May 19 13:25:24 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Pod-Weaver/   .*/Pod-Weaver-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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