Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-27 Thread Andreas Beckmann
Followup-For: Bug #1036021 Control: tag -1 patch Here comes the followup patch for python3-notebook to restore the /usr/lib/python3/dist-packages/notebook/static/components/codemirror symlink in case buggy cadabra2 was installed first. 0-day NMU to get this into bookworm. Andreas diff -Nru

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-27 Thread Andreas Beckmann
Thanks. I applied this on top of cadabra2/experimental (which only had some useful metadata updates) and uploaded it to unstable. Unblock request filed. Do we still need some Breaks and dir_to_symlink in python3-notebook to recover from a bad installation order? probably something like -

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-26 Thread Martin Hostettler
On Thu, May 25, 2023 at 09:52:55PM +0200, Gürkan Myczko wrote: > On 25.05.2023 19:47, Martin Hostettler wrote: > > On 19/05/2023 12.48, Martin Hostettler wrote: > > > It seems what is needed is this: > > > > > > mv > > >

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-25 Thread Gürkan Myczko
On 25.05.2023 19:47, Martin Hostettler wrote: On 19/05/2023 12.48, Martin Hostettler wrote: It seems what is needed is this: mv debian/cadabra2/usr/lib/python3.*/site-packages/notebook/static/components debian/cadabra2/usr/share/javascript rmdir

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-25 Thread Martin Hostettler
On 19/05/2023 12.48, Martin Hostettler wrote: > It seems what is needed is this: > > mv > debian/cadabra2/usr/lib/python3.*/site-packages/notebook/static/components > debian/cadabra2/usr/share/javascript > rmdir debian/cadabra2/usr/lib/python3.*/site-packages/notebook/static > rmdir

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-22 Thread Martin Hostettler
On Mon, May 22, 2023 at 11:59:37AM +0200, Andreas Beckmann wrote: > On 19/05/2023 12.48, Martin Hostettler wrote: > > It seems what is needed is this: > > > > mv > > debian/cadabra2/usr/lib/python3.*/site-packages/notebook/static/components > > debian/cadabra2/usr/share/javascript > >

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-22 Thread Andreas Beckmann
On 19/05/2023 12.48, Martin Hostettler wrote: It seems what is needed is this: mv debian/cadabra2/usr/lib/python3.*/site-packages/notebook/static/components debian/cadabra2/usr/share/javascript rmdir debian/cadabra2/usr/lib/python3.*/site-packages/notebook/static rmdir

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-19 Thread Martin Hostettler
On Fri, May 19, 2023 at 11:09:41AM +0200, Helmut Grohne wrote: > On Fri, May 19, 2023 at 10:27:46AM +0200, Martin Hostettler wrote: > > Do I understand correctly that all we have to do here is ship the file > in its "canonical" path after resolving the symbolic link from > python3-notebook? In

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-19 Thread Helmut Grohne
On Fri, May 19, 2023 at 10:27:46AM +0200, Martin Hostettler wrote: > From what i see the intended result is not a file replacement but adding a > file into codemirror. Thank you for stating the goal. > Currently it does that by using the path >

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-19 Thread Gürkan Myczko
On 19.05.2023 10:27, Martin Hostettler wrote: On Fri, 19 May 2023 08:48:46 +0200 Helmut Grohne wrote: Hi, ...[snip] I have no clue how the correct way to make this switch in the debian packaging is, but i hope this messages helps to confirm what is happening in this situation and someone

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-19 Thread Martin Hostettler
On Fri, 19 May 2023 08:48:46 +0200 Helmut Grohne wrote: > Hi, > > On Thu, May 18, 2023 at 10:30:48PM +0400, Andrey Rakhmatullin wrote: > > Looks like the file in cadabra2, let's say, provides integration between > > it and python3-notebook. > > I'm not sure what you want to achieve here. If

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-19 Thread Helmut Grohne
Hi, On Thu, May 18, 2023 at 10:30:48PM +0400, Andrey Rakhmatullin wrote: > Looks like the file in cadabra2, let's say, provides integration between > it and python3-notebook. So while it may make sense to not have cadabra2 > depend on python3-notebook, it doesn't make sense for them to conflict,

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-18 Thread Andrey Rakhmatullin
On Sat, May 13, 2023 at 11:14:38AM +0200, Helmut Grohne wrote: > I noticed a suprising undeclared file conflict. While Andreas' tooling > finds most of these, it missed this one. It's about > /usr/lib/python3/dist-packages/notebook/static/components/codemirror. In > cadabra2, this is a directory.

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-14 Thread Andreas Beckmann
On 13/05/2023 11.14, Helmut Grohne wrote: I noticed a suprising undeclared file conflict. While Andreas' tooling finds most of these, it missed this one. It's about Actually I never considered looking for this class of bugs (directory vs. non-directory). Thanks for catching them! Andreas

Bug#1036021: cadabra2,python3-notebook: undeclared file conflict on /usr/lib/python3/dist-packages/notebook/static/components/codemirror

2023-05-13 Thread Helmut Grohne
Package: cadabra2,python3-notebook Severity: serious X-Debbugs-Cc: a...@debian.org, debian-d...@lists.debian.org Hi, I noticed a suprising undeclared file conflict. While Andreas' tooling finds most of these, it missed this one. It's about