[Build-common-hackers] Bug#477303: Bug#477303:	DEB_DH_ALWAYS_EXCLUDE issues with md5sum
    Peter Eisentraut 
    peter_e at gmx.net
       
    Tue Apr 22 11:31:48 UTC 2008
    
    
  
Am Dienstag, 22. April 2008 schrieb Mark Purcell:
> In the libexosip2 package I'm trying to exclude a file with
> DEB_DH_ALWAYS_EXCLUDE := eXosip2_license.3.gz
>
> However this causes a lintian error as the file is now missing.
You should use
export DH_ALWAYS_EXCLUDE := eXosip2_license.3.gz
instead.  DEB_DH_ALWAYS_EXCLUDE doesn't do what you want in this case.
    
    
More information about the Build-common-hackers
mailing list