debian/0000755000000000000000000000000012203136577007174 5ustar debian/lua-markdown.docs0000644000000000000000000000000712203136533012434 0ustar MANUAL debian/watch0000644000000000000000000000032212203136533010212 0ustar # test this watch file using: # uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-markdown # version=3 http://luaforge.net/frs/?group_id=188 /frs/download.php/\d+/markdown-([\d\.]*).tar.gz debian/rules0000755000000000000000000000041512203136533010244 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua override_dh_auto_clean: rm -f MANUAL dh_auto_clean override_dh_auto_configure: lua5.1 -e 'print(string.sub(string.match(io.open("markdown.lua"):read("*a"), "%-%-(%b[])"),5,-4))'> MANUAL dh_auto_configure debian/compat0000644000000000000000000000000212203136533010362 0ustar 8 debian/source/0000755000000000000000000000000012203136533010464 5ustar debian/source/format0000644000000000000000000000001412203136533011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000331112203136533011034 0ustar lua-markdown (0.32-5) unstable; urgency=low * Package moved to git * Transitional packages removed -- Enrico Tassi Tue, 17 Apr 2012 23:06:46 +0200 lua-markdown (0.32-4) unstable; urgency=low * Switch to dh-lua * Copyright file ported to machine readable 1.0 format * debian/compat set to 8 * Packages renamed according to the new Lua policy * Bumped standards-version to 3.9.3, no changes -- Enrico Tassi Tue, 17 Apr 2012 22:53:08 +0200 lua-markdown (0.32-3) unstable; urgency=low * source format 3.0 (quilt) * bumped standards-version to 3.9.2, no changes -- Enrico Tassi Fri, 22 Jul 2011 22:31:47 +0200 lua-markdown (0.32-2) unstable; urgency=low * bumped standards-version to 3.8.2, no changes * build-depend on lua5.1-policy-dev >= 22 -- Enrico Tassi Tue, 21 Jul 2009 15:58:08 +0200 lua-markdown (0.32-1) unstable; urgency=low * new upstream release -- Enrico Tassi Sat, 31 May 2008 18:24:39 +0200 lua-markdown (0.31-1) unstable; urgency=low * new upstream release * fixed typo in control file -- Enrico Tassi Mon, 25 Feb 2008 09:22:05 +0100 lua-markdown (0.30-1) unstable; urgency=low * new upstream release -- Enrico Tassi Mon, 25 Feb 2008 09:18:13 +0100 lua-markdown (0.29-1) unstable; urgency=low * new upstream release -- Enrico Tassi Sat, 26 Jan 2008 19:08:01 +0100 lua-markdown (0.13-1) unstable; urgency=low * Initial release. (Closes: #462660) -- Enrico Tassi Sat, 26 Jan 2008 18:34:40 +0100 debian/copyright0000644000000000000000000000245212203136533011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: markdown Upstream-Contact: Niklas Frykholm Source: http://www.frykholm.se/files/markdown.lua Files: * Copyright: 2008 Niklas Frykholm License: MIT/X Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/dh-lua.conf0000644000000000000000000000044412203136533011207 0ustar LUA_VERSION=5.1 PKG_NAME=markdown CLIB_CFLAGS= CLIB_LDFLAGS= CLIB_OBJS= LUA_HEADER= LUA_SOURCES=markdown.lua LUA_MODNAME= LUA_TEST=markdown-tests.lua PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1) PKG_LIBS_PRIVATE= PKG_URL= PKG_REQUIRES= PKG_CONFLICTS= debian/control0000644000000000000000000000131312203136533010565 0ustar Source: lua-markdown Section: interpreters Priority: optional Maintainer: Enrico Tassi Build-Depends: debhelper (>= 8), dh-lua Standards-Version: 3.9.3 Homepage: http://www.frykholm.se/files/markdown.lua Vcs-Git: git://git.debian.org/git/pkg-lua/lua-markdown.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-markdown.git Package: lua-markdown Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: Pure Lua 5.1 implementation of the Markdown text-to-html markup This package contains markdown, a Lua library to translate the markdown syntax to HTML. . This package also contains the documentation. debian/patches/0000755000000000000000000000000012203136533010613 5ustar debian/patches/remove_sheebang.patch0000644000000000000000000000040212203136533014761 0ustar Author: Enrico Tassi Description: no support for the command line markdown --- lua-markdown-0.32.orig/markdown.lua +++ lua-markdown-0.32/markdown.lua @@ -1,4 +1,3 @@ -#!/usr/bin/env lua --[[ # markdown.lua -- version 0.32 debian/patches/series0000644000000000000000000000002612203136533012026 0ustar remove_sheebang.patch