Re: Packaging python-xrayutilities

2019-03-21 Thread Dmitry Shachnev
On Thu, Mar 21, 2019 at 02:36:01PM +0300, Dmitry Shachnev wrote: > Hi Marie! Perhaps this should have been ‘Hi Alexandre’. Sorry if I got this wrong. -- Dmitry Shachnev signature.asc Description: PGP signature

Re: Packaging python-xrayutilities

2019-03-21 Thread Dmitry Shachnev
Hi Marie! On Thu, Mar 21, 2019 at 10:09:22AM +, MARIE Alexandre wrote: > Hello, > > I'm still working on the package python-xrayutilities for debian. > > I've come to a point where the package can be built but when generating the > doc, > lintian comes with a bunch of privacy-generic-breach t

Re: Packaging python-xrayutilities

2019-03-21 Thread Alex Mestiashvili
On 3/21/19 11:44 AM, MARIE Alexandre wrote: >> Is there really the leading tab only on the second line? > > In fact I am trying to figure out where should I install the doc, and how > could I avoid the lintian tag : privacy-breach-generic. > >> What exactly doesn't seem to work? > > The code I

Re: Packaging python-xrayutilities

2019-03-21 Thread Andreas Tille
On Thu, Mar 21, 2019 at 03:23:52PM +0500, Andrey Rahmatullin wrote: > On Thu, Mar 21, 2019 at 10:09:22AM +, MARIE Alexandre wrote: > > override_dh_installdocs: > > ln -s /usr/share/javascript/mathjax/MathJax.js > > $(CURDIR)/doc/build/html/_static/MathJax.js > > find doc/build/html

Re: Packaging python-xrayutilities

2019-03-21 Thread Andrey Rahmatullin
On Thu, Mar 21, 2019 at 10:09:22AM +, MARIE Alexandre wrote: > override_dh_installdocs: > ln -s /usr/share/javascript/mathjax/MathJax.js > $(CURDIR)/doc/build/html/_static/MathJax.js > find doc/build/html -name "*.html" -exec sed -i > "s|https://cdn.mathjax.org/mathjax/latest/Ma

Re: Packaging python-xrayutilities

2019-03-18 Thread Andrey Rahmatullin
On Mon, Mar 18, 2019 at 03:20:24PM +, MARIE Alexandre wrote: > gbp:error: Automatic merge failed. You need to find why there are conflicts and fix them. Good first steps are running gbp with --no-rollback and/or finding what upstream files are modified in the master branch in the current state.

Re: Packaging python-xrayutilities

2019-03-18 Thread Florian Pelgrim
Hi there, I'm not really deep into packaging but it sounds like the build process is looking for https links on the uscan target. Try to replace all http links to https in your package. Cheers Flo Am 18.03.19 um 10:36 schrieb MARIE Alexandre: Hello, I'm sorry if this is in the wrong place.

Packaging python-xrayutilities

2019-03-18 Thread MARIE Alexandre
Hello, I'm sorry if this is in the wrong place. I've already asked for help but I had not explained well how I was encountering my problem and couldn't answer before today. So here it is, i'm trying to update the debian package of python-xrayutilities. The problem is when I run:```gbp import