debian/0000755000000000000000000000000011606610044007164 5ustar debian/control0000644000000000000000000000263311606576220010602 0ustar Source: libtext-multimarkdown-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-exception-perl, liblist-moreutils-perl, libtext-markdown-perl (>= 1.0.26), libtest-pod-coverage-perl, libhtml-tidy-perl, libtest-pod-perl, libtext-diff-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann , Fabrizio Regalli Standards-Version: 3.9.2 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}, libtext-markdown-perl (>= 1.0.26) Breaks: libtext-markdown-perl (<< 1.0.25-1) Replaces: libtext-markdown-perl (<< 1.0.25-1) Description: module to convert MultiMarkdown syntax to (X)HTML Text::MultiMarkdown is a Perl module that extends the functionality of the Markdown structured text format (see the libtext-markdown-perl package). 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 in: . debian/copyright0000644000000000000000000000556511606610005011127 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Tomas Doran Source: http://search.cpan.org/dist/Text-MultiMarkdown/ Name: Text-MultiMarkdown Files: * Copyright: 2006-2009, Tomas Doran 2006-2009, Darren Kulp 2005-2006, Fletcher T. Penney 2003-2004, John Gruber License: BSD Files: debian/* Copyright: 2009, Jonathan Yu 2011, Fabrizio Regalli License: BSD or Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson License: Artistic or 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 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 systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' debian/watch0000644000000000000000000000020111245515773010222 0ustar version=3 http://search.cpan.org/dist/Text-MultiMarkdown/ .*/Text-MultiMarkdown-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011606610044010613 5ustar debian/patches/pod_name.patch0000644000000000000000000000150111245515773013427 0ustar Description: Change name in POD for installed script MultiMarkdown.pl as provided upstream is installed as markdown (due to policy prohibiting installation of .pl files in bin). Author: Jonathan Yu Forwarded: not-needed Origin: vendor --- a/script/MultiMarkdown.pl +++ b/script/MultiMarkdown.pl @@ -5,14 +5,14 @@ =head1 NAME -MultiMarkdown.pl - Convert MultiMarkdown syntax to (X)HTML +multimarkdown - Convert MultiMarkdown syntax to (X)HTML =head1 DESCRIPTION This program is distributed as part of Perl's Text::MultiMarkdown module, illustrating sample usage. -MultiMarkdown.pl can be invoked on any file containing MultiMarkdown-syntax, and +multimarkdown can be invoked on any file containing MultiMarkdown-syntax, and will produce the corresponding (X)HTML on STDOUT: $ cat file.txt debian/patches/series0000644000000000000000000000001711245515773012042 0ustar pod_name.patch debian/compat0000644000000000000000000000000211606576220010371 0ustar 8 debian/changelog0000644000000000000000000000321011606607665011051 0ustar libtext-multimarkdown-perl (1.000034-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * No longer depends on File::Slurp * Standards-Version 3.8.4 (no changes) * Use new 3.0 (quilt) source format * Slight rewrite to control description * Update overrides for MultiMarkdown.pl [ gregor herrmann ] * Set Standards-Version to 3.9.1; replace Conflicts with Breaks. [ Fabrizio Regalli ] * New upstream release * Set Standards-Version to 3.9.2 * Update d/compat to 8 * Update debhelper to (>= 8) * Added myself to Uploaders and Copyright * Update d/copyright DEP5 headers -- Fabrizio Regalli Mon, 11 Jul 2011 14:55:57 +0200 libtext-multimarkdown-perl (1.0.30-1) unstable; urgency=low * New upstream release -- Jonathan Yu Fri, 23 Oct 2009 03:44:02 -0400 libtext-multimarkdown-perl (1.0.29-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release (closes: #551239) * Fixes dependencies on Text::Markdown (per upstream); our Conflicts basically did this requirement anyway [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * Add /me to Uploaders. -- gregor herrmann Fri, 16 Oct 2009 21:28:34 +0200 libtext-multimarkdown-perl (1.0.27-2) unstable; urgency=low * Fix the Conflicts line so it properly conflicts with libtext-markdown-perl << 1.0.25 (Closes: #544016) -- Jonathan Yu Sun, 30 Aug 2009 06:21:04 -0400 libtext-multimarkdown-perl (1.0.27-1) unstable; urgency=low * Initial Release (Closes: #543755) -- Jonathan Yu Wed, 26 Aug 2009 16:45:44 -0400 debian/source/0000755000000000000000000000000011606610044010464 5ustar debian/source/format0000644000000000000000000000001411355642276011707 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000061511355642276010263 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_test: TEST_POD=1 dh_auto_test override_dh_auto_install: dh_auto_install mv $(TMP)/usr/bin/MultiMarkdown.pl $(TMP)/usr/bin/multimarkdown override_dh_installdocs: dh_installdocs mv $(TMP)/usr/share/man/man1/MultiMarkdown.pl.1p $(TMP)/usr/share/man/man1/multimarkdown.1p debian/libtext-multimarkdown-perl.docs0000644000000000000000000000000511245515773015353 0ustar Todo