Policy missing from the python* packages?

2018-09-13 Thread Joseph Herlant
Hi guys,

It's probably a mistake on my side but I'm looking for the package
that provides the python policy locally.

In https://packages.debian.org/testing/amd64/python/filelist I can see
that the python package provides the files in the
'/usr/share/doc/python/python-policy.html/' directory.

But locally the package doesn't seem to have it when looking at dpkg
-L of python, python-doc, python3 or python3-doc.
I do see the rule for building the policy in python3-defaults in
https://salsa.debian.org/python-team/defaults/python3-defaults/blob/master/debian/rules#L54
 but amm I wrong to think that it could be due to the predepend on the
next rule to be commented? (stamp-doc: #stamp-doc-policy)

Thanks for your help,
Joseph



Re: Policy missing from the python* packages?

2018-09-14 Thread Matthias Klose
On 14.09.2018 05:30, Joseph Herlant wrote:
> Hi guys,
> 
> It's probably a mistake on my side but I'm looking for the package
> that provides the python policy locally.
> 
> In https://packages.debian.org/testing/amd64/python/filelist I can see
> that the python package provides the files in the
> '/usr/share/doc/python/python-policy.html/' directory.
> 
> But locally the package doesn't seem to have it when looking at dpkg
> -L of python, python-doc, python3 or python3-doc.
> I do see the rule for building the policy in python3-defaults in
> https://salsa.debian.org/python-team/defaults/python3-defaults/blob/master/debian/rules#L54
>  but amm I wrong to think that it could be due to the predepend on the
> next rule to be commented? (stamp-doc: #stamp-doc-policy)

This is fixed in 3.6.6-1 in unstable.



Re: Policy missing from the python* packages?

2018-09-14 Thread Joseph Herlant
> This is fixed in 3.6.6-1 in unstable.

Thanks Matthias.
Is https://salsa.debian.org/python-team/defaults/python3-defaults the
right repo? I don't see any changes there related to the 3.6.6-1 that
is currently in unstable.

Thanks
Joseph