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
|
lua-luv (1.51.0-1-1) unstable; urgency=medium
* New upstream release
* Declare compliance with Policy 4.7.2, no changes needed
* Update path to docs.md
* Remove "Rules-Require-Root: no", since it is now default
* Add Salsa CI config
-- James McCoy <jamessan@debian.org> Thu, 30 Oct 2025 11:46:17 -0400
lua-luv (1.48.0-2-4) unstable; urgency=medium
* Team upload
* Drop lua5.2 support
-- Bastian Germann <bage@debian.org> Thu, 09 Oct 2025 11:54:33 +0200
lua-luv (1.48.0-2-3) unstable; urgency=medium
* Add patch to increase timeout for async callback in "test threadpool with
async" test (Closes: #1079983)
* Bump debhelper-compat to 13
* Declare compliance with Policy 4.7.0, no changes needed
-- James McCoy <jamessan@debian.org> Sat, 31 Aug 2024 21:34:03 -0400
lua-luv (1.48.0-2-2) unstable; urgency=medium
* Set VERSION_INFO=1:0:0 to align with upstream sover
* Break neovim << 0.9.5-5
* Declare compliance with Policy 4.6.2, no changes needed
-- James McCoy <jamessan@debian.org> Sun, 03 Mar 2024 16:20:14 -0500
lua-luv (1.48.0-2-1) unstable; urgency=medium
* New upstream release
* Build-Depend against dpkg-dev >= 1.22.5 for the t64 transition
(Closes: #1063254)
* Disable loop tests since they fail with dh-lua's app-dynamic test cycle.
-- James McCoy <jamessan@debian.org> Sat, 02 Mar 2024 20:24:41 -0500
lua-luv (1.44.2-0-1) unstable; urgency=medium
* New upstream release
* Set Forwarded: not-needed for disable_some_tests.patch
* Declare compliance with Policy 4.6.1, no changes needed
* Set Lua Team as maintainer, myself as an Uploader
-- James McCoy <jamessan@debian.org> Fri, 05 Aug 2022 20:44:57 -0400
lua-luv (1.43.0-0-2) unstable; urgency=medium
* Add allow-stderr restriction for autopkgtests
-- James McCoy <jamessan@debian.org> Sun, 27 Feb 2022 21:02:11 -0500
lua-luv (1.43.0-0-1) unstable; urgency=medium
* New upstream release
* Add Lua 5.4 support
* Declare compliance with Policy 4.6.0, no changes needed
* Remove explicit libkvm-dev Build-Depends now that libuv1-dev added it
-- James McCoy <jamessan@debian.org> Sun, 27 Feb 2022 11:41:55 -0500
lua-luv (1.36.0-0-1) unstable; urgency=medium
* New upstream release
* Remove fix-compat53-include-path.patch, included upstream.
* Remove cherry-picked b461b6fa3.patch
* Stop disabling leaks test, since that is no longer automatically run.
* copyright: Remove unused Files stanza for deps/uv.cmake, not relevant
since 1.22.0-0
* control:
+ Use canonical Vcs-Git URL
* Declare compliance with Policy 4.5.0
* Enable hardening build flags
* Add upstream/metadata file with relevant upstream fields
-- James McCoy <jamessan@debian.org> Tue, 26 May 2020 22:30:56 -0400
lua-luv (1.30.1-1-2) unstable; urgency=medium
* disable_some_tests.patch: add test-leaks to exceptions, since it's flaky
-- James McCoy <jamessan@debian.org> Wed, 30 Oct 2019 21:30:09 -0400
lua-luv (1.30.1-1-1) unstable; urgency=medium
[ Jason Pleau ]
* New upstream release
* Point Vcs-* to salsa.debian.org
* Add a B-D on debhelper-compat (and remove debian/compat)
* disable_some_tests.patch: add test-udp to exceptions
* Update Standards-Version to 4.4.0, no changes
* Add a Build-Depends on lua-compat53-dev
[ James McCoy ]
* Add fix-compat53-include-path.patch, to correct the expected include path
for lua-compat53-dev's compat-5.3.h
* debian/lua5.x.dh-lua.conf:
+ Specify LUA_HEADER=src/luv.h so packages can build against the C API
+ Add -Isrc to CLIB_CFLAGS to find the header when building the test app
+ Add libuv1-dev Depends on lua-luv-dev
* Install all luv header files to /usr/include/lua5.x/luv/
* Cherry-pick upstream patch, b461b6fa3, to fix the process-stdout test when
run with dh-lua's app test.
* Set Rules-Requires-Root: no
* Mark lua-luv(-dev) Multi-Arch: same
* Add myself to Uploaders
-- James McCoy <jamessan@debian.org> Tue, 29 Oct 2019 07:05:59 -0400
lua-luv (1.9.1-0-2) unstable; urgency=medium
* autopkgtest: Add all build-deps so all tests can pass on Debian's CI
* Tests: disable test-conversions.lua. It does not work properly on
lua5.1/i386, and this behavior can't be relied on. (Closes: #834461)
* Add libkvm-dev to Build-Depends for kfreebsd-any (Closes: #834463)
-- Jason Pleau <jason@jpleau.ca> Wed, 24 Aug 2016 19:26:41 -0400
lua-luv (1.9.1-0-1) unstable; urgency=medium
* Initial release (Closes: #829039)
-- Jason Pleau <jason@jpleau.ca> Fri, 12 Aug 2016 20:22:40 -0400
|