Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
remove-nonfree.patch | Upstream ships sound and graphics files which are under non-freelicenses, so these are removed before creating the orig.tar.gz - these changes are necessary to configure the build system and game properly without them. |
Chris Carr <rantingman@gmail.com> | not-needed | |||
concat-changelog.patch | Upstream ships only the latest changes. This patch ensures a full history of changes (up to 3.0.9b in changelog.Debian; 3.1.0 onwards in changelog). |
Chris Carr <rantingman@gmail.com> | not-needed | |||
correct-typos.patch | A few typos corrected to remove lintian warnings. diff -urN angband-3.5.1-orig/src/borg/borg1.c angband-3.5.1/src/borg/borg1.c | Chris Carr <rantingman@gmail.com> | invalid | |||
desktop-keywords.patch | Adds keywords to upstream's desktop entries.diff -urN angband-3.5.1-orig/lib/xtra/icon/angband-sdl.desktop angband-3.5.1/lib/xtra/icon/angband-sdl.desktop | Chris Carr <rantingman@gmail.com> | invalid | |||
manpage.patch | Correct an error in the manpage | Chris Carr <rantingman@gmail.com> | invalid | |||
correct-paths.patch | Correct path-building so that the shared score file works.commit 282ca73e2f8bad351d4297c5d1da16dbae90045c Implement USE_PRIVATE_PATHS after a mere eight years, to re-enable a system-wide score file. diff --git a/src/config.h b/src/config.h index 77eb47e..a1f0081 100644 |
magnate <rantingman@gmail.com> | invalid | 2015-02-01 | ||
pie.patch | Fix the build with PIE as default Use -r instead of -Wl,-r so that gcc no longer always passes -r to ld. . -r and -pie cannot be used together in the linker, and position independent is already relocatable. |
Adrian Bunk <bunk@stusta.de> | no | debian |