[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to suppress expected lintian warnings?



Hi!

Am 24.11.2011 14:19, schrieb Ole Wolf:

>> ... and I think your check for the 32-Bit architecture is incomplete,
>> but I miss the machine to test that ;)
> I'm not sure what you mean by that. Which check do you think is missing?

You do the following:

machine=`uname -m`
[..]
elif [ "$machine" = "i686" ];
then
	architecture="32"
	md5sums=$md5sums32
else
	echo "Error: NemID is not supported for your computer: $machine"
	exit 1
fi

And I'm not sure, but I could think that there are 32-Bit machines out
there, which don't report i686 but something less, which would make your
check too restrict - unless the downloaded library is indeed i686 only.


Best regards,
  Alexander


Reply to: