Your message dated Thu, 14 May 2026 11:33:53 +0000
with message-id <[email protected]>
and subject line Bug#1105302: fixed in cheesecutter 2.10-3
has caused the Debian Bug report #1105302,
regarding cheesecutter: FTBFS with make --shuffle=reverse: base.d:1244:44: 
error: file ‘"player.bin"’ cannot be found or not in a path specified with ‘-J’
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.)


-- 
1105302: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1105302
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cheesecutter
Version: 2.9+git20211011-3
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-shuffle

Hi,

GNU Make now has a --shuffle option that simulates non-deterministic ordering
of target prerequisites. See
https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous
work in Debian by Santiago Vila:
https://people.debian.org/~sanvila/make-shuffle/

This package fails to build with make --shuffle=reverse.
This is likely to be caused by a missing dependency in
debian/rules or an upstream Makefile.

More information about this mass bug filing is available at
https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle

Relevant part (hopefully):
> g++ -O2 -g -Wdate-time -D_FORTIFY_SOURCE=2 -I./src  -c 
> src/audio/resid/residctrl.cpp -o src/audio/resid/residctrl.o
> Makefile:75: update target 'src/audio/resid/filter.o' due to: target does not 
> exist
> gdc -O2 -g -Wl,-z,relro -Wl,--as-needed -I./src -J./src/c64 -J./src/font -c 
> -o src/audio/resid/filter.o src/audio/resid/filter.d
> Makefile:75: update target 'src/seq/sequencer.o' due to: target does not exist
> gdc -O2 -g -Wl,-z,relro -Wl,--as-needed -I./src -J./src/c64 -J./src/font -c 
> -o src/seq/sequencer.o src/seq/sequencer.d
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdltypes.d:870:75:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   870 |         int function(SDL_RWops *context, in void *ptr, int size, int 
> num) write;
>       |                                                                       
>     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdltypes.d:870:75:
>  note: parameter ‘ptr’ declared as ‘in’ here
>   870 |         int function(SDL_RWops *context, in void *ptr, int size, int 
> num) write;
>       |                                                                       
>     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:99:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>    99 |     alias int function(in char*) da_SDL_AudioInit;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:99:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>    99 |     alias int function(in char*) da_SDL_AudioInit;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:109:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   109 |     alias void function(Uint8*,in Uint8*,Uint32,int) da_SDL_MixAudio;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:109:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   109 |     alias void function(Uint8*,in Uint8*,Uint32,int) da_SDL_MixAudio;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:138:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   138 |     alias void function(in char*,...) da_SDL_SetError;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:138:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   138 |     alias void function(in char*,...) da_SDL_SetError;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdltypes.d:485:11:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   485 | extern(C) alias int function(in SDL_Event *event) SDL_EventFilter;
>       |           ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdltypes.d:485:11:
>  note: parameter ‘event’ declared as ‘in’ here
>   485 | extern(C) alias int function(in SDL_Event *event) SDL_EventFilter;
>       |           ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:180:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   180 |     alias void* function(in char*) da_SDL_LoadObject;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:180:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   180 |     alias void* function(in char*) da_SDL_LoadObject;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:181:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   181 |     alias void* function(in void*,char*) da_SDL_LoadFunction;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:181:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   181 |     alias void* function(in void*,char*) da_SDL_LoadFunction;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:214:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   214 |     alias SDL_RWops* function(in char*,in char*) da_SDL_RWFromFile;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:214:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   214 |     alias SDL_RWops* function(in char*,in char*) da_SDL_RWFromFile;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:214:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   214 |     alias SDL_RWops* function(in char*,in char*) da_SDL_RWFromFile;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:214:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   214 |     alias SDL_RWops* function(in char*,in char*) da_SDL_RWFromFile;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:217:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   217 |     alias SDL_RWops* function(in void*,int) da_SDL_RWFromConstMem;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:217:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   217 |     alias SDL_RWops* function(in void*,int) da_SDL_RWFromConstMem;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:254:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   254 |     alias int function(in char*,Uint32) da_SDL_VideoInit;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:254:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   254 |     alias int function(in char*,Uint32) da_SDL_VideoInit;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:266:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   266 |     alias int function(in Uint16*,in Uint16*,in Uint16*) 
> da_SDL_SetGammaRamp;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:266:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   266 |     alias int function(in Uint16*,in Uint16*,in Uint16*) 
> da_SDL_SetGammaRamp;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:266:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   266 |     alias int function(in Uint16*,in Uint16*,in Uint16*) 
> da_SDL_SetGammaRamp;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:266:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   266 |     alias int function(in Uint16*,in Uint16*,in Uint16*) 
> da_SDL_SetGammaRamp;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:266:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   266 |     alias int function(in Uint16*,in Uint16*,in Uint16*) 
> da_SDL_SetGammaRamp;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:266:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   266 |     alias int function(in Uint16*,in Uint16*,in Uint16*) 
> da_SDL_SetGammaRamp;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:270:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   270 |     alias Uint32 function(in SDL_PixelFormat*,in Uint8,in Uint8,in 
> Uint8) da_SDL_MapRGB;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:270:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   270 |     alias Uint32 function(in SDL_PixelFormat*,in Uint8,in Uint8,in 
> Uint8) da_SDL_MapRGB;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:270:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   270 |     alias Uint32 function(in SDL_PixelFormat*,in Uint8,in Uint8,in 
> Uint8) da_SDL_MapRGB;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:270:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   270 |     alias Uint32 function(in SDL_PixelFormat*,in Uint8,in Uint8,in 
> Uint8) da_SDL_MapRGB;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:270:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   270 |     alias Uint32 function(in SDL_PixelFormat*,in Uint8,in Uint8,in 
> Uint8) da_SDL_MapRGB;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:270:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   270 |     alias Uint32 function(in SDL_PixelFormat*,in Uint8,in Uint8,in 
> Uint8) da_SDL_MapRGB;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:270:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   270 |     alias Uint32 function(in SDL_PixelFormat*,in Uint8,in Uint8,in 
> Uint8) da_SDL_MapRGB;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:270:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   270 |     alias Uint32 function(in SDL_PixelFormat*,in Uint8,in Uint8,in 
> Uint8) da_SDL_MapRGB;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:271:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   271 |     alias Uint32 function(in SDL_PixelFormat*, in Uint8,in Uint8,in 
> Uint8,in Uint8) da_SDL_MapRGBA;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:271:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   271 |     alias Uint32 function(in SDL_PixelFormat*, in Uint8,in Uint8,in 
> Uint8,in Uint8) da_SDL_MapRGBA;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:271:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   271 |     alias Uint32 function(in SDL_PixelFormat*, in Uint8,in Uint8,in 
> Uint8,in Uint8) da_SDL_MapRGBA;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:271:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   271 |     alias Uint32 function(in SDL_PixelFormat*, in Uint8,in Uint8,in 
> Uint8,in Uint8) da_SDL_MapRGBA;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:271:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   271 |     alias Uint32 function(in SDL_PixelFormat*, in Uint8,in Uint8,in 
> Uint8,in Uint8) da_SDL_MapRGBA;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:271:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   271 |     alias Uint32 function(in SDL_PixelFormat*, in Uint8,in Uint8,in 
> Uint8,in Uint8) da_SDL_MapRGBA;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:271:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   271 |     alias Uint32 function(in SDL_PixelFormat*, in Uint8,in Uint8,in 
> Uint8,in Uint8) da_SDL_MapRGBA;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:271:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   271 |     alias Uint32 function(in SDL_PixelFormat*, in Uint8,in Uint8,in 
> Uint8,in Uint8) da_SDL_MapRGBA;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:271:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   271 |     alias Uint32 function(in SDL_PixelFormat*, in Uint8,in Uint8,in 
> Uint8,in Uint8) da_SDL_MapRGBA;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:271:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   271 |     alias Uint32 function(in SDL_PixelFormat*, in Uint8,in Uint8,in 
> Uint8,in Uint8) da_SDL_MapRGBA;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:283:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   283 |     alias SDL_bool function(SDL_Surface*,in SDL_Rect*) 
> da_SDL_SetClipRect;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:283:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   283 |     alias SDL_bool function(SDL_Surface*,in SDL_Rect*) 
> da_SDL_SetClipRect;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:296:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   296 |     alias int function(in char*) da_SDL_GL_LoadLibrary;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:296:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   296 |     alias int function(in char*) da_SDL_GL_LoadLibrary;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:297:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   297 |     alias void* function(in char*) da_SDL_GL_GetProcAddress;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:297:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   297 |     alias void* function(in char*) da_SDL_GL_GetProcAddress;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:304:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   304 |     alias void function(in char*,in char*) da_SDL_WM_SetCaption;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:304:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   304 |     alias void function(in char*,in char*) da_SDL_WM_SetCaption;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:304:5:
>  warning: using ‘in’ parameters with ‘extern(C)’ functions is deprecated 
> [-Wdeprecated]
>   304 |     alias void function(in char*,in char*) da_SDL_WM_SetCaption;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/derelict/sdl/sdlfuncs.d:304:5:
>  note: parameter ‘__anonymous_param’ declared as ‘in’ here
>   304 |     alias void function(in char*,in char*) da_SDL_WM_SetCaption;
>       |     ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/ct/base.d:1244:44: 
> error: file ‘"player.bin"’ cannot be found or not in a path specified with 
> ‘-J’
>  1244 |   private auto playerBinary = cast(ubyte[])import("player.bin");
>       |                                            ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/ct/base.d:1244:44: 
> note: Path(s) searched (as provided by ‘-J’):
>  1244 |   private auto playerBinary = cast(ubyte[])import("player.bin");
>       |                                            ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/ct/base.d:1244:44: 
> note: [0]: ‘/build/reproducible-path/cheesecutter-2.9+git20211011/src/c64’
>  1244 |   private auto playerBinary = cast(ubyte[])import("player.bin");
>       |                                            ^
> /build/reproducible-path/cheesecutter-2.9+git20211011/src/ct/base.d:1244:44: 
> note: [1]: ‘/build/reproducible-path/cheesecutter-2.9+git20211011/src/font’
>  1244 |   private auto playerBinary = cast(ubyte[])import("player.bin");
>       |                                            ^
> make[2]: *** [Makefile:75: src/seq/sequencer.o] Error 1 shuffle=reverse


