Followup-For: Bug #863680 Control: tag -1 patch pending Hi,
I just uploaded the attached fix to DELAYED/2. I verified that this fixes the problematic upgrade path in piuparts. Andreas
diff -Nru gobby-0.5.0/debian/changelog gobby-0.5.0/debian/changelog --- gobby-0.5.0/debian/changelog 2016-05-29 11:00:09.000000000 +0200 +++ gobby-0.5.0/debian/changelog 2017-06-02 01:27:41.000000000 +0200 @@ -1,3 +1,10 @@ +gobby (0.5.0-8.1) unstable; urgency=medium + + * Non-maintainer upload. + * Breaks+Replaces: gobby-0.4 for smoother upgrades. (Closes: #863680) + + -- Andreas Beckmann <[email protected]> Fri, 02 Jun 2017 01:27:41 +0200 + gobby (0.5.0-8) unstable; urgency=medium * Let Gobby use Gtk::Application and stop using libunique3. Patch diff -Nru gobby-0.5.0/debian/control gobby-0.5.0/debian/control --- gobby-0.5.0/debian/control 2016-05-29 10:29:38.000000000 +0200 +++ gobby-0.5.0/debian/control 2017-06-01 19:58:24.000000000 +0200 @@ -11,6 +11,8 @@ Pre-Depends: dpkg (>= 1.15.6) Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: avahi-daemon +Breaks: gobby-0.4 +Replaces: gobby-0.4 Description: infinote-based collaborative text editor Gobby is an editor which allows one to edit text documents and source files collaboratively over a network. All users could work on the file

