[adonthell] 64/65: Remove README.source.

Markus Koschany apo at moszumanska.debian.org
Tue Jul 12 19:54:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository adonthell.

commit 4be891a3e5e534aaff4c2180d0bafbdbe31ce837
Author: Markus Koschany <apo at debian.org>
Date:   Tue Jul 12 21:35:04 2016 +0200

    Remove README.source.
---
 debian/README.source | 50 --------------------------------------------------
 debian/changelog     |  2 +-
 2 files changed, 1 insertion(+), 51 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index fefd7a8..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,50 +0,0 @@
-Adonthell for Debian
-====================
-
-As of 0.3.5-11 rebuilding of adonthell.py and py_adonthell_wrap.cc
-(disable-swig.patch) has been disabled.
-
-The latest version of Swig (>= 3) changed its default behaviour in wrapping C++
-bool. You would see a TypeError on startup like:
-
-Traceback (most recent call last):
-    File "/usr/share/games/adonthell/games/wastesedge/scripts/init.py", line 229, in
-        <module> title = title_screen ()
-    File "/usr/share/games/adonthell/games/wastesedge/scripts/init.py", line 43, in
-        __init__ self.bag_o.set_visible (0)
-    File "/usr/share/games/adonthell/modules/adonthell.py", line 3420, in set_visible
-        return _adonthell.win_base_set_visible(self, b)
-    TypeError: in method 'win_base_set_visible', argument 2 of type 'bool'
-
-See http://www.swig.org/Release/CHANGES (2014-03-06) for more information about
-this new behaviour.
-
-There are three solutions to overcome this issue.
-
-1. Enable typemap-bool.patch in debian/patches/series.
-2. Pass -DSWIG_PYTHON_LEGACY_BOOL to swig on the command line. (src/Makefile.in)
-3. Change all occurences of Python expressions for bool in adonthell-data like
-   that
-
-    OLD:
-
-    adonthell.audio_play_background (0)
-    self.c_bag.set_visible (1)
-
-    NEW:
-
-    adonthell.audio_play_background (False)
-    self.c_bag.set_visible (True)
-
-Unfortunately there is more work needed.
-
-TypeError: on_update() takes exactly 1 argument (2 given)
-
-Multiple error messages appear later because several methods expect one
-argument instead of two. The correct fix would probably be to update the Swig
-interface file and files like win_event.{h,cc} and to rebuild adonthell.py
-again.
-
-Any help to fix those issues is much appreciated.
-
-
diff --git a/debian/changelog b/debian/changelog
index fe43597..313bb9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,7 @@ adonthell (0.3.6~beta1-1) unstable; urgency=medium
     - Switch from Python 2 to Python 3.
     - Remove obsolete Breaks and change Recommends to
       adonthell-data (>= 0.3.6~beta1)
-  * Remove README.debian.
+  * Remove README.debian and README.source.
   * Simplify debian/rules for new release.
   * Drop all patches. Fixed upstream.
   * Use --disable-pyc configure option.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/adonthell.git



More information about the Pkg-games-commits mailing list