Advertisement
darkxst

four-in-a-row 3.7.5

Feb 10th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.56 KB | None | 0 0
  1. --- four-in-a-row-3.7.4/debian/changelog    2013-01-15 12:26:47.000000000 +1100
  2. +++ four-in-a-row-3.7.5/debian/changelog    2013-02-11 07:59:02.000000000 +1100
  3. @@ -1,3 +1,11 @@
  4. +four-in-a-row (3.7.5-0ubuntu1~raring1) raring; urgency=low
  5. +
  6. +  * New upstream release
  7. +  * debian/control:
  8. +    - Add transitional package.
  9. +
  10. + -- Tim Lunn <tim@feathertop.org>  Mon, 11 Feb 2013 07:00:47 +1100
  11. +
  12.  four-in-a-row (3.7.4-0ubuntu1~raring1) raring; urgency=low
  13.  
  14.    * New upstream release
  15. --- four-in-a-row-3.7.4/debian/control  2013-01-15 12:26:47.000000000 +1100
  16. +++ four-in-a-row-3.7.5/debian/control  2013-02-11 11:04:07.000000000 +1100
  17. @@ -21,9 +21,20 @@
  18.  Section: games
  19.  Depends: ${shlibs:Depends},
  20.           ${misc:Depends}
  21. -Breaks: gnect
  22. -Replaces: gnect
  23. +Breaks: gnect (<< 3.7.2)
  24. +Replaces: gnect (<< 3.7.2)
  25.  Description: four-in-a-row game for GNOME
  26.   The object of the game is to build a line of four of your marbles while
  27.   trying to stop your opponent (human or computer) building a line of his
  28.   or her own. A line can be horizontal, vertical or diagonal.
  29. +
  30. +Package: gnect
  31. +Architecture: all
  32. +Priority: extra
  33. +Section: oldlibs
  34. +Depends: ${shlibs:Depends},
  35. +         ${misc:Depends},
  36. +         gnect
  37. +Description: four-in-a-row game for GNOME (transitional package)
  38. + This is a transitional package to ease upgrades to four-in-a-row.
  39. + It can be safely removed.
  40. --- four-in-a-row-3.7.4/debian/four-in-a-row.install    1970-01-01 10:00:00.000000000 +1000
  41. +++ four-in-a-row-3.7.5/debian/four-in-a-row.install    2013-02-11 11:04:25.000000000 +1100
  42. @@ -0,0 +1 @@
  43. +usr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement