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

Bug#627216: marked as done (lintian: symbols-declares-dependency-on-other-package sort of false positive)



Your message dated Sat, 11 Jun 2011 09:51:18 +0200
with message-id <4DF31E76.3090203@thykier.net>
and subject line Re: Bug#627216: lintian: symbols-declares-dependency-on-other-package sort of false positive
has caused the Debian Bug report #627216,
regarding lintian: symbols-declares-dependency-on-other-package sort of false positive
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
627216: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627216
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.5.0
Severity: minor

A while ago I added a symbols file for libx11-6.  Now, Xlib being of a
certain age, it has exported symbols that should really not be public,
but everyone's too afraid of breaking obscure stuff that may have come
to rely on them anyway.  So instead of hiding these symbols, I've made a
sweep through the Debian archive to see exactly which of them were used,
and in the symbols file I've used:

libX11.so.6 libx11-6 #MINVER#
| libx11-private

and then public symbols get
 public_symbol@Base version
while private symbols get
 private_symbol@Base 0 1

This way a package referencing one of the private symbols gets an
(unsatisfiable) dependency on libx11-private, and it gets caught
immediately.  Unfortunately this trick triggers a lintian warning.  I'm
wondering if I should be overriding it or if there's a way to make an
exception in lintian directly.

Cheers,
Julien



--- End Message ---
--- Begin Message ---
On 2011-05-18 21:12, Julien Cristau wrote:
> Package: lintian
> Version: 2.5.0
> Severity: minor
> 
> [...]
> 
> This way a package referencing one of the private symbols gets an
> (unsatisfiable) dependency on libx11-private, and it gets caught
> immediately.  Unfortunately this trick triggers a lintian warning.  I'm
> wondering if I should be overriding it or if there's a way to make an
> exception in lintian directly.
> 
> Cheers,
> Julien
> 

Hey,

Personally I think the best solution here is just to use an override.  :)

~Niels





--- End Message ---

Reply to: