debian/0000755000000000000000000000000012237513207007170 5ustar debian/rules0000755000000000000000000000020712237511366010253 0ustar #!/usr/bin/make -f # DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/control0000644000000000000000000000325212237513207010575 0ustar Source: haskell-hslua Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-mtl-dev (>= 2.1) , libghc-mtl-prof , pkg-config , liblua5.1-0-dev Build-Depends-Indep: ghc-doc , libghc-mtl-doc Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/hslua Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hslua Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hslua X-Description: Lua language interpreter embedding in Haskell The Scripting.Lua module is a wrapper of Lua language interpreter as described in www.lua.org. Package: libghc-hslua-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} , liblua5.1-0-dev Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-hslua-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-hslua-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} debian/copyright0000644000000000000000000000312512237512551011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: hslua Upstream-Contact: Ömer Sinan Ağacan Source: http://hackage.haskell.org/package/hslua Files: * Copyright: 2007-2012 Gracjan Polak License: Expat Files: src/* Copyright: 1994-2008 Lua.org, PUC-Rio License: Expat Files: src/Scripting/Lua/ConfigFile.hs Copyright: 2011, 2013 Benjamin Geer License: Expat Files: src/Scripting/Lua.hs Copyright: 2007 Gracjan Polak 2007 License: Expat Files: debian/* Copyright: 2013 Clint Adams License: 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/patches/0000755000000000000000000000000012237511630010615 5ustar debian/patches/series0000644000000000000000000000002012237511606012025 0ustar system-lua.diff debian/patches/system-lua.diff0000644000000000000000000000102112237511630013544 0ustar --- a/hslua.cabal +++ b/hslua.cabal @@ -23,14 +23,14 @@ flag system-lua description: Use the system-wide lua instead of the bundled copy - default: False + default: True Library Build-depends: base==4.*, mtl >= 2.1 Exposed-modules: Scripting.Lua, Scripting.Lua.ConfigFile Hs-source-dirs: src if flag(system-lua) - Pkgconfig-depends: lua + Pkgconfig-depends: lua5.1 C-sources: cbits/ntrljmp.c Include-dirs: cbits else debian/changelog0000644000000000000000000000021112237511402011027 0ustar haskell-hslua (0.3.8-1) unstable; urgency=low * Initial release. -- Clint Adams Sat, 09 Nov 2013 14:54:33 -0500 debian/compat0000644000000000000000000000000212237511366010372 0ustar 9 debian/source/0000755000000000000000000000000012105473224010466 5ustar debian/source/format0000644000000000000000000000001412105473224011674 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000017412237511750010224 0ustar version=3 http://hackage.haskell.org/package/hslua/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))