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

Bug#1012196: buglist



Control: tags -1 -moreinfo

> d/copyright
> ===========
>
> Some GPL-2+ licensed files have the following additional exception:
> # The developers of the Exaile media player hereby grant permission
> # for non-GPL compatible GStreamer and Exaile plugins to be used and
> # distributed together with GStreamer and Exaile. This permission is
> # above and beyond the permissions granted by the GPL license by which
> # Exaile is covered. If you modify this code, you may extend this
> # exception to your version of the code, but you are not obligated to
> # do so. If you do not wish to do so, delete this exception statement
> # from your version.

I reworked the copyright file based on https://sources.debian.org/src/exaile/3.4.0.2-1/debian/copyright/
Is the extension represented correct?


> d/rules
> =======
>
> Please remove or explain the lines:
>
> dh_auto_clean
> make manpage
> make completion
> ...
> #override_dh_installdocs:
> # dh_installdocs readme
> override_dh_usrlocal:
>
> Please think of a different method instead of calling dh_auto_clean during install time to get rid of __pycache__ if > that is the reason for it. Maybe just copy the Makefile line '-find . -name "__pycache__" -exec rm -rf {} \;' ?

The point was to remove __pychache__.
Now I prevent dh_auto_build to do `make compile`


Reply to: