On Tue, Nov 18, 2014 at 07:05:53PM +0100, Niels Thykier wrote: > > @@ -1,3 +1,15 @@ > > +hello-traditional (2.9-2) unstable; urgency=low > > + > > + [...] > > + * Use Breaks: hello-debhelper (<< 2.9), not Conflicts, > > + as hello-debhelper is deprecated. > > + * Update 99-config-guess-config-sub patch. > > + > > + -- Santiago Vila <[email protected]> Fri, 07 Nov 2014 20:20:32 +0100 > > + > > [...] > > Hi, > > You *also* need a Replaces, since hello-traditional ships files that > hello-debhelper used to ship. Breaks without Replaces is insufficient > to avoid upgrade issues for this case.
The same explanation for hello is valid here: This was hello-traditional 2.9-1: Conflicts: hello, hello-debhelper (<< 2.9) Replaces: hello, hello-debhelper (<< 2.9) and this is hello-traditional 2.9-2: Conflicts: hello Replaces: hello, hello-debhelper (<< 2.9) Breaks: hello-debhelper (<< 2.9) which is more correct. Thanks. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

