debian/0000755000000000000000000000000012246137277007201 5ustar debian/watch0000644000000000000000000000030212246137277010225 0ustar # test this watch file using: # uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-zlib # version=3 http://githubredir.debian.net/github/brimworks/lua-zlib/ v([\d\.]+).tar.gz debian/lua-zlib-dev.docs0000644000000000000000000000000712246137277012343 0ustar README debian/lua5.1.dh-lua.conf0000644000000000000000000000103712246137277012227 0ustar ### mandatory fields PKG_NAME=zlib ### things relative to the C library part CLIB_CFLAGS=$(shell pkg-config zlib --cflags) CLIB_LDFLAGS=$(shell pkg-config zlib --libs) CLIB_LDFLAGS_STATIC=$(shell pkg-config zlib --libs --static) CLIB_OBJS=lua_zlib.lo ### things relative to the lua library part LUA_HEADER= LUA_SOURCES= LUA_MODNAME= LUA_TEST=test.lua ./ ./ ### this part is relative to pkg-config PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1) PKG_LIBS_PRIVATE= PKG_URL= PKG_REQUIRES=zlib PKG_CONFLICTS= debian/rules0000755000000000000000000000015512246137277010262 0ustar #!/usr/bin/make -f %: DEB_BUILD_MAINT_OPTIONS=hardening=-stackprotector dh $@ --buildsystem=lua --with lua debian/compat0000644000000000000000000000000212246137277010377 0ustar 8 debian/lua5.2.dh-lua.conf0000777000000000000000000000000012246137277015251 2lua5.1.dh-lua.confustar debian/source/0000755000000000000000000000000012246137277010501 5ustar debian/source/format0000644000000000000000000000001412246137277011707 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000160412246137277011054 0ustar lua-zlib (0.2+git+1+9622739-1) unstable; urgency=low * add Privides: ${lua:Provides} to control * new upstream snapshot integrating debian patches: - 0001-Fix-avail_in-value-for-lz.deflate.patch - 0002-Lua5.2-require-does-not-set-a-global.patch -- Enrico Tassi Fri, 23 Aug 2013 22:30:08 +0200 lua-zlib (0.2+gitcfa1ecd-1) unstable; urgency=low * New snapshot supporting lua5.2 * Remove lua5.2 path, merged upstream * Package moved to git * Patch fixing upstream bug if no string is given to deflate * Patch making the test file lua5.2 compatible * Fix copyright naming the license Expat and not MIT/X -- Enrico Tassi Sun, 08 Apr 2012 18:34:50 +0200 lua-zlib (0.2-1) unstable; urgency=low * Initial release. (Closes: #668057) -- Enrico Tassi Sun, 08 Apr 2012 18:17:16 +0200 debian/copyright0000644000000000000000000000304112246137277011132 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: lua-zlib Upstream-Contact: Brian Maher Source: http://github.com/brimworks/lua-zlib Files: * Copyright: 2009 Brian Maher 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/control0000644000000000000000000000225612246137277010611 0ustar Source: lua-zlib Section: interpreters Priority: optional Maintainer: Enrico Tassi Build-Depends: debhelper (>= 8), dh-lua, zlib1g-dev Standards-Version: 3.9.3 Homepage: http://github.com/brimworks/lua-zlib Vcs-Git: git://git.debian.org/git/pkg-lua/lua-zlib.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-zlib.git Package: lua-zlib Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: zlib library for the Lua language This package contains the Lua zlib library, that allows one to read compressed files from the Lua language. Package: lua-zlib-dev Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Section: libdevel Depends: lua-zlib (= ${binary:Version}), ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: zlib development files for the Lua language This package contains the development files of the Lua zlib library, useful to create a statically linked binary (like a C application or a standalone Lua interpreter). Documentation is also shipped within this package. debian/patches/0000755000000000000000000000000012246137277010630 5ustar debian/patches/series0000644000000000000000000000000012246137277012033 0ustar