Your message dated Thu, 11 May 2006 02:37:45 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366769: lintian: [check/fields] false positive when 
building against a specific python version
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: lintian
Version: 1.23.21
Severity: normal

One of my packages (mercurial) needs python2.4. So I specifically
build-depends on python2.4-dev.
Since a few days, lintian complains about a missing build dependency:
E: mercurial source: missing-build-dependency python | python-dev | 
python-all-dev
It seems to ignore my depend on python2.4-dev. 

  However, my package perfectly builds in a pbuilder environment
(without any depends requested by lintian). So it seems that lintian has
too strict tests with respect to python.

  Best regards,
    Vincent


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages lintian depends on:
ii  binutils             2.16.1cvs20060413-1 The GNU assembler, linker and bina
ii  diffstat             1.41-1              produces graph of changes introduc
ii  dpkg-dev             1.13.19             package building tools for Debian
ii  file                 4.17-1              Determines file type using "magic"
ii  gettext              0.14.5-3            GNU Internationalization utilities
ii  intltool-debian      0.34.2+20060415     Help i18n of RFC822 compliant conf
ii  libparse-debianchang 1.0-1               parse Debian changelogs and output
ii  man-db               2.4.3-3             The on-line manual pager
ii  perl [libdigest-md5- 5.8.8-4             Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Russ Allbery wrote:
> Vincent Danjean <[EMAIL PROTECTED]> writes:
> 
>> Package: lintian
>> Version: 1.23.21
>> Severity: normal
> 
>> One of my packages (mercurial) needs python2.4. So I specifically
>> build-depends on python2.4-dev.  Since a few days, lintian complains
>> about a missing build dependency:
>> E: mercurial source: missing-build-dependency python | python-dev | 
>> python-all-dev
>> It seems to ignore my depend on python2.4-dev. 
> 
>>   However, my package perfectly builds in a pbuilder environment
>> (without any depends requested by lintian). So it seems that lintian has
>> too strict tests with respect to python.
> 
> Are you using dh_python?

Yes.

> dh_python specifically requires that /usr/bin/python exist.  As near as I
> could determine, installing the versioned packages (python2.4,
> python2.4-dev) does not create /usr/bin/python, only /usr/bin/python2.4.
> Hence the warning.  dh_python doesn't look for python2.4 or python2.3; it
> just bails out with an error if /usr/bin/python doesn't exist.
> 
> Are you sure that dh_python is working in your chroot build of the
> package?  And if so, could something else be pulling in python for you via
> a transitive dependency?

You are right. I also build-depend on asciidoc that depends on python.
So this is why my package correctly builds. I will add a build-depend on
python in the next version so that my package can build whatever the
depends of asciidoc are.

  Thank you for your remarks
  Best regards,
    Vince

PS: I send this mail to 366769-done to close this bug.

--- End Message ---

Reply via email to