The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/cheesecutter_2.9+git20211011-3_unstable_reverse.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

--- End Message ---
--- Begin Message ---
Source: cheesecutter
Source-Version: 2.10-3
Done: Alex Myczko <[email protected]>

We believe that the bug you reported is fixed in the latest version of
cheesecutter, which is due to be installed in the Debian FTP archive.

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.
Alex Myczko <[email protected]> (supplier of updated cheesecutter 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: SHA512

Format: 1.8
Date: Thu, 14 May 2026 11:15:33 +0000
Source: cheesecutter
Architecture: source
Version: 2.10-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Alex Myczko <[email protected]>
Closes: 1105302
Changes:
 cheesecutter (2.10-3) unstable; urgency=medium
 .
   * Fix FTBFS with Makefile. (Closes: #1105302)
Checksums-Sha1:
 1f006dcdd3188145d01cd2415dc9b49d2639a26f 1997 cheesecutter_2.10-3.dsc
 0e55a4ab122506772d5bace098d69689f6b33e89 6664 cheesecutter_2.10-3.debian.tar.xz
 67de58a725b515575c1d5e9744ac5b14f1e3c87c 11445 
cheesecutter_2.10-3_source.buildinfo
Checksums-Sha256:
 e991f5c70dca7b26c2e9a090523cd533b10d3b3b61773dd65133d1cafda7a6a8 1997 
cheesecutter_2.10-3.dsc
 6693b5dcd48c1497898a657f6d231f9a375a74d87e94f460e8d76b0fa6e163ed 6664 
cheesecutter_2.10-3.debian.tar.xz
 035dfb97a8081f95e43cc88269872e7cdba92d4757252978bc19817aa8232dba 11445 
cheesecutter_2.10-3_source.buildinfo
Files:
 883f42b7a8d256480275c0a6e9577579 1997 sound optional cheesecutter_2.10-3.dsc
 217538c78c2dd929b3edb70be4f12fe3 6664 sound optional 
cheesecutter_2.10-3.debian.tar.xz
 499de5ee37dafe626ddd773fe1b3e6e7 11445 sound optional 
cheesecutter_2.10-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmoFr18PHHRhckBkZWJp
YW4ub3JnAAoJEBFoUrzfdRXAl6AP/Al2BbgBaFbjd400NTtf5HoGkulyOil7C0iX
64xCWqToAzGhr4YpQJk6y8pbwGjUDAtifX4It3sriAocT5GcwjAGxNN+pW0wn0xg
+5ZIaPQPswPo0rn+S4sUkvc6qOcMZj7U+fRoKz8s6b7F2jZFdGAo8e0LQW+jZIUl
47/Qkv3wL3TCTYDOHLLdcJboVi0UbtA7Y0xfUzGacHUHiPXyxGzHUUw7zaYvUF6V
q0TVA01uL77ukB7zrSAeK6Q/UFiPcgBe1kifNUtBH+ru7KZOw9F8pkjqHiO6o760
fBPS6eIy9Hg6AAP2KkINBgm54lxa8bY5EDVi5Z6VfIUVEO5Rx8yFTmw+2DE66W6Q
2A6FroiIGmQaSrftsHbhD7gqBSS7RBO4m9vUOmwCTHkCWQzN97oW3G5ZI91/srPr
Z6NF9XlN1lEm+pv2CIAdBp4gnOVzQVdgfghk8zwSq2dQMBYh98QZJ0kkAjCUurJ3
b6UCJqxR3jyP2ZDvpGM4Q3Z2OVUmq850jpIcibbssjv1vcA0IJ5Gyubwa1PMkucO
+FtqhQZJp50w/AxBFHl6PBzVHh87In25yJknfdhsKPYzl0uATPp5Gqv43ha0KiY+
IyAkEjNo3RcNydm4h8uGXiPNIeudRFTgXUUNPswDjDrzx3yPbfsGNsYwGCJfKjzb
qITr+ev1
=+Twd
-----END PGP SIGNATURE-----

Attachment: pgptAB8pSdluq.pgp
Description: PGP signature


--- End Message ---

Reply via email to