Version in base suite: 1.6.1-3 Base version: lua-wsapi_1.6.1-3 Target version: lua-wsapi_1.6.1-3+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/l/lua-wsapi/lua-wsapi_1.6.1-3.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/l/lua-wsapi/lua-wsapi_1.6.1-3+deb13u1.dsc changelog | 7 +++++++ control | 2 +- lua5.1.99-common.dh-lua.conf | 21 +++++++++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmp75ji8wyw/lua-wsapi_1.6.1-3.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmp75ji8wyw/lua-wsapi_1.6.1-3+deb13u1.dsc: no acceptable signature found diff -Nru lua-wsapi-1.6.1/debian/changelog lua-wsapi-1.6.1/debian/changelog --- lua-wsapi-1.6.1/debian/changelog 2025-03-31 22:07:04.000000000 +0000 +++ lua-wsapi-1.6.1/debian/changelog 2025-10-10 11:29:29.000000000 +0000 @@ -1,3 +1,10 @@ +lua-wsapi (1.6.1-3+deb13u1) trixie; urgency=medium + + * Fix Homepage. + * Recover common module for lua5.1. (Closes: #1123592) + + -- Bastian Germann Fri, 10 Oct 2025 13:29:29 +0200 + lua-wsapi (1.6.1-3) unstable; urgency=low * QA Upload. diff -Nru lua-wsapi-1.6.1/debian/control lua-wsapi-1.6.1/debian/control --- lua-wsapi-1.6.1/debian/control 2025-03-31 22:04:39.000000000 +0000 +++ lua-wsapi-1.6.1/debian/control 2025-10-10 11:29:29.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian QA Group Build-Depends: debhelper (>= 10~), dh-lua Standards-Version: 3.9.3 -Homepage: http://keplerproject.github.com/wsapi/index.html +Homepage: http://keplerproject.github.io/wsapi/ Vcs-Git: https://salsa.debian.org/lua-team/lua-wsapi.git Vcs-Browser: https://salsa.debian.org/lua-team/lua-wsapi diff -Nru lua-wsapi-1.6.1/debian/lua5.1.99-common.dh-lua.conf lua-wsapi-1.6.1/debian/lua5.1.99-common.dh-lua.conf --- lua-wsapi-1.6.1/debian/lua5.1.99-common.dh-lua.conf 1970-01-01 00:00:00.000000000 +0000 +++ lua-wsapi-1.6.1/debian/lua5.1.99-common.dh-lua.conf 2025-10-10 11:29:29.000000000 +0000 @@ -0,0 +1,21 @@ +PKG_NAME=wsapi + +CLIB_CFLAGS= +CLIB_LDFLAGS= +CLIB_OBJS= +LUA_MODNAME_CPART= + +LUA_HEADER= +LUA_SOURCES=$(wildcard src/wsapi/*.lua) $(wildcard src/*.lua) +LUA_SOURCES_MANGLER=sed s?src/?? +LUA_MODNAME= +LUA_TEST= + +PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1) +PKG_LIBS_PRIVATE= +PKG_URL=http://keplerproject.github.com/wsapi/index.html +PKG_REQUIRES= +PKG_CONFLICTS= + +# retrocompatibility stuff +VERSION_INFO=1:0:0