debian/0000755000000000000000000000000012200771056007166 5ustar debian/watch0000644000000000000000000000031512200771042010211 0ustar # test this watch file using: # uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-penlight # version=3 https://github.com/stevedonovan/Penlight/tags /stevedonovan/Penlight/tarball/(.*) debian/lua5.1.dh-lua.conf0000644000000000000000000000017712200771042012213 0ustar PKG_NAME=penlight LUA_MODNAME=pl LUA_SOURCES=$(shell find lua -name \*.lua) LUA_SOURCES_MANGLER=sed s?^lua/?? LUA_TEST=run.lua debian/rules0000755000000000000000000000041412200771042010240 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua override_dh_auto_configure: chmod a-x lua/pl/dir.lua cd doc; ldoc . dh_auto_configure override_dh_compress: dh_compress -X.html -X.lua override_dh_auto_clean: rm -rf docs/api chmod a+x lua/pl/dir.lua debian/compat0000644000000000000000000000000212200771042010357 0ustar 9 debian/lua5.2.dh-lua.conf0000777000000000000000000000000012200771042015231 2lua5.1.dh-lua.confustar debian/source/0000755000000000000000000000000012200771042010461 5ustar debian/source/format0000644000000000000000000000001412200771042011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000216612200771042011040 0ustar lua-penlight (1.2.1-1) unstable; urgency=low * New upstream release (Fix FTBFS, Closes: #713117) * Remove patch for test-date, fixed upstream -- Enrico Tassi Thu, 08 Aug 2013 21:22:06 +0200 lua-penlight (1.0.3a-1) unstable; urgency=low * New upstream release -- Enrico Tassi Sun, 17 Mar 2013 17:28:05 +0100 lua-penlight (1.0.2+htmldoc-2) unstable; urgency=low * Fix test suite: was too strict w.r.t. the specs of Lua 5.1/5.2 (Closes: #680794) -- Enrico Tassi Mon, 14 May 2012 10:38:58 +0200 lua-penlight (1.0.2+htmldoc-1) unstable; urgency=low * Include htmldoc tarball * Add a package containing the html documentation -- Enrico Tassi Sat, 12 May 2012 16:09:27 +0200 lua-penlight (1.0.2-2) unstable; urgency=low * Add the doc and the examples -- Enrico Tassi Sat, 12 May 2012 15:56:16 +0200 lua-penlight (1.0.2-1) unstable; urgency=low * Initial release. (Closes: #672346) -- Enrico Tassi Fri, 11 May 2012 22:32:13 +0200 debian/copyright0000644000000000000000000000311412200771042011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: penlight Upstream-Contact: steve.j.donovan@gmail.com Source: https://github.com/stevedonovan/penlight Files: * Copyright: 2009 Steve Donovan, David Manura. Comment: In the Lua community this license is better known as "MIT". Unfortunately other variants of this license are also known as "MIT". To obtain a machine intepretable copyright file Debian prefers to name this version of the MIT license using the non ambiguous term "Expat". License: Expat 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/lua-penlight-dev.docs0000644000000000000000000000002112200771042013171 0ustar doc/api examples debian/control0000644000000000000000000000272112200771042010566 0ustar Source: lua-penlight Section: interpreters Priority: optional Maintainer: Enrico Tassi Build-Depends: debhelper (>= 9), lua-filesystem, dh-lua, lua-ldoc Standards-Version: 3.9.3 Homepage: http://stevedonovan.github.com/Penlight/ Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-penlight Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-penlight Package: lua-penlight Architecture: all Depends: ${misc:Depends} Provides: ${lua:Provides} Recommends: lua-filesystem, lua-expat XB-Lua-Versions: ${lua:Versions} Description: Collection of general purpose libraries for the Lua language Penlight is a set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries. Package: lua-penlight-dev Section: libdevel Architecture: all Depends: ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: Collection of general purpose libraries for the Lua language Penlight is a set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries. . This package contains the documentation of the penlight library. debian/patches/0000755000000000000000000000000012200771042010610 5ustar debian/patches/series0000644000000000000000000000000012200771042012013 0ustar