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

Bug#990500: unblock: lxml/4.6.3+dfsg-0.1



Control: tags -1 - moreinfo

Hi Sebastian,

On 04-07-2021 22:01, Sebastian Ramacher wrote:
>> diff -Nru lxml-4.6.3/debian/control lxml-4.6.3+dfsg/debian/control
>> --- lxml-4.6.3/debian/control	2020-12-07 14:42:24.000000000 +0100
>> +++ lxml-4.6.3+dfsg/debian/control	2021-06-26 19:40:37.000000000 +0200
>> @@ -9,6 +9,7 @@
>>    python3-setuptools (>= 0.6.29),
>>    python3-bs4,
>>    python3-html5lib,
>> +  python3-lxml <!nodoc>,
>>    cython3, cython3-dbg,
>>    python3-sphinx-autoapi,
>>  X-Python-Version: all
>> diff -Nru lxml-4.6.3/debian/rules lxml-4.6.3+dfsg/debian/rules
>> --- lxml-4.6.3/debian/rules	2020-07-17 11:16:59.000000000 +0200
>> +++ lxml-4.6.3+dfsg/debian/rules	2021-06-26 19:40:37.000000000 +0200
>> @@ -24,6 +24,9 @@
>>  	touch $@
>>  build3-python%: prebuild
>>  	python$* setup.py build
>> +ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
>> +	python$* doc/mkhtml.py doc/html . $(UPSTREAMVER)
>> +endif
> 
> Shouldn't this use the just built version of lxml, e.g., by setting the
> appropriate PYTHONPATH, instead of the old packaged lxml in python3-lxml?

Oh, yes. But as I don't do Python packaging (just didn't happen, I don't
object), I didn't know how to do that and I didn't want to spend too
much time on it to figure it out (and potentially getting it wrong).

Paul


Attachment: OpenPGP_signature
Description: OpenPGP digital signature


Reply to: