diff -Nru 0ad-0.0.23.1/debian/changelog 0ad-0.0.23.1/debian/changelog --- 0ad-0.0.23.1/debian/changelog 2019-01-09 09:33:09.000000000 +0000 +++ 0ad-0.0.23.1/debian/changelog 2020-03-03 20:31:13.000000000 +0000 @@ -1,3 +1,51 @@ +0ad (0.0.23.1-4ubuntu3) focal; urgency=medium + + * No-change rebuild for icu soname change. + + -- Matthias Klose Tue, 03 Mar 2020 21:31:13 +0100 + +0ad (0.0.23.1-4ubuntu2) focal; urgency=medium + + * No-change rebuild for icu soname change. + + -- Matthias Klose Thu, 13 Feb 2020 08:36:22 +0100 + +0ad (0.0.23.1-4ubuntu1) focal; urgency=medium + + * Build-depend on python2. + * Update cxxtestgen shebang. + + -- Dimitri John Ledkov Thu, 06 Feb 2020 12:02:59 +0000 + +0ad (0.0.23.1-4build2) focal; urgency=medium + + * No change rebuild against new boost1.71 ABI + + -- Dimitri John Ledkov Mon, 03 Feb 2020 19:49:57 +0000 + +0ad (0.0.23.1-4build1) eoan; urgency=medium + + * No-change upload with strops.h and sys/strops.h removed in glibc. + + -- Matthias Klose Thu, 05 Sep 2019 10:30:14 +0000 + +0ad (0.0.23.1-4) unstable; urgency=medium + + * Team upload. + * Re-upload source-only to enable migration to testing. + + -- Bruno Kleinert Mon, 05 Aug 2019 18:56:58 +0200 + +0ad (0.0.23.1-3) unstable; urgency=medium + + * Team upload. + * Build against GTK 3 version of wxWidget. Replaced build dependency + libwxgtk3.0-dev by libwxgtk3.0-gtk3-dev. (Closes: #933456) + * Added NEWS.Debian to document a workaround for a known issue caused by the + GTK 3 variant of wxWidget. + + -- Bruno Kleinert Sat, 03 Aug 2019 05:18:37 +0200 + 0ad (0.0.23.1-2) unstable; urgency=medium * d/control: version 0.0.23.1 also needs a new 0ad-data diff -Nru 0ad-0.0.23.1/debian/control 0ad-0.0.23.1/debian/control --- 0ad-0.0.23.1/debian/control 2019-01-09 09:33:09.000000000 +0000 +++ 0ad-0.0.23.1/debian/control 2020-02-06 12:02:49.000000000 +0000 @@ -1,7 +1,8 @@ Source: 0ad Section: games Priority: optional -Maintainer: Debian Games Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Games Team Uploaders: Vincent Cheng , Ludovic Rousseau @@ -24,11 +25,11 @@ libsdl2-dev (>= 2.0.2), libsodium-dev (>= 1.0.14), libvorbis-dev, - libwxgtk3.0-dev | libwxgtk2.8-dev, + libwxgtk3.0-gtk3-dev, libxcursor-dev, libxml2-dev, pkg-config, - python, + python2, python3, zlib1g-dev Standards-Version: 4.1.4 diff -Nru 0ad-0.0.23.1/debian/NEWS 0ad-0.0.23.1/debian/NEWS --- 0ad-0.0.23.1/debian/NEWS 1970-01-01 00:00:00.000000000 +0000 +++ 0ad-0.0.23.1/debian/NEWS 2019-08-05 16:56:58.000000000 +0000 @@ -0,0 +1,22 @@ +0ad (0.0.23.1-3) unstable; urgency=medium + + 0 A.D. is now built against the GTK 3 variant of the wxWidgets library that + has a known issue in Wayland desktop environments: Atlas editor crashes at + startup. + + Users of Wayland environments need to work around that issues by forcing the + use of X11/Xwayland. Launch Atlas editor from a terminal by this command: + + GDK_BACKEND=x11 pyrogenesis -editor + + For details see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900678#10 + + If you don't know if you are affacted, please execute the following command in + a terminal: + + echo $WAYLAND_DISPLAY + + If it prints something similar to 'wayland-0', please use the workaround as + described above! + + -- Bruno Kleinert Sat, 03 Aug 2019 05:56:46 +0200 diff -Nru 0ad-0.0.23.1/debian/patches/python2.patch 0ad-0.0.23.1/debian/patches/python2.patch --- 0ad-0.0.23.1/debian/patches/python2.patch 1970-01-01 00:00:00.000000000 +0000 +++ 0ad-0.0.23.1/debian/patches/python2.patch 2020-02-06 12:02:59.000000000 +0000 @@ -0,0 +1,12 @@ +Description: Update cxxtestgen shebang. +Author: Dimitri John Ledkov + + +--- 0ad-0.0.23.1.orig/libraries/source/cxxtest-4.4/bin/cxxtestgen ++++ 0ad-0.0.23.1/libraries/source/cxxtest-4.4/bin/cxxtestgen +@@ -1,4 +1,4 @@ +-#! /usr/bin/env python ++#! /usr/bin/env python2 + # + # The CxxTest driver script, which uses the cxxtest Python package. + # diff -Nru 0ad-0.0.23.1/debian/patches/series 0ad-0.0.23.1/debian/patches/series --- 0ad-0.0.23.1/debian/patches/series 2019-01-09 09:33:09.000000000 +0000 +++ 0ad-0.0.23.1/debian/patches/series 2020-02-06 12:02:59.000000000 +0000 @@ -1,2 +1,3 @@ allow-build-with-root.patch fix-bindir.patch +python2.patch diff -Nru 0ad-0.0.23.1/debian/TODO 0ad-0.0.23.1/debian/TODO --- 0ad-0.0.23.1/debian/TODO 1970-01-01 00:00:00.000000000 +0000 +++ 0ad-0.0.23.1/debian/TODO 2019-08-05 16:56:58.000000000 +0000 @@ -0,0 +1,6 @@ +Crash of Atlas editor on Wayland +================================ +When https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900678 is solved, +document in debian/NEWS that Wayland users don't need the workaround anymore. + +Also, remove this note from this file :)