Control: tags -1 + patch On 2020-01-07 20:03 +0800, Paul Wise wrote:
> Control: reopen -1 > Control: found -1 1:1.5.1-5 > Control: notfixed -1 1:1.5.1-4 > Control: usertags -1 + bittenby > > On Tue, 7 Jan 2020 10:51:14 +0000 Tomas Janousek wrote: > >> I don't think this is fixed, I got the same error as Sven when updating from >> 1:1.5.1-2 to 1:1.5.1-5: >> >> ... >> Připravuje se nahrazení …/08-geeqie_1%3a1.5.1-5_amd64.deb … >> Rozbaluje se geeqie (1:1.5.1-5) přes (1:1.5.1-2) … >> dpkg: chyba při zpracovávání archivu >> /tmp/apt-dpkg-install-WWTusb/08-geeqie_1%3a1.5.1-5_amd64.deb (--unpack): >> zkouším přepsat soubor „/usr/share/man/man1/geeqie.1.gz“, který je také >> v balíku geeqie-common 1:1.5.1-2 >> Připravuje se nahrazení …/09-geeqie-common_1%3a1.5.1-5_all.deb … >> Rozbaluje se geeqie-common (1:1.5.1-5) přes (1:1.5.1-2) … >> ... >> >> (Sorry for it not being in English.) >> >> As you can see, it still unpacks geeqie before unpacking geeqie-common. > > I also had this problem, reopening. There is a Breaks/Replaces relationship on geeqie-common, but it is missing the epoch. See the attached patch (trivial, but untested). Cheers, Sven
From c5090b2eb850ab5055bb5da1dbb309db47509bef Mon Sep 17 00:00:00 2001 From: Sven Joachim <svenj...@gmx.de> Date: Tue, 7 Jan 2020 16:33:58 +0100 Subject: [PATCH] Add missing epoch in Breaks/Replaces relationship Closes: #947822 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index af774668..403d0ae5 100644 --- a/debian/control +++ b/debian/control @@ -42,8 +42,8 @@ Suggests: gimp, geeqie-dbg, libjpeg-progs, ufraw -Replaces: gqview, geeqie-common (<= 1.5.1-2) -Breaks: geeqie-common (<= 1.5.1-2) +Replaces: gqview, geeqie-common (<= 1:1.5.1-2) +Breaks: geeqie-common (<= 1:1.5.1-2) Description: image viewer using GTK+ Geeqie is a browser for graphics files offering single click viewing of your graphics files. It includes thumbnail view, zoom, filtering -- 2.25.0.rc1