diff -Nru luasocket-3.0~rc1+git+ac3201d/debian/changelog luasocket-3.0~rc1+git+ac3201d/debian/changelog --- luasocket-3.0~rc1+git+ac3201d/debian/changelog 2021-08-08 09:24:03.000000000 +0000 +++ luasocket-3.0~rc1+git+ac3201d/debian/changelog 2021-12-21 13:25:56.000000000 +0000 @@ -1,3 +1,11 @@ +luasocket (3.0~rc1+git+ac3201d-6) unstable; urgency=medium + + * Lua team as maintainer, me as uploader (Closes: #995536) + * debhelper 13 + * copyright deb machine format + + -- Victor Seva Tue, 21 Dec 2021 14:25:56 +0100 + luasocket (3.0~rc1+git+ac3201d-5) unstable; urgency=medium [ Kim Alvefur ] diff -Nru luasocket-3.0~rc1+git+ac3201d/debian/compat luasocket-3.0~rc1+git+ac3201d/debian/compat --- luasocket-3.0~rc1+git+ac3201d/debian/compat 2021-08-08 09:24:03.000000000 +0000 +++ luasocket-3.0~rc1+git+ac3201d/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -8 diff -Nru luasocket-3.0~rc1+git+ac3201d/debian/control luasocket-3.0~rc1+git+ac3201d/debian/control --- luasocket-3.0~rc1+git+ac3201d/debian/control 2021-08-08 09:24:03.000000000 +0000 +++ luasocket-3.0~rc1+git+ac3201d/debian/control 2021-12-21 13:25:56.000000000 +0000 @@ -1,20 +1,29 @@ Source: luasocket Section: interpreters Priority: optional -Maintainer: Enrico Tassi -Uploaders: Daniel Silverstone , Mathieu Parent -Build-Depends: debhelper (>= 8), dh-lua (>= 21) -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-lua/luasocket.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-lua/luasocket.git +Maintainer: Debian Lua Team +Uploaders: + Daniel Silverstone , + Mathieu Parent , + Victor Seva , +Build-Depends: + debhelper-compat (= 13), + dh-lua (>= 21), +Standards-Version: 4.6.0.1 +Vcs-Git: https://salsa.debian.org/lua-team/luasocket.git +Vcs-Browser: https://salsa.debian.org/lua-team/luasocket Homepage: http://w3.impa.br/~diego/software/luasocket/ Package: lua-socket Architecture: any Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${shlibs:Depends} -Provides: ${lua:Provides} +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Provides: + ${lua:Provides}, XB-Lua-Versions: ${lua:Versions} Description: TCP/UDP socket library for the Lua language Luasocket provides a TCP/UDP socket library for the Lua language @@ -28,9 +37,13 @@ Package: lua-socket-dev Architecture: any Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, lua-socket (= ${binary:Version}) -Provides: ${lua:Provides} +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + lua-socket (= ${binary:Version}), + ${misc:Depends}, +Provides: + ${lua:Provides}, XB-Lua-Versions: ${lua:Versions} Section: libdevel Description: luasocket development files for the Lua language diff -Nru luasocket-3.0~rc1+git+ac3201d/debian/copyright luasocket-3.0~rc1+git+ac3201d/debian/copyright --- luasocket-3.0~rc1+git+ac3201d/debian/copyright 2021-08-08 09:24:03.000000000 +0000 +++ luasocket-3.0~rc1+git+ac3201d/debian/copyright 2021-12-21 13:25:56.000000000 +0000 @@ -1,41 +1,33 @@ -luasocket -- debianised by Daniel Silverstone and -sucessively Enrico Tassi . - -Luasocket can be found at: - http://www.cs.princeton.edu/~diego/professional/luasocket/ - -Luasocket is under the same terms and conditions as Lua itself, which -is essentially the MIT license. See below for details. - -Lua License ------------ - -Lua is licensed under the terms of the MIT license reproduced below. -This means that Lua is free software and can be used for both academic -and commercial purposes at absolutely no cost. - -For details and rationale, see http://www.lua.org/license.html . - -=============================================================================== - -Copyright (C) 2004-2006 Diego Nehab. - -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. - -=============================================================================== +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: luasocket +Upstream-Contact: Diego Nehab https://w3.impa.br/~diego/ +Source: https://github.com/diegonehab/luasocket + +Files: * +Copyright: 2004-2006 Diego Nehab +License: Expat + +Files: debian/* +Copyright: + 2016 Jason Pleau + 2021 Victor Seva +License: 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. diff -Nru luasocket-3.0~rc1+git+ac3201d/debian/not-installed luasocket-3.0~rc1+git+ac3201d/debian/not-installed --- luasocket-3.0~rc1+git+ac3201d/debian/not-installed 1970-01-01 00:00:00.000000000 +0000 +++ luasocket-3.0~rc1+git+ac3201d/debian/not-installed 2021-12-21 13:25:56.000000000 +0000 @@ -0,0 +1,4 @@ +usr/lib/*/liblua5.*-mime.la +usr/lib/*/liblua5.*-socket-serial.la +usr/lib/*/liblua5.*-socket-unix.la +usr/lib/*/liblua5.*-socket.la diff -Nru luasocket-3.0~rc1+git+ac3201d/debian/watch luasocket-3.0~rc1+git+ac3201d/debian/watch --- luasocket-3.0~rc1+git+ac3201d/debian/watch 2021-08-08 09:24:03.000000000 +0000 +++ luasocket-3.0~rc1+git+ac3201d/debian/watch 2021-12-21 13:25:56.000000000 +0000 @@ -1,6 +1,6 @@ # test this watch file using: # uscan --watchfile debian/watch --upstream-version 0.0.1 --package luasocket # -version=3 -opts=uversionmangle=s/-/~/,dversionmangle=s/\.dfsg\.\d+$// \ - https://github.com/diegonehab/luasocket/tags .*archive/v(.*)\.tar\.gz +version=4 +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/luasocket-$1\.tar\.gz/ \ + https://github.com/diegonehab/luasocket/tags .*/v?(\d\S+)\.tar\.gz