debian/0000755000000000000000000000000012255415444007174 5ustar debian/rules0000755000000000000000000000003612255415444010253 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000207512255415444010603 0ustar Source: libtext-markdown-discount-perl Maintainer: Debian Perl Group Uploaders: Alessandro Ghedini Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312~), perl, libmarkdown2-dev (>= 2.1.7) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-markdown-discount-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-markdown-discount-perl.git Homepage: https://metacpan.org/release/Text-Markdown-Discount/ Package: libtext-markdown-discount-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl interface to Discount, an implementation of Markdown Text::Markdown::Discount is a Perl module that implements the bindings to discount, an implementation of John Gruber's Markdown markup language. . Given the performance of Discount, Text::Markdown::Discount processes markdown formatted text quickly and passes the Markdown 1.0 test suite. debian/source/0000755000000000000000000000000012255415444010474 5ustar debian/source/format0000644000000000000000000000001412255415444011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000304012255415444011043 0ustar libtext-markdown-discount-perl (0.11-1) unstable; urgency=medium * Team upload. * New upstream release. * Make build dependency on libmarkdown2-dev versioned. * Use debhelper 9.20120312 to get all hardening flags. * Update license text for discount/*. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sat, 21 Dec 2013 23:50:01 +0100 libtext-markdown-discount-perl (0.10-1) unstable; urgency=low * New upstream release * Bump upstream copyright years -- Alessandro Ghedini Sun, 25 Aug 2013 12:07:02 +0200 libtext-markdown-discount-perl (0.06-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Alessandro Ghedini ] * New upstream release * Update copyright and license for discount -- Alessandro Ghedini Fri, 26 Jul 2013 19:17:08 +0200 libtext-markdown-discount-perl (0.04-1) unstable; urgency=low * New upstream release * Email change: Alessandro Ghedini -> ghedo@debian.org * Drop do-not-use-cstring.patch (merged upstream) * Bump debhelper compat level to 9 * Update copyright to Copyright-Format 1.0 * Bump Standards-Version to 3.9.4 (no changes needed) -- Alessandro Ghedini Sun, 23 Sep 2012 19:17:03 +0200 libtext-markdown-discount-perl (0.02-1) unstable; urgency=low * Initial release (Closes: #654383) -- Alessandro Ghedini Tue, 03 Jan 2012 15:43:12 +0100 debian/compat0000644000000000000000000000000212255415444010372 0ustar 9 debian/patches/0000755000000000000000000000000012255415444010623 5ustar debian/patches/use-system-markdown.patch0000644000000000000000000000155412255415444015607 0ustar Description: Use the markdown library provided by the libmarkdown2 package. Author: Alessandro Ghedini Origin: vendor Forwarded: not-needed Last-Update: 2012-01-01 --- a/Makefile.PL +++ b/Makefile.PL @@ -57,12 +57,6 @@ -sub MY::postamble { - return sprintf(' -$(MYEXTLIB): - %s -', qq{( cd $extdir; CC='cc -fPIC' sh configure.sh; make )\n}); -} WriteMakefile( NAME => 'Text::Markdown::Discount', @@ -71,8 +65,6 @@ ($] >= 5.005 ? (ABSTRACT_FROM => 'lib/Text/Markdown/Discount.pm', AUTHOR => 'Masayoshi Sekimura ') : ()), - LIBS => '-L' . $extdir, - INC => '-I. -I' . $extdir, - MYEXTLIB => $myextlib, - clean => { FILES => $clean_files }, + LIBS => '-lmarkdown', + INC => '-I.', ); debian/patches/series0000644000000000000000000000003212255415444012033 0ustar use-system-markdown.patch debian/copyright0000644000000000000000000001113012255415444011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Text-Markdown-Discount Upstream-Contact: Masayoshi Sekimura Source: https://metacpan.org/release/Text-Markdown-Discount/ Files: * Copyright: 2013, Masayoshi Sekimura License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2010, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: discount/* Copyright: 1999-2011, David L Parsons License: BSD-3-clause-discount Files: discount/toc.c Copyright: 2008, Jjgod Jiang, David L Parsons 2011, Stefano D'Angelo License: BSD-3-clause-discount Files: xt/MarkdownTest_1.0.3/MarkdownTest.pl Copyright: 2004, John Gruber License: Artistic or GPL-1+ Files: xt/MarkdownXS.pl Copyright: 2004, John Gruber 2008, Tomas Doran License: BSD-3-clause Files: debian/* Copyright: 2012, Alessandro Ghedini 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 systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: BSD-3-clause 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: BSD-3-clause-discount Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of works must retain the original copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the original copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither my name (David L Parsons) nor the names of contributors to this code may be used to endorse or promote products derived from this work 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: 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 version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000021212255415444010220 0ustar version=3 https://metacpan.org/release/Text-Markdown-Discount/ .*/Text-Markdown-Discount-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$