Package: aalib / 1.4p5-44

Metadata

Package Version Patches format
aalib 1.4p5-44 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Make Gimp produce better man page output.patch | (download)

src/aasave.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] make gimp produce better man page output

Patch by carol <cspears@cablespeed.com> 18 Feb 2003

With this patch applied to aalib, Gimp produces better output for:
  Save as, ASCII art (*.txt, *.ansi, *.text)
  Format: For including in a man page
  Save

0002 Typo fix KEY_MOUDE KEY_MOUSE.patch | (download)

src/aacurkbd.c | 2 1 + 1 - 0 !
src/aastdin.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 [patch] typo fix: key_moude => key_mouse

Patch by Sam Hocevar <sam@zoy.org> 17 Nov 2003

0003 Manual page for aalib config and aafire 1 updates.patch | (download)

man/aafire.1 | 22 20 + 2 - 0 !
man/aalib-config.1 | 52 52 + 0 - 0 !
2 files changed, 72 insertions(+), 2 deletions(-)

 [patch] manual page for aalib-config, and aafire(1) updates

Patch by Joey Hess <joeyh@debian.org> and Uwe Hermann <uh1763@hermann-uwe.de>,
24 Oct 2001.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481707
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=116912

0004 Fix linux_init.patch | (download)

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

 [patch] fix linux_init()

Patch by Joey Hess <joeyh@debian.org> 21 May 2001

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=97695

0005 Fix the info file s direntry.patch | (download)

doc/aalib.texinfo | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix the info file's direntry.

Patch by Daniel Schepler <schepler@math.berkeley.edu> 21 Feb 2008

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466951

0006 Fixes manpage has errors from man l not defined.patch | (download)

man/aalib-config.1 | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 [patch] fixes manpage-has-errors-from-man "`l' not defined".

Patch by Bart Martens <bartm@debian.org>.

0007 Better Dim support.patch | (download)

src/aacurses.c | 15 13 + 2 - 0 !
1 file changed, 13 insertions(+), 2 deletions(-)

 [patch] better dim support

Patch by Jindrich Makovicka <makovick@gmail.com> 10 Jan 2007
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406367

0008 Symbol versioning.patch | (download)

src/Makefile.am | 2 1 + 1 - 0 !
src/aalib.1.4.ver | 6 6 + 0 - 0 !
2 files changed, 7 insertions(+), 1 deletion(-)

 [patch] symbol versioning

Patch by Alastair McKinstry <mckinstry@debian.org> 22 Jun 2005
Later edited by Debian package maintainer.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=315419

0009 Various build system changes.patch | (download)

Makefile.am | 4 3 + 1 - 0 !
aalib-config.in | 7 5 + 2 - 0 !
aalib.m4 | 2 1 + 1 - 0 !
configure.in | 20 13 + 7 - 0 !
4 files changed, 22 insertions(+), 11 deletions(-)

 [patch] various build system changes

Build system changes by Debian package maintainer.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481704

0010 Gpm_GetEvent fix.patch | (download)

src/aaslnkbd.c | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 [patch] gpm_getevent fix

Discussion in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506718

Patch by Bart Martens <bartm@debian.org>.

0011 Fix TexInfo error.patch | (download)

doc/aalib.texinfo | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 [patch] fix texinfo error

This fixes buiilding the docs with recent texinfo, where some warnings
became errors. (Debian bug #712332).

Patch from Daniel Schepler <dschepler@gmail.com>.

0012 aalinuxkbd Always return with a value.patch | (download)

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

 [patch] aalinuxkbd: always return with a value

Since rawmode_init() needs to return an int, make sure that we return
with a value, even when we bail out early. This fixes Debian #739932.

Reported-by: Arthur Marble <arthur@info9.net>
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>