Hi, On Sun, Sep 15, 2019 at 08:58:43PM +0200, Rene Engelhard wrote: > > 2. In debian/control, python:Provides is obsolete in general and was never > > used for python3. It should be deleted. > > > > 3. debian/pycompat is obsolete and was never used with python3. It should > > be > > deleted. > > That is a leftover from old ooolib-python[1], but yeah. > > > 4. In debian/rules, rm -f ooolib/__pycache__/__init__.cpython-37.pyc will > > fail as soon as the supported python3 versions change. Something like > > rm -f ooolib/__pycache__ would be better. > > Mmh, true.
Fixed. Regards, Rene

