Your message dated Fri, 23 Aug 2024 21:12:25 +0000 with message-id <[email protected]> and subject line Bug#1078051: Removed package(s) from unstable has caused the Debian Bug report #670868, regarding create_RGB_surface ignores flags 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 670868: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670868 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: ocamlsdl Version: 0.8.0 Severity: important Hi, for purposes of blitting (copying) images with alpha channel I'm trying to create an RGBA surface without `SRCALPHA set (so the alpha channel is copied verbatim). But it seems the format flags are completly ignored: # let img3 = create_RGB_surface [`SRCCOLORKEY] ~w:w ~h:h ~bpp:32 ~rmask:0x00FF0000l ~gmask:0x0000FF00l ~bmask:0x000000FFl ~amask:0xFF000000l;; val img3 : Sdlvideo.surface = <abstr> # surface_info img3;; - : Sdlvideo.surface_info = {flags = [`SWSURFACE; `SRCALPHA]; w = 16; h = 16; pitch = 64; clip_rect = {r_x = 0; r_y = 0; r_w = 16; r_h = 16}; refcount = 1} MfG Goswin -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---Version: 0.9.1-4+rm Dear submitter, as the package ocamlsdl has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1078051 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

