Package: release.debian.org Severity: normal X-Debbugs-Cc: widela...@packages.debian.org, Santiago Vila <sanv...@debian.org> Control: affects -1 + src:widelands User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package widelands [ Reason ] There's a test in d/rules that compares local copy of GPL with the one in base-files that creates an artificial error not present in Upstream build. [ Impact ] Game is missing from Trixie [ Tests ] I played the game too many hours. [ Risks ] None, by change is really small. [ 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 testing --> hererunder [ Other info ] This game is addictive. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106308#10 Santiago: yes this should be handled better/smarter for Forky. unblock widelands/2:1.2.1-3 --- widelands-1.2.1/debian/changelog 2024-12-23 16:36:44.000000000 +0100 +++ widelands-1.2.1/debian/changelog 2025-05-30 12:26:03.000000000 +0200 @@ -1,3 +1,11 @@ +widelands (2:1.2.1-3) unstable; urgency=medium + + * Team upload. + * Disable checking the local copy of the GPL versus the slightly edited + one in base-files for the Trixie release (Closes: #1106308) + + -- Alexandre Detiste <tc...@debian.org> Fri, 30 May 2025 12:26:03 +0200 + widelands (2:1.2.1-2) unstable; urgency=medium * Depends on fonts-culmus-fancy instead of the transition package --- widelands-1.2.1/debian/rules 2024-12-23 16:36:44.000000000 +0100 +++ widelands-1.2.1/debian/rules 2025-05-30 12:24:02.000000000 +0200 @@ -44,7 +44,7 @@ else \ echo "Error: Licence file changed. Please check it out:"; \ diff -u debian/tmp/usr/share/games/widelands/COPYING /usr/share/common-licenses/GPL-2; \ - exit 1; \ + exit 0; \ fi # appdata (not sure whether renaming is important, but change d/widelands.install if you change it) mv debian/tmp/usr/share/metainfo/org.widelands.Widelands.appdata.xml debian/tmp/usr/share/metainfo/widelands.appdata.xml