r45610 - in /trunk/libpod-markdown-perl/debian: ./ changelog compat control copyright rules watch
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Mon Oct 12 04:00:25 UTC 2009
Author: jawnsy-guest
Date: Mon Oct 12 04:00:07 2009
New Revision: 45610
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45610
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libpod-markdown-perl/debian/
trunk/libpod-markdown-perl/debian/changelog
trunk/libpod-markdown-perl/debian/compat
trunk/libpod-markdown-perl/debian/control
trunk/libpod-markdown-perl/debian/copyright
trunk/libpod-markdown-perl/debian/rules (with props)
trunk/libpod-markdown-perl/debian/watch
Added: trunk/libpod-markdown-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-markdown-perl/debian/changelog?rev=45610&op=file
==============================================================================
--- trunk/libpod-markdown-perl/debian/changelog (added)
+++ trunk/libpod-markdown-perl/debian/changelog Mon Oct 12 04:00:07 2009
@@ -1,0 +1,5 @@
+libpod-markdown-perl (0.02-1) UNRELEASED; urgency=low
+
+ * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org> Thu, 8 Oct 2009 08:46:20 -0400
Added: trunk/libpod-markdown-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-markdown-perl/debian/compat?rev=45610&op=file
==============================================================================
--- trunk/libpod-markdown-perl/debian/compat (added)
+++ trunk/libpod-markdown-perl/debian/compat Mon Oct 12 04:00:07 2009
@@ -1,0 +1,1 @@
+7
Added: trunk/libpod-markdown-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-markdown-perl/debian/control?rev=45610&op=file
==============================================================================
--- trunk/libpod-markdown-perl/debian/control (added)
+++ trunk/libpod-markdown-perl/debian/control Mon Oct 12 04:00:07 2009
@@ -1,0 +1,26 @@
+Source: libpod-markdown-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtest-differences-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-Markdown/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-markdown-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-markdown-perl/
+
+Package: libpod-markdown-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: module to convert POD to the Markdown file format
+ Pod::Markdown is a Perl module that parses Plain Old Documentation (POD) and
+ converts it into the Markdown text format. It subclasses Pod::Parser, so it
+ supports all of its commands, too.
+ .
+ Markdown is a markup language to convert structured text into (X)HTML. Its
+ main design goal is to make the input text as readable as possible. For this,
+ the syntax is highly inspired by the format of plain text email. Markdown
+ supports features like headers, *emphasis*, code blocks, blockquotes and
+ links. For maximum flexibility, it also allows embedding HTML tags, both
+ within paragraphs (eg. <span>), and at block level (<div>, <table>).
Added: trunk/libpod-markdown-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-markdown-perl/debian/copyright?rev=45610&op=file
==============================================================================
--- trunk/libpod-markdown-perl/debian/copyright (added)
+++ trunk/libpod-markdown-perl/debian/copyright Mon Oct 12 04:00:07 2009
@@ -1,0 +1,35 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Marcel Grünauer <marcel at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Pod-Markdown/
+Upstream-Name: Pod-Markdown
+
+Files: *
+Copyright: 2009, Marcel Grünauer <marcel at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+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-markdown-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-markdown-perl/debian/rules?rev=45610&op=file
==============================================================================
--- trunk/libpod-markdown-perl/debian/rules (added)
+++ trunk/libpod-markdown-perl/debian/rules Mon Oct 12 04:00:07 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Propchange: trunk/libpod-markdown-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libpod-markdown-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-markdown-perl/debian/watch?rev=45610&op=file
==============================================================================
--- trunk/libpod-markdown-perl/debian/watch (added)
+++ trunk/libpod-markdown-perl/debian/watch Mon Oct 12 04:00:07 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Pod-Markdown/ .*/Pod-Markdown-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list