Control: tags 980557 + patch Control: tags 980557 + pending Dear maintainer,
I've prepared an NMU for kgames (versioned as 1.0-2.1) and uploaded it to DELAYED/1. Please feel free to tell me if I should cancel it. Removing kreversi was the shortest hack for getting the package into testring before the deadline on the 12th, feel free to replace that with a better solution if uploading immediately or after testing migration. cu Adrian
diff -Nru kgames-1.0/debian/changelog kgames-1.0/debian/changelog --- kgames-1.0/debian/changelog 2020-12-27 22:20:36.000000000 +0200 +++ kgames-1.0/debian/changelog 2021-02-04 12:34:25.000000000 +0200 @@ -1,3 +1,13 @@ +kgames (1.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix bugs noticed by Andreas Beckmann: + * Add Breaks+Provides: xmille. + * Don't build kreversi for now. + (Closes: #980557) + + -- Adrian Bunk <[email protected]> Thu, 04 Feb 2021 12:34:25 +0200 + kgames (1.0-2) unstable; urgency=medium * Mark kgames as 'Replaces: xmille' diff -Nru kgames-1.0/debian/control kgames-1.0/debian/control --- kgames-1.0/debian/control 2020-12-27 22:20:36.000000000 +0200 +++ kgames-1.0/debian/control 2021-02-04 12:34:25.000000000 +0200 @@ -11,7 +11,9 @@ Package: kgames Architecture: any +Breaks: xmille Replaces: xmille +Provides: xmille Depends: ${shlibs:Depends}, ${misc:Depends} Description: Venerable selection of Xaw-based games These are a selection of various games that use the Xaw toolkit. They diff -Nru kgames-1.0/debian/patches/no-kreversi.patch kgames-1.0/debian/patches/no-kreversi.patch --- kgames-1.0/debian/patches/no-kreversi.patch 1970-01-01 02:00:00.000000000 +0200 +++ kgames-1.0/debian/patches/no-kreversi.patch 2021-02-04 12:34:25.000000000 +0200 @@ -0,0 +1,14 @@ +Description: Don't build kreversi for now + kreversi (the kde version) already owns /usr/games/kreversi +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/980557 + +--- kgames-1.0.orig/meson.build ++++ kgames-1.0/meson.build +@@ -58,6 +58,5 @@ subdir('ktabby') + subdir('kthieves') + subdir('ktowers') + subdir('mc') +-subdir('reversi') + subdir('slyfox') + subdir('xmille') diff -Nru kgames-1.0/debian/patches/series kgames-1.0/debian/patches/series --- kgames-1.0/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ kgames-1.0/debian/patches/series 2021-02-04 12:34:25.000000000 +0200 @@ -0,0 +1 @@ +no-kreversi.patch

