debian/0000755000000000000000000000000012202153357007166 5ustar debian/watch0000644000000000000000000000034312202153357010217 0ustar # test this watch file using: # uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-cyrussasl # version=3 opts=uversionmangle=s/^v// \ http://githubredir.debian.net/github/JorjBauer/lua-cyrussasl/ (.*).tar.gz debian/rules0000755000000000000000000000007312202153357010246 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua debian/compat0000644000000000000000000000000212202153357010364 0ustar 8 debian/source/0000755000000000000000000000000012202153357010466 5ustar debian/source/format0000644000000000000000000000001412202153357011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000207512202153357011044 0ustar lua-cyrussasl (1.0.0-5) unstable; urgency=low * Package moved to git * Transitional packages removed -- Enrico Tassi Thu, 19 Apr 2012 11:58:13 +0200 lua-cyrussasl (1.0.0-4) unstable; urgency=low * debian/compat set to 8 * Copyright format 1.0 * Packages renamed according to the new Lua policy * Switch to dh-lua * Updated standards-version to 3.9.3, no changes -- Enrico Tassi Thu, 19 Apr 2012 11:51:51 +0200 lua-cyrussasl (1.0.0-3) unstable; urgency=low * Multi-Arch compliant (lua5.1-policy >= 32, dh >= 8.1.3) -- Enrico Tassi Wed, 20 Jul 2011 22:30:47 +0200 lua-cyrussasl (1.0.0-2) unstable; urgency=low * Rebuild against lua5.1-policy-dev >= 27 (Closes: #622457) * Updated standards-version to 3.9.2, no changes -- Enrico Tassi Sat, 23 Apr 2011 20:56:40 +0200 lua-cyrussasl (1.0.0-1) unstable; urgency=low * Initial release. (Closes: #590855) -- Enrico Tassi Thu, 29 Jul 2010 16:53:07 +0200 debian/copyright0000644000000000000000000000320612202153357011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lua-cyrussasl Upstream-Contact: Jorj Bauer Source: http://github.com/JorjBauer/lua-cyrussasl Files: * Copyright: 2009 Jorj Bauer License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The name of Jorj Bauer may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY Jorj Bauer ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/dh-lua.conf0000644000000000000000000000104212202153357011204 0ustar LUA_VERSION=5.1 PKG_NAME=cyrussasl ### things relative to the C library part BRANCH_VERSION=.branch_version CLIB_CFLAGS=-DVERSION="\"$$(cat VERSION).$$(cat $(BRANCH_VERSION))-0\"" CLIB_LDFLAGS=-lsasl2 CLIB_LDFLAGS_STATIC= CLIB_OBJS=cyrussasl.lo luaabstract.lo context.lo ### things relative to the lua library part LUA_HEADER= LUA_SOURCES= LUA_MODNAME= LUA_TEST= ### 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= PKG_CONFLICTS= debian/control0000644000000000000000000000230412202153357010570 0ustar Source: lua-cyrussasl Section: interpreters Priority: optional Maintainer: Enrico Tassi Build-Depends: debhelper (>= 8.1.3), dh-lua (>= 12), libsasl2-dev Standards-Version: 3.9.3 Homepage: http://github.com/JorjBauer/lua-cyrussasl Vcs-Git: git://git.debian.org/git/pkg-lua/lua-cyrussasl.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-cyrussasl.git Package: lua-cyrussasl Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: Cyrus SASL library for the Lua language This package contains the Lua bindings for the Cyrus SASL APIs. Package: lua-cyrussasl-dev Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Section: libdevel Depends: lua-cyrussasl (= ${binary:Version}), ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: Cyrus SASL development files for the Lua language This package contains the development files of the lua Cyrus SASL 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/0000755000000000000000000000000012202153357010615 5ustar debian/patches/series0000644000000000000000000000000012202153357012020 0ustar