--- libtext-markdown-perl-1.0.26.orig/debian/changelog +++ libtext-markdown-perl-1.0.26/debian/changelog @@ -0,0 +1,120 @@ +libtext-markdown-perl (1.0.26-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + [ Ryan Niebur ] + * Update jawnsy's email address + + -- Jonathan Yu Sun, 04 Oct 2009 05:57:03 -0400 + +libtext-markdown-perl (1.0.25-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + MultiMarkdown is now removed from upstream package; it is now + available as a separate standalone package + * Updated copyright information + * Added myself to Uploaders and Copyright + * Updated rules to new short format + * Updated control file description + * Standards-Version 3.8.3 (remove version dependency on perl) + * Install Markdown.pl as markdown, as before, but use overrides + * Add header for pod_name patch + * Remove .manpages file, they are installed automatically + * Suggest libtext-multimarkdown-perl (since it's a separate package now) + * Add libhtml-tidy-perl to B-D-I for testing + * Add a NEWS item for the libtext-multimarkdown-perl split + + [ gregor herrmann ] + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Wed, 26 Aug 2009 11:14:08 -0400 + +libtext-markdown-perl (1.0.24-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Ansgar Burchardt ] + * New upstream release. + + -- Ansgar Burchardt Sat, 22 Nov 2008 12:26:08 +0100 + +libtext-markdown-perl (1.0.23-1) unstable; urgency=low + + * New upstream release. + + -- Ansgar Burchardt Fri, 07 Nov 2008 23:47:12 +0100 + +libtext-markdown-perl (1.0.22-1) unstable; urgency=low + + * New upstream release. + + -- Ansgar Burchardt Sat, 25 Oct 2008 18:18:57 +0200 + +libtext-markdown-perl (1.0.21-1) unstable; urgency=low + + * New upstream release. + + Update pod_name patch accordingly + * Install Todo as documentation + * Refresh debian/rules for debhelper 7 + * Add myself to Uploaders. + * debian/control: Use dist-based URL for Homepage field + * Update debian/copyright: + + Adopt to current proposed format + + Replace "Copyright" and "(C)" by "©" + + Include full license text as the version in + /usr/share/common-licenses/BSD refers to the University as copyright + holder + + Move pointer to GPL and Artistic license to the right section + + -- Ansgar Burchardt Thu, 24 Jul 2008 21:06:58 +0200 + +libtext-markdown-perl (1.0.20-1) unstable; urgency=low + + * New upstream release. + * Rename add_missing_pod to pod_name: the POD itself is integrated in the + upstream code, only the names of the scripts have to be changed. + * debian/copyright: add copyright/license information for files under inc/ + and pointers to the relevant license texts on Debian systems. + * Set Standards-Version to 3.8.0; add debian/README.source to document quilt + usage. + * Refresh debian/rules, no functional changes. + + -- gregor herrmann Sat, 12 Jul 2008 18:05:10 +0200 + +libtext-markdown-perl (1.0.19-2) unstable; urgency=low + + * Added build-dependency on quilt + * Added manpages (POD documentation) to Markdown.pl and + Multimarkdown.pl (Closes: #477263) + + -- Gunnar Wolf Fri, 06 Jun 2008 12:15:38 -0500 + +libtext-markdown-perl (1.0.19-1) unstable; urgency=low + + * New upstream release. + * Refresh debian/rules, no functional changes. + * debian/control: + - make build dependency on debhelper versioned (thanks to lintian) + - add /me to Uploaders + + -- gregor herrmann Sat, 26 Apr 2008 00:35:34 +0200 + +libtext-markdown-perl (1.0.18-1) unstable; urgency=low + + * New upstream release + + -- Gunnar Wolf Mon, 21 Apr 2008 22:25:57 -0500 + +libtext-markdown-perl (1.0.17-1) unstable; urgency=low + + * Initial upload. (Closes: #472691) + * Conflict with markdown, at least for now. + + -- Adeodato Simó Sat, 12 Apr 2008 11:36:41 +0200 --- libtext-markdown-perl-1.0.26.orig/debian/compat +++ libtext-markdown-perl-1.0.26/debian/compat @@ -0,0 +1 @@ +7 --- libtext-markdown-perl-1.0.26.orig/debian/control +++ libtext-markdown-perl-1.0.26/debian/control @@ -0,0 +1,31 @@ +Source: libtext-markdown-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libtest-exception-perl, liblist-moreutils-perl, + libfile-slurp-perl, libtext-diff-perl, libtest-pod-perl, libhtml-tidy-perl, + libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Gunnar Wolf , Jonathan Yu , + gregor herrmann , Ansgar Burchardt , +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Text-Markdown/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-markdown-perl +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-markdown-perl + +Package: libtext-markdown-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Suggests: libtext-multimarkdown-perl +Conflicts: markdown +Description: Markdown and MultiMarkdown markup languages library + Text::Markdown is a Perl module that provides an alternate implementation of + the Markdown implementation by John Gruber (see the markdown package). It is + a slower implementation, but better maintained. + . + 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. ), and at block level (
, ). --- libtext-markdown-perl-1.0.26.orig/debian/NEWS +++ libtext-markdown-perl-1.0.26/debian/NEWS @@ -0,0 +1,12 @@ +libtext-markdown-perl (1.0.25-1) unstable; urgency=low + + * The upstream Text::Markdown package no longer contains the + Text::MultiMarkdown module. Instead, they are now maintained + separately (though still by the same maintainer) + + If you installed this package hoping to get the MultiMarkdown + functionality, you'll need to install libtext-multimarkdown-perl + as well. Note that Text::MultiMarkdown cannot be installed without + Text::Markdown, as before. + + -- Jonathan Yu Thu, 27 Aug 2009 16:36:03 -0400 --- libtext-markdown-perl-1.0.26.orig/debian/libtext-markdown-perl.docs +++ libtext-markdown-perl-1.0.26/debian/libtext-markdown-perl.docs @@ -0,0 +1 @@ +Todo --- libtext-markdown-perl-1.0.26.orig/debian/clean +++ libtext-markdown-perl-1.0.26/debian/clean @@ -0,0 +1,3 @@ +debian/markdown.1 +debian/multimarkdown.1 + --- libtext-markdown-perl-1.0.26.orig/debian/rules +++ libtext-markdown-perl-1.0.26/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +%: + dh --with quilt $@ + +override_dh_auto_test: + TEST_POD=1 dh_auto_test + +override_dh_auto_install: + dh_auto_install + install -D -m 755 script/Markdown.pl $(TMP)/usr/bin/markdown + install -d $(TMP)/usr/share/man/man1/ + pod2man $(TMP)/usr/bin/markdown $(TMP)/usr/share/man/man1/markdown.1 --- libtext-markdown-perl-1.0.26.orig/debian/copyright +++ libtext-markdown-perl-1.0.26/debian/copyright @@ -0,0 +1,70 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Tomas Doran +Upstream-Source: http://search.cpan.org/dist/Text-Markdown/ +Upstream-Name: Text-Markdown + +Files: * +Copyright: 2003-2004, John Gruber + 2005-2006, Fletcher T. Penney + 2006-2008, Darren Kulp + 2006-2008, Tomas Doran +License: BSD + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008, Ansgar Burchardt + 2008, gregor herrmann + 2008, Adeodato Simó + 2008, Gunnar Wolf +License: BSD + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +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 + 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' + --- libtext-markdown-perl-1.0.26.orig/debian/watch +++ libtext-markdown-perl-1.0.26/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Text-Markdown/ .*/Text-Markdown-(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libtext-markdown-perl-1.0.26.orig/debian/README.source +++ libtext-markdown-perl-1.0.26/debian/README.source @@ -0,0 +1,4 @@ +This package uses quilt to manage patches against the upstream source. + +If you are not familiar with using quilt with Debian packages please take a +look at /usr/share/doc/quilt/README.source --- libtext-markdown-perl-1.0.26.orig/debian/patches/pod_name +++ libtext-markdown-perl-1.0.26/debian/patches/pod_name @@ -0,0 +1,29 @@ +Description: Change name in POD for installed markdown script + Markdown.pl as provided upstream is installed as markdown (due + to policy prohibiting installation of .pl files in bin, and + also to provide a simple way of upgrading from the markdown + implementation). +Author: Jonathan Yu +Forwarded: not-needed +Origin: vendor + +--- a/script/Markdown.pl ++++ b/script/Markdown.pl +@@ -5,7 +5,7 @@ + + =head1 NAME + +-Markdown.pl - Convert Markdown syntax to (X)HTML ++markdown - Convert Markdown syntax to (X)HTML + + =head1 DESCRIPTION + +@@ -22,7 +22,7 @@ + + * test + * Yup, test. +- $ Markdown.pl file.txt ++ $ markdown file.txt +

This is a test.

+ +

Absolutely nothing to see here. Just a test!

--- libtext-markdown-perl-1.0.26.orig/debian/patches/series +++ libtext-markdown-perl-1.0.26/debian/patches/series @@ -0,0 +1 @@ +pod_name