debian/0000755000000000000000000000000012250633576007177 5ustar debian/changelog0000644000000000000000000000163112250633573011047 0ustar libmarkdown-php (1.0.2-1) unstable; urgency=low * New upstream release. * Update Standards-Version to 3.9.5 . -- Laszlo Boszormenyi (GCS) Sat, 07 Dec 2013 15:56:14 +0100 libmarkdown-php (1.0.1q-1) unstable; urgency=low * New upstream release. * Update watch file. -- Laszlo Boszormenyi (GCS) Tue, 07 May 2013 17:08:08 +0200 libmarkdown-php (1.0.1p-1) unstable; urgency=low * New upstream release. * New maintainer. * Move to Standards-Version 3.9.4 and debhelper level 9 . * Use 3.0 (quilt) source format. * Convert copyright to format 1.0 . [ Bart Martens ] * Update debian/watch . -- Laszlo Boszormenyi (GCS) Wed, 13 Mar 2013 21:04:38 +0100 libmarkdown-php (1.0.1m-1) unstable; urgency=low * Initial release (Closes: #493683) -- Daniel Watkins Sun, 24 Aug 2008 02:24:40 +0100 debian/compat0000644000000000000000000000000212120156144010360 0ustar 9 debian/control0000644000000000000000000000205412250633527010577 0ustar Source: libmarkdown-php Section: php Priority: optional Maintainer: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 9) Standards-Version: 3.9.5 Homepage: http://michelf.com/projects/php-markdown/ Package: libmarkdown-php Architecture: all Depends: php5 | php5-cli, ${misc:Depends} Description: PHP library for rendering Markdown data "Markdown" is two things: a plain text markup syntax, and a software tool that converts the plain text markup to HTML for publishing on the web. . The Markdown syntax allows you to write text naturally and format it without using HTML tags. More importantly: in Markdown format, your text stays enjoyable to read for a human being, and this is true enough that it makes a Markdown document publishable as-is, as plain text. If you are using text-formatted email, you already know some part of the syntax. . PHP Markdown can work as a plug-in for WordPress and bBlog, as a modifier for the Smarty templating engine, or as a replacement for textile formatting in any software that support textile. debian/copyright0000644000000000000000000000367712120157760011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PHP Markdown Upstream-Contact: Michel Fortin Source: https://github.com/michelf/php-markdown/ Copyright: Copyright (c) 2004-2013 Michel Fortin, Copyright (c) 2003-2006 John Gruber Files: * Copyright: Copyright (c) 2004-2013 Michel Fortin, Copyright (c) 2003-2006 John Gruber License: BSD-3-clause Files: debian/* Copyright: Copyright (C) 2008-2013 Daniel Watkins , Copyright (C) 2013- Laszlo Boszormenyi (GCS) License: BSD-3-clause 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: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. debian/docs0000644000000000000000000000003112120155660010031 0ustar PHP?Markdown?Readme.text debian/install0000644000000000000000000000004712120155660010556 0ustar *.php /usr/share/php debian/links0000644000000000000000000000012512120155660010225 0ustar /usr/share/doc/libmarkdown-php/README.gz /usr/share/doc/libmarkdown-php/changelog.gz debian/rules0000755000000000000000000000051012120161025010230 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 DOC_PREFIX=$(CURDIR)/debian/libmarkdown-php/usr/share/doc/libmarkdown-php override_dh_installdocs: dh_installdocs mv $(DOC_PREFIX)/"PHP Markdown Readme.text" $(DOC_PREFIX)/README %: dh $@ .PHONY: override_dh_installdocs debian/source/0000755000000000000000000000000012120155705010464 5ustar debian/source/format0000644000000000000000000000001412120155705011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000027212142214612010213 0ustar version=3 http://michelf.ca/projects/php-markdown/classic/ .*/php-markdown-(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)|zip) # Bart Martens Sun, 25 Nov 2012 21:44:35 +0000