Your message dated Thu, 12 Jul 2007 09:02:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414315: fixed in cl-sdl 1:0.2.2-5
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: cl-sdl
Severity: important
Tags: patch
Hi,
currently your package FTBFS on GNU/kFreeBSD with the following error:
> make clean
> make[1]: Entering directory `/build/buildd/cl-sdl-0.2.2'
> (sh select_platform.sh)
> System not found
> make[1]: *** [Makefile.opts] Error 1
Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=cl-sdl>.
The attached patch fixes this on GNU/kFreeBSD, and maybe on GNU/Hurd (although
it is untested there).
Cheers,
--
Cyril Brulebois
--- cl-sdl-0.2.2/select_platform.sh 2007-03-10 23:01:02.526486000 +0100
+++ cl-sdl-0.2.2/select_platform.sh 2007-03-10 23:01:31.000000000 +0100
@@ -2,7 +2,7 @@
SYS=""
case `uname` in
- Linux) SYS=linux ;;
+ Linux|GNU/kFreeBSD|GNU) SYS=linux ;;
FreeBSD) SYS=fbsd ;;
*CYGWIN*) SYS=cygwin ;;
*MINGW*) SYS=mingw ;;
--- End Message ---
--- Begin Message ---
Source: cl-sdl
Source-Version: 1:0.2.2-5
We believe that the bug you reported is fixed in the latest version of
cl-sdl, which is due to be installed in the Debian FTP archive:
cl-sdl-demos_0.2.2-5_all.deb
to pool/main/c/cl-sdl/cl-sdl-demos_0.2.2-5_all.deb
cl-sdl-img_0.2.2-5_i386.deb
to pool/main/c/cl-sdl/cl-sdl-img_0.2.2-5_i386.deb
cl-sdl-mix_0.2.2-5_i386.deb
to pool/main/c/cl-sdl/cl-sdl-mix_0.2.2-5_i386.deb
cl-sdl-opengl_0.2.2-5_i386.deb
to pool/main/c/cl-sdl/cl-sdl-opengl_0.2.2-5_i386.deb
cl-sdl-ttf_0.2.2-5_i386.deb
to pool/main/c/cl-sdl/cl-sdl-ttf_0.2.2-5_i386.deb
cl-sdl_0.2.2-5.diff.gz
to pool/main/c/cl-sdl/cl-sdl_0.2.2-5.diff.gz
cl-sdl_0.2.2-5.dsc
to pool/main/c/cl-sdl/cl-sdl_0.2.2-5.dsc
cl-sdl_0.2.2-5_i386.deb
to pool/main/c/cl-sdl/cl-sdl_0.2.2-5_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Peter Van Eynde <[EMAIL PROTECTED]> (supplier of updated cl-sdl package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 10 Jul 2007 21:07:24 +0200
Source: cl-sdl
Binary: cl-sdl-ttf cl-sdl cl-sdl-opengl cl-sdl-mix cl-sdl-demos cl-sdl-img
Architecture: source i386 all
Version: 1:0.2.2-5
Distribution: unstable
Urgency: low
Maintainer: Peter Van Eynde <[EMAIL PROTECTED]>
Changed-By: Peter Van Eynde <[EMAIL PROTECTED]>
Description:
cl-sdl - Common Lisp bindings to the SDL graphics library
cl-sdl-demos - CL-SDL and OpenGL example programs
cl-sdl-img - Support for the SDL_image library in Common Lisp
cl-sdl-mix - Support for the SDL_mixer library in Common Lisp
cl-sdl-opengl - Support for OpenGL in Common Lisp, via CL-SDL
cl-sdl-ttf - Support for the SDL_ttf library in Common Lisp
Closes: 414315
Changes:
cl-sdl (1:0.2.2-5) unstable; urgency=low
.
* Added XS-X-Vcs-Darcs header
* modified S-X-Vcs-Darcs to XS-Vcs-Darcs field
* Fixed FTBFS on GNU/kFreeBSD et al. (Closes: #414315)
Files:
87f58278248c6bf2d9ca83490350d05a 849 devel optional cl-sdl_0.2.2-5.dsc
de651012f49c296e45454c6bdb9d7cc3 2781 devel optional cl-sdl_0.2.2-5.diff.gz
bd938c8af6e5e620369d9a872625365c 69016 devel optional
cl-sdl-demos_0.2.2-5_all.deb
3491f9c82232f8b1f0fd6c0b1b55c2be 29172 devel optional cl-sdl_0.2.2-5_i386.deb
338f0f65d44c3d6dd2fe51782be98570 22408 devel optional
cl-sdl-opengl_0.2.2-5_i386.deb
f388cc92d375ed043578ea6333cf303c 8280 devel optional
cl-sdl-ttf_0.2.2-5_i386.deb
fd530d73923a383dc434878697c2276d 6530 devel optional
cl-sdl-img_0.2.2-5_i386.deb
8a820557106236bf4a342fd06bf59d8a 7482 devel optional
cl-sdl-mix_0.2.2-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGlQBO11ldN0tyliURAqXfAKDMEmK+Q94MqLLUtkZpobhDnJ/zLACeOTnb
JarXEurixlx1uPU1qfuoQL8=
=+YYJ
-----END PGP SIGNATURE-----
--- End Message ---