Package: angband / 1:3.5.1-2.3

Metadata

Package Version Patches format
angband 1:3.5.1-2.3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove nonfree.patch | (download)

copying.txt | 29 0 + 29 - 0 !
lib/xtra/graf/Makefile | 2 1 + 1 - 0 !
lib/xtra/graf/graphics.txt | 5 0 + 5 - 0 !
lib/xtra/sound/Makefile | 74 1 + 73 - 0 !
lib/xtra/sound/sound.cfg | 316 149 + 167 - 0 !
5 files changed, 151 insertions(+), 275 deletions(-)

 upstream ships sound and graphics files which are under non-free
licenses, so these are removed before creating the orig.tar.gz - these changes
are necessary to configure the build system and game properly without them.
concat changelog.patch | (download)

changes.txt | 1239 1232 + 7 - 0 !
1 file changed, 1232 insertions(+), 7 deletions(-)

 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).
correct typos.patch | (download)

src/borg/borg1.c | 2 1 + 1 - 0 !
src/borg/borg1.h | 2 1 + 1 - 0 !
src/borg/borg6.c | 12 6 + 6 - 0 !
src/borg/borg9.c | 14 7 + 7 - 0 !
src/main.c | 2 1 + 1 - 0 !
src/win/include/zlib.h | 2 1 + 1 - 0 !
6 files changed, 17 insertions(+), 17 deletions(-)

 a few typos corrected to remove lintian warnings. 
desktop keywords.patch | (download)

lib/xtra/icon/angband-sdl.desktop | 1 1 + 0 - 0 !
lib/xtra/icon/angband-x11.desktop | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 adds keywords to upstream's desktop entries.
manpage.patch | (download)

src/angband.man | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct an error in the manpage
correct paths.patch | (download)

src/config.h | 11 1 + 10 - 0 !
src/init.c | 14 11 + 3 - 0 !
2 files changed, 12 insertions(+), 13 deletions(-)

 correct path-building so that the shared score file works.
pie.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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.