r42942 - in /trunk/libtext-multimarkdown-perl/debian: changelog control copyright libtext-multimarkdown-perl.docs
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Wed Aug 26 18:14:25 UTC 2009
Author: jawnsy-guest
Date: Wed Aug 26 18:14:19 2009
New Revision: 42942
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42942
Log:
Lots of cleanup to prepare for a release
Modified:
trunk/libtext-multimarkdown-perl/debian/changelog
trunk/libtext-multimarkdown-perl/debian/control
trunk/libtext-multimarkdown-perl/debian/copyright
trunk/libtext-multimarkdown-perl/debian/libtext-multimarkdown-perl.docs
Modified: trunk/libtext-multimarkdown-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-multimarkdown-perl/debian/changelog?rev=42942&op=diff
==============================================================================
--- trunk/libtext-multimarkdown-perl/debian/changelog (original)
+++ trunk/libtext-multimarkdown-perl/debian/changelog Wed Aug 26 18:14:19 2009
@@ -1,5 +1,5 @@
libtext-multimarkdown-perl (1.0.26-1) UNRELEASED; urgency=low
- * Initial Release.
+ * Initial Release (Closes: #543755)
-- Jonathan Yu <frequency at cpan.org> Wed, 26 Aug 2009 09:52:05 -0400
Modified: trunk/libtext-multimarkdown-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-multimarkdown-perl/debian/control?rev=42942&op=diff
==============================================================================
--- trunk/libtext-multimarkdown-perl/debian/control (original)
+++ trunk/libtext-multimarkdown-perl/debian/control Wed Aug 26 18:14:19 2009
@@ -2,34 +2,21 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0), perl-modules, libtest-exception-perl,
- liblist-moreutils-perl, libfile-slurp-perl (>= 9999.08),
- markdown (>= 1.0.24)
+Build-Depends-Indep: perl, libtest-exception-perl, liblist-moreutils-perl,
+ libfile-slurp-perl, libtext-markdown-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <frequency at cpan.org>
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Text-MultiMarkdown/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-multimarkdown-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-multimarkdown-perl/
Package: libtext-multimarkdown-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-modules, perl (>= 5.8.0),
- markdown (>= 1.0.24)
-Description: Convert MultiMarkdown syntax to (X)HTML
- Markdown is a text-to-HTML filter; it translates an easy-to-read /
- easy-to-write structured text format into HTML. Markdown's text format is
- most similar to that of plain text email, and supports features such as
- headers, *emphasis*, code blocks, blockquotes, and links.
- .
- Markdown's syntax is designed not as a generic markup language, but
- specifically to serve as a front-end to (X)HTML. You can use span-level HTML
- tags anywhere in a Markdown document, and you can use block level HTML tags
- (like <div> and <table> as well).
- .
- Text::MultiMarkdown implements the MultiMarkdown markdown syntax extensions
- from:
- .
- http://fletcherpenney.net/multimarkdown/
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${perl:Depends}, ${misc:Depends}, libtext-markdown-perl
+Description: Perl module to convert MultiMarkdown syntax to (X)HTML
+ Text::MultiMarkdown is a Perl module that extends the functionality of the
+ Markdown structured text format. Markdown provides a simple way to translate
+ easy-to-read and easy-to-write structured text into (X)HTML. In turn, this
+ module extends the functionality by implementing the MultiMarkdown syntax
+ extensions as described on: <URL:http://fletcherpenney.net/multimarkdown>.
Modified: trunk/libtext-multimarkdown-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-multimarkdown-perl/debian/copyright?rev=42942&op=diff
==============================================================================
--- trunk/libtext-multimarkdown-perl/debian/copyright (original)
+++ trunk/libtext-multimarkdown-perl/debian/copyright Wed Aug 26 18:14:19 2009
@@ -3,26 +3,52 @@
Upstream-Maintainer: Tomas Doran <bobtfish at bobtfish.net>
Upstream-Source: http://search.cpan.org/dist/Text-MultiMarkdown/
Upstream-Name: Text-MultiMarkdown
-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: Tomas Doran <bobtfish at bobtfish.net>
-License: unparsable
+Copyright: 2003-2004, John Gruber <comments at daringfireball.net>
+ 2005-2006, Fletcher T. Penney <owner at fletcherpenney.net>
+ 2006-2008, Darren Kulp <kulp at cpan.org>
+ 2006-2008, Tomas Doran <bobtfish at bobtfish.net>
+License: BSD
Files: debian/*
Copyright: 2009, Jonathan Yu <frequency at cpan.org>
-License: unparsable | Artistic | GPL-1+
+License: BSD | Artistic | GPL-1+
-License: unparsable
- No known license could be automatically determined for this module.
- If this module conforms to a commonly used license, please report this
- as a bug in dh-make-perl. In any case, please find the proper license
- and fix this file!
+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+
+
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ * Neither the name "Markdown" nor the names of its contributors may
+ be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ This software is provided by the copyright holders and contributors "as
+ is" and any express or implied warranties, including, but not limited
+ to, the implied warranties of merchantability and fitness for a
+ particular purpose are disclaimed. In no event shall the copyright owner
+ or contributors be liable for any direct, indirect, incidental, special,
+ exemplary, or consequential damages (including, but not limited to,
+ procurement of substitute goods or services; loss of use, data, or
+ profits; or business interruption) however caused and on any theory of
+ liability, whether in contract, strict liability, or tort (including
+ negligence or otherwise) arising in any way out of the use of this
+ software, even if advised of the possibility of such damage.
License: Artistic
This program is free software; you can redistribute it and/or modify
@@ -37,3 +63,4 @@
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'
+
Modified: trunk/libtext-multimarkdown-perl/debian/libtext-multimarkdown-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-multimarkdown-perl/debian/libtext-multimarkdown-perl.docs?rev=42942&op=diff
==============================================================================
--- trunk/libtext-multimarkdown-perl/debian/libtext-multimarkdown-perl.docs (original)
+++ trunk/libtext-multimarkdown-perl/debian/libtext-multimarkdown-perl.docs Wed Aug 26 18:14:19 2009
@@ -1,3 +1,1 @@
Todo
-Readme.text
-README
More information about the Pkg-perl-cvs-commits
mailing list