debian/0000755000000000000000000000000012203124120007151 5ustar debian/lua-zip-dev.docs0000644000000000000000000000000712203124120012155 0ustar doc/us debian/watch0000644000000000000000000000027612203124120010207 0ustar # test this watch file using: # uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-zip # version=3 https://github.com/luaforge/luazip/downloads .*/luazip-([\d\.]*).tar.gz debian/rules0000755000000000000000000000007312203124120010231 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua debian/compat0000644000000000000000000000000212203124120010347 0ustar 9 debian/source/0000755000000000000000000000000012203124120010451 5ustar debian/source/format0000644000000000000000000000001412203124120011657 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000526612203124120011034 0ustar lua-zip (1.2.3-12) unstable; urgency=low * Packaging moved to git * Remove transitional packages -- Enrico Tassi Sat, 12 May 2012 18:59:56 +0200 lua-zip (1.2.3-11) unstable; urgency=low * Call the license Expat and clarify that it also known as MIT (Closes: #670760) -- Enrico Tassi Thu, 19 Apr 2012 15:33:43 +0200 lua-zip (1.2.3-10) unstable; urgency=low * Clean up debian/rules * Build-depend on dh-lua >= 12 * Fixed package description, thanks Ansgar Burchardt for spotting the error -- Enrico Tassi Thu, 19 Apr 2012 15:32:08 +0200 lua-zip (1.2.3-9) unstable; urgency=low * Update debian/copyright to format 1.0 * debian/compat set to 9 * Bumped standards version to 3.9.3, no changes needed * Switch to dh-lua * Packages renamed according to the new Lua policy -- Enrico Tassi Wed, 18 Apr 2012 15:56:52 +0200 lua-zip (1.2.3-8) unstable; urgency=low * source format 3.0 quilt -- Enrico Tassi Fri, 22 Jul 2011 13:01:26 +0200 lua-zip (1.2.3-7) unstable; urgency=low * Bumped standards version to 3.9.2, no changes needed * multi-arch (dh >= 8.1.3, lua5.1-policy >= 32) -- Enrico Tassi Thu, 21 Jul 2011 11:37:23 +0200 lua-zip (1.2.3-6) unstable; urgency=low * Bumped standards version to 3.8.2, no changes needed * build-depend on lua5.1-policy-dev -- Enrico Tassi Tue, 21 Jul 2009 17:47:34 +0200 lua-zip (1.2.3-5) unstable; urgency=low * Rebuild against libzzip 0.13.49-4 to fix the crash due to alignement * Bumped standards version to 3.7.3, no changes needed -- Enrico Tassi Sun, 06 Apr 2008 19:19:49 +0200 lua-zip (1.2.3-4) unstable; urgency=low * Added XS-Vcs-Browser field in control file -- Enrico Tassi Sat, 17 Nov 2007 12:02:24 +0100 lua-zip (1.2.3-3) unstable; urgency=low * Updated dependency among zziplib, should pass all tests on all archs -- Enrico Tassi Mon, 12 Nov 2007 20:20:17 +0100 lua-zip (1.2.3-2) unstable; urgency=low * rebuilt against libzzip-13 >= 0.13.49-2 (Closes: #439507) * Renamed cdbs deprecated variable * -- Enrico Tassi Sat, 25 Aug 2007 12:21:17 +0100 lua-zip (1.2.3-1) unstable; urgency=low * New upstream release that does not need patches -- Enrico Tassi Tue, 19 Jun 2007 10:25:12 +0100 lua-zip (1.2.2-1) unstable; urgency=low * Initial release. (Closes: #429250) -- Enrico Tassi Sat, 16 Jun 2007 17:30:35 +0100 debian/copyright0000644000000000000000000000307212203124120011106 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: luazip Upstream-Contact: info@keplerproject.org Source: https://github.com/luaforge/luazip Files: * Copyright: 2003-2008 The Kepler project. 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/dh-lua.conf0000644000000000000000000000063412203124120011175 0ustar LUA_VERSION=5.1 PKG_NAME=zip CLIB_CFLAGS=`pkg-config --cflags zziplib` CLIB_LDFLAGS=`pkg-config --libs zziplib` CLIB_OBJS=src/luazip.lo LUA_HEADER= LUA_SOURCES= LUA_MODNAME= LUA_TEST=cd tests/ && @@LUA@@ test_zip.lua LUA_MODNAME_CPART= PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1) PKG_LIBS_PRIVATE= PKG_URL=https://github.com/luaforge/luazip PKG_REQUIRES= PKG_CONFLICTS= debian/control0000644000000000000000000000232712203124120010560 0ustar Source: lua-zip Section: interpreters Priority: optional Maintainer: Enrico Tassi Build-Depends: debhelper (>= 9), dh-lua (>= 12), bsdmainutils, libzzip-dev (>= 0.13.49-4), zlib1g-dev Standards-Version: 3.9.3 Homepage: https://github.com/luaforge/luazip Vcs-Git: git://git.debian.org/git/pkg-lua/lua-zip.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-zip.git Package: lua-zip Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: zip library for the Lua language This package contains the Lua zip library, that allows one to read compressed files from the Lua language. Package: lua-zip-dev Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Depends: lua-zip (= ${binary:Version}), ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Section: libdevel Description: zip development files for the Lua language This package contains the development files of the Lua zip library, useful to create a statically linked binary (like a C application or a standalone Lua interpreter). . Documentation is also shipped within this package.