Package: release.debian.org Severity: normal Tags: trixie X-Debbugs-Cc: [email protected] Control: affects -1 + src:lua-wsapi User: [email protected] Usertags: pu
[ Reason ] Package misses essential files: #1123592. [ Impact ] Package is not usable. [ Tests ] Rebuilding with the debdiff includes the files mentioned in the bug report. [ Risks ] None, just recovering the build instructions that were working before. [ Checklist ] [x] *all* changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in stable [ Changes ] * Recover debian/lua5.1.99-common.dh-lua.conf * Fix the Homepage field [ Other info ] * Package was removed from unstable.
diff -Nru lua-wsapi-1.6.1/debian/changelog lua-wsapi-1.6.1/debian/changelog --- lua-wsapi-1.6.1/debian/changelog 2025-04-01 00:07:04.000000000 +0200 +++ lua-wsapi-1.6.1/debian/changelog 2025-10-10 13:29:29.000000000 +0200 @@ -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 <[email protected]> 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-04-01 00:04:39.000000000 +0200 +++ lua-wsapi-1.6.1/debian/control 2025-10-10 13:29:29.000000000 +0200 @@ -4,7 +4,7 @@ Maintainer: Debian QA Group <[email protected]> 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 01:00:00.000000000 +0100 +++ lua-wsapi-1.6.1/debian/lua5.1.99-common.dh-lua.conf 2025-10-10 13:29:29.000000000 +0200 @@ -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

