debian/0000755000000000000000000000000012201006536007161 5ustar debian/watch0000644000000000000000000000030112201006536010204 0ustar # test this watch file using: # uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-bitop # version=3 http://bitop.luajit.org/download.html download/LuaBitOp-([\d\.]*).tar.gz debian/lua-bitop-dev.docs0000644000000000000000000000000512201006536012476 0ustar doc/ debian/lua5.1.dh-lua.conf0000644000000000000000000000041312201006536012204 0ustar PKG_NAME=bitop ifeq "arm" "$(shell dpkg-architecture -qDEB_BUILD_ARCH)" CLIB_CFLAGS=-DSWAPPED_DOUBLE else CLIB_CFLAGS= endif CLIB_LDFLAGS= CLIB_OBJS=bit.lo LUA_MODNAME_CPART=bit LUA_MODNAME=bit LUA_TEST=runall.lua PKG_URL=http://bitop.luajit.org PKG_REQUIRES=lua5.1 debian/README.source0000644000000000000000000000006712201006536011343 0ustar Please refer to /usr/share/doc/dpatch/README.source.gz debian/rules0000755000000000000000000000007312201006536010241 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua debian/compat0000644000000000000000000000000212201006536010357 0ustar 8 debian/lua5.2.dh-lua.conf0000777000000000000000000000000012201006536015231 2lua5.1.dh-lua.confustar debian/source/0000755000000000000000000000000012201006536010461 5ustar debian/source/format0000644000000000000000000000001412201006536011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000524412201006536011040 0ustar lua-bitop (1.0.2-2) unstable; urgency=low * Packaging moved to git -- Enrico Tassi Tue, 08 May 2012 22:54:03 +0200 lua-bitop (1.0.2-1) unstable; urgency=low * New upstream release supporting Lua 5.2 -- Enrico Tassi Tue, 01 May 2012 10:57:47 +0200 lua-bitop (1.0.1-6) unstable; urgency=low * Switch to dh-lua * Packages renamed according to the new Lua policy * copyright format 1.0 * debian/compat set to 8 -- Enrico Tassi Tue, 01 May 2012 10:47:37 +0200 lua-bitop (1.0.1-5) unstable; urgency=low * multi-arch compliant (dh >= 3.1.8, lua5.1-policy >= 32) -- Enrico Tassi Wed, 20 Jul 2011 22:19:15 +0200 lua-bitop (1.0.1-4) unstable; urgency=low * Rebuild against lua5.1-policy-dev >= 27 to get rid of .la (Closes: #622529) * Update Standards-version to 3.9.2, no changes * Version 3.0 (quilt) -- Enrico Tassi Sat, 23 Apr 2011 21:06:56 +0200 lua-bitop (1.0.1-3) unstable; urgency=low * build depend lua5.1-policy-dev >= 25 (Closes: #545815) * updated Standards-Version to 3.8.3, added README.source pointing to the standard dpatch README -- Enrico Tassi Wed, 09 Sep 2009 17:01:45 +0200 lua-bitop (1.0.1-2) unstable; urgency=low * changed lua to Lua in the package description * build depend on lua5.1-policy-dev >= 22 * bumped standards version to 3.8.2, no changes needed -- Enrico Tassi Tue, 21 Jul 2009 13:33:28 +0200 lua-bitop (1.0.1-1) unstable; urgency=low * new upstream release solving the string.format issue -- Enrico Tassi Tue, 06 Jan 2009 22:09:27 +0100 lua-bitop (1.0.0-4) unstable; urgency=low * removed garbage after else Makefile directive (avoids make warning) -- Enrico Tassi Tue, 06 Jan 2009 11:49:36 +0100 lua-bitop (1.0.0-3) unstable; urgency=low * conditionally run the md5 and sieve test, since they may pass only if the string.format lua function is OK (not OK on ia64 and armel) -- Enrico Tassi Tue, 06 Jan 2009 11:15:04 +0100 lua-bitop (1.0.0-2) unstable; urgency=low * the flag SWAPPED_DOUBLE was not properly passed to make * commented out tests for lua's printf, they fail on armel and ia64 but are really tests about lua and not bitop * run md5 and sieve tests too -- Enrico Tassi Tue, 06 Jan 2009 10:51:15 +0100 lua-bitop (1.0.0-1) unstable; urgency=low * Initial release. (Closes: #509227) -- Enrico Tassi Fri, 19 Dec 2008 23:27:12 +0100 debian/copyright0000644000000000000000000000243112201006536011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: bitop Upstream-Contact: Mike Pall http://luajit.org/contact.html Source: http://bitop.luajit.org/ Files: * Copyright: 2005-2008 Mike Pall License: MIT 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/control0000644000000000000000000000363512201006536010573 0ustar Source: lua-bitop Section: interpreters Priority: optional Maintainer: Enrico Tassi Build-Depends: debhelper (>= 8.1.3), dh-lua Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-lua/lua-bitop.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-bitop.git Homepage: http://bitop.luajit.org Package: lua-bitop Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: liblua5.1-bitop0 (<< 1.0.1-6~) Breaks: liblua5.1-bitop0 (<< 1.0.1-6~) Provides: liblua5.1-bitop0, ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: fast bit manipulation library for the Lua language This package contains the Lua bitop fast bit manipulation library. Package: lua-bitop-dev Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Section: libdevel Depends: lua-bitop (= ${binary:Version}), ${misc:Depends} Replaces: liblua5.1-bitop-dev (<< 1.0.1-6~) Breaks: liblua5.1-bitop-dev (<< 1.0.1-6~) Provides: liblua5.1-bitop-dev, ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: fast bit manipulation library devel files for the Lua language This package contains the development files of the Lua bitop fast bit manipulation library, useful to create a statically linked binary (like a C application or a standalone Lua interpreter). Documentation is also shipped within this package. Package: liblua5.1-bitop0 Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, lua-bitop Description: Transitional package for lua-bitop This is a transitional package to ease upgrades to the lua-bitop package. It can safely be removed. Package: liblua5.1-bitop-dev Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, lua-bitop-dev Description: Transitional package for lua-bitop-dev This is a transitional package to ease upgrades to the lua-bitop-dev package. It can safely be removed. debian/patches/0000755000000000000000000000000012201006536010610 5ustar debian/patches/run-all-tests.patch0000644000000000000000000000034312201006536014343 0ustar Author: Enrico Tassi Description: No description. --- /dev/null +++ lua-bitop-1.0.1/runall.lua @@ -0,0 +1,4 @@ +dofile'bittest.lua' +dofile'bitbench.lua' +dofile'md5test.lua' +dofile'nsievebits.lua' debian/patches/series0000644000000000000000000000002412201006536012021 0ustar run-all-tests.patch