1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
lua-bitop (1.0.3-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
-- Sergei Golovan <sgolovan@debian.org> Sun, 10 Aug 2025 11:45:23 +0300
lua-bitop (1.0.2-7) unstable; urgency=medium
* Set maintainer to Debian Lua Team, and uploader to myself (closes: #995502).
* Fix the package Git URL.
* Add a patch which ports lua-bitop to Lua 5.3 and 5.4.
* Drop transitional packages liblua5.1-bitop0 and liblua5.1-bitop-dev
(closes: #878688).
* Add a patch which fixes FTBFS on GNU/Hurd (closes: #765296).
* Fix requirements in the pkgconfig script (closes: #833358).
* Bump debhelper compatibility level to 13.
* Bump standards version to 4.6.2.
-- Sergei Golovan <sgolovan@debian.org> Fri, 27 Jan 2023 15:47:53 +0300
lua-bitop (1.0.2-6) unstable; urgency=medium
* QA upload.
* Set maintainer to Debian QA Group <packages@qa.debian.org>. (see: #995502)
-- Marcos Talau <talau@debian.org> Tue, 15 Nov 2022 06:56:23 -0300
lua-bitop (1.0.2-5) unstable; urgency=medium
* Team upload.
* Drop luasandbox support as the package is going away (see #891191).
-- Raphaƫl Hertzog <hertzog@debian.org> Fri, 23 Feb 2018 12:29:27 +0100
lua-bitop (1.0.2-4) unstable; urgency=medium
* Team upload.
* Add luasandbox support.
* Replace multiarch-support by ${misc:Pre-Depends}.
This requires debhelper >= 9.
-- Mathieu Parent <sathieu@debian.org> Sun, 18 Dec 2016 22:52:32 +0100
lua-bitop (1.0.2-3) unstable; urgency=medium
* Rebuild against Lua 5.1.5-7 (Closes: #723484)
-- Enrico Tassi <gareuselesinge@debian.org> Sat, 30 Aug 2014 21:54:49 +0200
lua-bitop (1.0.2-2) unstable; urgency=low
* Packaging moved to git
-- Enrico Tassi <gareuselesinge@debian.org> 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 <gareuselesinge@debian.org> 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 <gareuselesinge@debian.org> 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 <gareuselesinge@debian.org> 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 <gareuselesinge@debian.org> 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 <gareuselesinge@debian.org> 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 <gareuselesinge@debian.org> 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 <gareuselesinge@debian.org> 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 <gareuselesinge@debian.org> 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 <gareuselesinge@debian.org> 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 <gareuselesinge@debian.org> Tue, 06 Jan 2009 10:51:15 +0100
lua-bitop (1.0.0-1) unstable; urgency=low
* Initial release. (Closes: #509227)
-- Enrico Tassi <gareuselesinge@debian.org> Fri, 19 Dec 2008 23:27:12 +0100
|