* Non-maintainer upload
* Change package format to 3.0 (quilt), so patches are automatically applied
and the .pc and .svn directories are excluded from the source package
* Remove linux-kernel-headers from Build-Depends (Closes: #826519)
* Only depend on linux headers if os is linux (Closes: #638639)
* Team upload.
* Import patch by Samuel Thibault to build on !linux architectures
(Closes: #638387)
[ Barry deFreese ]
* Add Homepage field in control
* Update my e-mail address.
* Bump debhelper build-dep to 5 to match compat
* Make distclean not ignore errors
* Copy in config.{sub,guess}. (Closes: #528643).
* Remove config.{sub,guess} changes from 010_rebootstrap patch
* Add build-dep on autotools-dev
* Add watch file
* Remove XS- from VCS fields
* debian/control:
+ Use ${binary:Version} to make package binNMUable.
+ Added XS-Vcs-Svn: field.
* debian/patches/030_underquoted_definition.diff:
+ Fix "underquoted definition of AM_PATH_KXL" aclocal warning.
* Moved packaging to the Debian Games Team.
* Use quilt for patch management.
* debian/control:
+ Set policy to 3.7.2.
+ Build-depend on debhelper (>= 4.0).
+ Build-depend on quilt.
+ Removed the now useless build-dependency on xlibs-static-dev.
+ Removed the dependency on libxt-dev, because the autoconf X11 libraries
check no longer requires it.
* debian/copyright:
+ Fixed the FSF address.
* debian/patches/010_soname_xlibs.diff:
+ Patch from old diff -- fix libkxl soname and link it against libX11.
* debian/patches/010_rebootstrap.diff:
+ Patch from old diff -- rebootstrap package with newer autotools.
* debian/patches/020_headers.diff:
+ Patch from old diff -- fix warning due to missing system headers.
* debian/patches/020_64bits.diff:
+ Patch from old diff -- fix 64 bit types.
* debian/patches/020_autorepeat.diff:
+ Patch from old diff -- add autorepeat handling support to KXL.
* debian/patches/020_alsa.diff:
+ Patch from old diff -- fix audio device blocking issues with some ALSA
drivers.
* debian/patches/020_badfont.diff:
+ New patch -- do not exit the program if the requested font was not found.
* debian/control:
+ Set policy to 3.6.2.1.
* debian/control:
+ Make the -dev package depend on libxt-dev.
* debian/control:
+ Build-depend on xlibs-static-dev to have XKBstr.h (Closes: #238619).
* debian/control:
+ Depend on linux-kernel-headers because of <linux/joystick.h>.
+ Depend on libx11-dev instead of xlibs-dev.
* src/KXLsound.c:
+ Open the sound device with O_NDELAY to avoid hangups if the device
is in use and the OSS driver is buggy (Closes: #213599).
* debian/control:
+ Set policy to 3.6.1.0.
+ Removed leading "a" from short description.
* Removed libc6-dev from libkxl0-dev's dependencies.
* Set policy to 3.5.10.
* Applied a user-contributed patch for 64 bits machines to fix sound
output (Closes: #192840).
* Removed the #@%$&! -version flag so that libtool does not mess with
our library name (Closes: #190780).
* Implemented user-suggested enhancement of the keyboard autorepeat
disabling code (Closes: #190857).
* First Debian release (Closes: #188885).
* Set library's major number to 0.
* Added -lX11 to the link phase.
* Re-ran "rm -f config.sub config.guess configure install-sh ltmain.sh \
missing mkinstalldirs && aclocal && libtoolize --force --copy && \
autoheader && automake --copy --add-missing && autoconf && rm -f INSTALL".