reassign 635495 lintian thanks Am Dienstag, den 26.07.2011, 13:07 +0200 schrieb Sascha Girrulat: > if i use install-xpi for packaging xul extensions i got a lintian error at the > final package. All jars will installed at /usr/lib/xul-ext/<package>/... > > I'm not sure witch is the really correct place will be but something seems to > be "wrong". > > For example: > sascha@kang:/var/cache/pbuilder/sid/result$ lintian xul-ext- > firetray_0.3.0-svn-r122-1_amd64.deb > W: xul-ext-firetray: jar-not-in-usr-share usr/lib/xul- > ext/firetray/chrome/firetray.jar
That's a bug in lintian. Java uses .jar files that are zip files containing Java class files. Mozilla uses .jar files in XPI files that are zip files containing everything below the chrome/ directory. lintian should make a difference between both. file *.jar will both report that the .jar files are zip files. lintian should look into the zip and check if they contain Java files. -- Benjamin Drung Debian & Ubuntu Developer
signature.asc
Description: This is a digitally signed message part

