Format of Lintian overrides?

2006-06-26 Thread Thomas Eriksson

Hi

I cannot seem to get the format for lintian overrides correctly for my
package 'bashish'[1] right.

By reading the documentation at
http://lintian.debian.org/manual/ch2.html#s2.4, I've created the file
source.lintian-overrides in the debian/ directory, with the
following contents:
bashish: csh-considered-harmful ./usr/share/bashish/bt/overrides/prompt.csh
bashish: csh-considered-harmful ./usr/share/bashish/bt/overrides/prompt.tcsh
bashish: csh-considered-harmful ./usr/share/bashish/bt/defaults/prompt.csh
bashish: csh-considered-harmful ./usr/share/bashish/bt/defaults/prompt.tcsh
bashish: csh-considered-harmful ./usr/share/bashish/main/prompt/csh/sys/detectsh
bashish: csh-considered-harmful
./usr/share/bashish/main/prompt/csh/sys/loadprompt
bashish: csh-considered-harmful ./usr/share/bashish/main/prompt/csh/init
bashish: csh-considered-harmful
./usr/share/bashish/main/prompt/csh/_bashish_module
bashish: csh-considered-harmful ./usr/share/bashish/main/prompt/csh/bashishtheme

---EOF---

additionally, I've put the same contents in
/usr/share/lintian/overrides/bashish upon installation

Still lintian print out W:'s, not O: or silence as one would have expected.

Any idea what I might be doing wrong?

lintian --version reports Lintian v1.23.16ubuntu2

Sincerely

/Thomas Eriksson

[1] ITP: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=182233
debian sources: http://bashish.sourceforge.net/debian


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Format of Lintian overrides?

2006-06-26 Thread Jeroen van Wolffelaar
On Mon, Jun 26, 2006 at 06:46:22PM +0200, Thomas Eriksson wrote:
 Hi
 
 I cannot seem to get the format for lintian overrides correctly for my
 package 'bashish'[1] right.
 
 By reading the documentation at
 http://lintian.debian.org/manual/ch2.html#s2.4, I've created the file
 source.lintian-overrides in the debian/ directory, with the
 following contents:
 bashish: csh-considered-harmful ./usr/share/bashish/bt/overrides/prompt.csh

This check is a binary check (one triggered by lintianing the .deb
rather than a .dsc), so a source override has no effect -- those don't
propagate to the .deb.

 additionally, I've put the same contents in
 /usr/share/lintian/overrides/bashish upon installation

I can't find a /usr/share/lintian directory in bashish_2.0.4-2_all.deb
as found on your site. Please doublecheck your packaging that you do
really ship that file in the binary package.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Format of Lintian overrides?

2006-06-26 Thread Thomas Eriksson

2006/6/26, Jeroen van Wolffelaar [EMAIL PROTECTED]:

On Mon, Jun 26, 2006 at 06:46:22PM +0200, Thomas Eriksson wrote:
 Hi

 I cannot seem to get the format for lintian overrides correctly for my
 package 'bashish'[1] right.

--- snip ---


This check is a binary check (one triggered by lintianing the .deb
rather than a .dsc), so a source override has no effect -- those don't
propagate to the .deb.



Thanks! Running it on the .dsc shows no errors.


I can't find a /usr/share/lintian directory in bashish_2.0.4-2_all.deb
as found on your site. Please doublecheck your packaging that you do
really ship that file in the binary package.

--Jeroen



It wasn't installed correctly in 2.0.4-2, this should be fixed in the
2.0.4-3 version, just uploaded.

Thanks for your quick reply!

/Thomas Eriksson


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]