tags 472377 patch thanks On 2010-08-21 "Adam D. Barratt" <[email protected]> wrote: > On Sat, 2010-08-21 at 09:23 +0200, Andreas Metzler wrote: > > > ] Replaces: scrabble (< 1.10) > > > ] Conflicts: scrabble (< 1.10)
> > > These should be "<=", as per policy 7.1: > [...] >> ---------------------- >> Replacing available packages info, using /var/cache/apt/available. >> warning, in file '/var/cache/apt/available' near line 621485 package >> 'scribble': >> `Replaces' field, reference to `scrabble': >> `<' is obsolete, use `<=' or `<<' instead > [...] >> Cc-ing -release to get confirmation that a minimal fix would be >> acceptable for sqeeze. > That should be fine. Hello, suggested patch attached. I used (<< 1.10) since scribble 1.10-1 replaced scrabble 1.9-1. I intend to make a NMU with the attached patch to delayed-10 days next weekend, unless somebody asks me not to. cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'
diff -Nru scribble-1.10/debian/changelog scribble-1.10/debian/changelog --- scribble-1.10/debian/changelog 2006-12-19 16:54:57.000000000 +0100 +++ scribble-1.10/debian/changelog 2010-08-21 13:55:50.000000000 +0200 @@ -1,3 +1,11 @@ +scribble (1.10-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Change versioned Conflicts/Replaces to use "<<" instead of "<". + Closes: #472377 + + -- Andreas Metzler <[email protected]> Sat, 21 Aug 2010 13:49:16 +0200 + scribble (1.10-2) unstable; urgency=medium * Fixed conflict with "scrabble" package (closes: #403394) diff -Nru scribble-1.10/debian/control scribble-1.10/debian/control --- scribble-1.10/debian/control 2006-12-19 16:54:13.000000000 +0100 +++ scribble-1.10/debian/control 2010-08-21 13:55:45.000000000 +0200 @@ -7,8 +7,8 @@ Package: scribble Architecture: all -Conflicts: scrabble (<1.10) -Replaces: scrabble (<1.10) +Conflicts: scrabble (<< 1.10) +Replaces: scrabble (<< 1.10) Description: Popular crossword game, similar to Scrabble(R) Scribble is a hybrid of crossword mentality, positional strategy, and a true test of your language mastery, similar to the game Scrabble(R)
signature.asc
Description: Digital signature

