[Scummvm-git-logs] scummvm master -> 95c0aee9bd7f4e55a3c8796b07c62a758fe83ff2

lephilousophe noreply at scummvm.org
Sun Sep 14 15:23:19 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
95c0aee9bd MAEMO: Remove include from Debian rules (#6940)


Commit: 95c0aee9bd7f4e55a3c8796b07c62a758fe83ff2
    https://github.com/scummvm/scummvm/commit/95c0aee9bd7f4e55a3c8796b07c62a758fe83ff2
Author: Alexandre Detiste (alexandre.detiste at gmail.com)
Date: 2025-09-14T17:23:15+02:00

Commit Message:
MAEMO: Remove include from Debian rules (#6940)

Debian is in the process of removing /usr/share/quilt/quilt.make.

While this change should not impact our Maemo port, their Q&A tool is lured by the rules related to it.
As the change seems harmless and the port not really alive anymore, apply it.

Changed paths:
    backends/platform/maemo/debian/rules


diff --git a/backends/platform/maemo/debian/rules b/backends/platform/maemo/debian/rules
index 8685e456bce..cd16c3458fc 100755
--- a/backends/platform/maemo/debian/rules
+++ b/backends/platform/maemo/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-#include /usr/share/quilt/quilt.make
-
 build: scummvm
 
 scummvm:




More information about the Scummvm-git-logs mailing list