Menu

#678 [pytango] 8.1.2 unexpected files in the source package

closed-fixed
None
PyTango
5
2014-09-30
2014-07-13
No

Hello,

while preparing the pytango 8.1.2 package, I got these error from the lintian tool:
picca@mordor:~/Debian/main/pytango/pytango$ lintian
E: pytango source: source-is-missing doc/_static/jquery-1.9.1.min.js
E: pytango source: source-is-missing doc/_static/jssor.slider.mini.js

In fact these minified files are not the prefered form of modifications expected by an human :)
It seems to me that jquery comes from sphinx generated documentation.
I do not know about the jssor.slider.

I did not have this problem before, so maybe this is just an error during the source package creation

I can find also a backup files which shuld not be distribut.

doc/howto.rst~

thanks

Frederic

Discussion

  • Tiago Coutinho

    Tiago Coutinho - 2014-09-10

    Hi Frederic,

    Thanks for reporting.

    For JQuery I can use the javascript from a CDN:
    http://code.jquery.com/jquery-1.9.1.min.js

    but for jssor there is no CDN so I have to include it. Do you have any suggestions?

    Thanks in advance

     
  • Frédéric PICCA

    Hello Tiago

    in that case just add the jssor.slider.js un-minified sources.
    this way it will be possible to dostribute the gallery code.

    cheers

     
  • Tiago Coutinho

    Tiago Coutinho - 2014-09-30
    • status: open --> closed-fixed
    • assigned_to: Tiago Coutinho
     
  • Tiago Coutinho

    Tiago Coutinho - 2014-09-30

    Hi Frederic,

    Thanks for the suggestion. It is done.
    Fixed in PyTango SVN trunk since revision #26354
    Will become visible in next PyTango 8.1.4

    Thanks for reporting

     

Log in to post a comment.