Am Montag, den 10.05.2010, 19:23 +0200 schrieb Mathieu Malaterre:

[..] 
> There are still some lintians errors, but I do not understand why they show 
> up:
[..] 
> W: paraview: script-not-executable ./usr/lib/paraview/testing/FindString.tcl
> W: paraview: executable-not-elf-or-script
> ./usr/share/pyshared/paraview/vtk/dataset_adapter.py
> W: paraview: executable-not-elf-or-script
> ./usr/share/pyshared/paraview/vtk/__init__.py
> W: paraview: executable-not-elf-or-script
> ./usr/share/pyshared/paraview/servermanager.py
> W: paraview: executable-not-elf-or-script
> ./usr/share/pyshared/paraview/vtk/algorithms.py
> N: 19 tags overridden (19 errors)

19 tags overridden?!

> If anyone could tell me what is wrong in the debian/rules file:
> 
> 
> cat debian/rules:
> ...
>       -chmod a-x $(CURDIR)/usr/share/pyshared/paraview/*.py
>       -chmod a-x $(CURDIR)/usr/share/pyshared/paraview/vtk/*.py

You have to do this after running dh_pycentral. I guess you run it
before. In this case you have to fix the permissions in the directory
the files were copied/installed to. dh_pycentral then moves them to
their final location.

>       -chmod a-x $(CURDIR)/usr/lib/paraview/testing/*.tcl

This is the opposite of what lintian wants you to do. It complains that
this script *misses* executable permissions.

Regards, Daniel 


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to