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. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

