<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
&gt;I don't get this. Do you expect a cdbs script to unpack the waf file (I 
&gt;don't know the format, but it is probably not so hard) and to checksum 
&gt;each file inside ?

Nah, not checksum each file separately - unless it turns out that it is 
indeed helpful to track the contained files individually.

For now I &quot;just&quot; suggest to unpack the blob when failing, and emitting a 
message to first check those files, then delete them and then apply the 
magic checksum.

</PRE>
</BLOCKQUOTE>
<BR>
If I understand well:<BR>
1. If no safetybelt, we checksum the waf file with debian/waf.sha1sum<BR>
2. If the checksum fail, we unpack waf and display a relevant mesg like<BR>
&nbsp;&nbsp;&nbsp;&nbsp; &quot;waf checksum failed, check the content in debian/wafunpacked and do `sha1sum ./waf &gt; debian/waf.sha1sum`&quot;<BR>
3. adding &quot;rm -rf debian/wafunpacked&quot; in clean target (could depend on the safety belt)<BR>
<BR>
Is this correct ?<BR>
<BR>
R&#233;mi
</BODY>
</HTML>