Thanks of the guidance. I guess I fixed all issues. I used dh_python2 thou, since dh_pysupport seems to be deprecated: https://wiki.debian.org/Python/Policy

I noticed that dh_python2 solves the "image-file-in-usr-lib" warning, since it removes images from lib folder and creates symlinks. Convenient!

Best,
Oliver


On 04/08/2014 03:40 PM, Yaroslav Halchenko wrote:
On Tue, 08 Apr 2014, Oliver Lindemann wrote:

  ha -- thanks to jwilk now I am aware of
  17:59 #debian-python:  jwilk: yoh: Lintian says: E: python-expyriment source: 
python-depends-but-no-python-helper python-expyriment
  [1]http://lintian.debian.org/tags/python-depends-but-no-python-helper.html
  ,---
  | When using debhelper compatibility level below 9, dh will call
  | dh_pysupport by default if it's installed, but the build dependency on
  | python-support is still necessary.
  `---
  So -- with the boost to compat 9 dh_pysupport is not called
  automatically
  Also -- that is the point of calling dh_pysupport and having ${python:Depends}
  to not specify those python and python-pysupport depends manually as it
  is now.
    Sorry, I did get that sentence. Would you suggest to remove
    ${python:Depends} for the dependencies? That solves to lintian error, but
    I though it is a general dependency for even python-library.
no -- the other one -- remove explicit python and python-support from Depends

But you would need to call dh_pysupport explicitly probably like

override_dh_install:
     dh_install
     dh_pysupport

    The other warning from the newest lintian version are fixed. I hope it is
    not too bad, to make a lintian override for the "image-file-in-usr-lib"
    warning.
yeah -- that should be good

Cheers,

--
/*Dr. Oliver Lindemann*
Division of Cognitive Science
University of Potsdam/

Karl - Liebknecht Str. 24/25, Building 14, 14476 Potsdam, Germany
Tel: +49 - 331 - 977 2915, Fax: +49 - 331 - 977 2794
Room: 6.24, Building 14, http://www.cognitive-psychology.eu/lindemann

Reply via email to