[adonthell] 02/02: Import Debian patch 0.3.6-1

Markus Koschany apo at moszumanska.debian.org
Tue Sep 27 18:20:37 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 058a76774cc8a4c22ca5aab50503684628440ad4
Merge: acb5535 6645047
Author: Markus Koschany <apo at debian.org>
Date:   Tue Sep 27 19:10:56 2016 +0200

    Import Debian patch 0.3.6-1

 COPYING                                 |     0
 ChangeLog                               |    16 +-
 Makefile.am                             |    10 +-
 Makefile.in                             |   159 +-
 README                                  |     5 +-
 README.Linux                            |    54 +
 README.MacOSX                           |    38 +-
 README.Windows                          |   153 +
 aclocal.m4                              |   303 +-
 adonthell.6                             |    40 +
 compile                                 |     2 +-
 config.guess                            |   233 +-
 config.h.in                             |     2 +-
 config.sub                              |    60 +-
 configure                               |   132 +-
 configure.in => configure.ac            |    27 +-
 debian/changelog                        |     9 +
 debian/compat                           |     2 +-
 debian/control                          |     5 +-
 debian/rules                            |     2 +-
 depcomp                                 |     2 +-
 doc/Makefile.in                         |    26 +-
 doc/devel/Makefile.in                   |    26 +-
 doc/devel/dialog.dxt                    |     2 +-
 doc/devel/event.dxt                     |     2 +-
 doc/devel/intro.dxt                     |     2 +-
 doc/devel/mainpage.dxt                  |     2 +-
 doc/devel/map.dxt                       |     2 +-
 doc/devel/mapcharschedules.dxt          |     2 +-
 doc/devel/mapviewschedules.dxt          |     2 +-
 doc/devel/newmap.dxt                    |     2 +-
 doc/devel/prog_rules.dxt                |     2 +-
 doc/devel/python.dxt                    |     2 +-
 doc/devel/save.dxt                      |     2 +-
 doc/dlgedit-api/Makefile.in             |    26 +-
 doc/dlgedit/Makefile.in                 |    26 +-
 doc/dlgedit/dlgedit.dxt                 |     2 +-
 doc/dlgedit/dlgedit.sty                 |     2 +-
 doc/items/Makefile.in                   |    26 +-
 doc/items/items.dxt                     |     2 +-
 doc/items/items.sty                     |     2 +-
 install-sh                              |   373 +-
 m4/Makefile.in                          |    26 +-
 make_linux_appimg.sh                    |   131 +
 make_bundle.sh => make_osx_bundle.sh    |     2 +-
 make_windows_pkg.sh                     |    65 +-
 src/Makefile.in                         |    27 +-
 src/achievements.cc                     |     2 -
 src/achievements.h                      |     2 -
 src/adonthell.cc                        |    20 +-
 src/adonthell.h                         |    20 +-
 src/animation.cc                        |    27 +-
 src/animation.h                         |    26 +-
 src/audio.cc                            |    26 +-
 src/audio.h                             |    22 +-
 src/callback.h                          |    22 +-
 src/character.cc                        |    24 +-
 src/character.h                         |    24 +-
 src/character_base.cc                   |    24 +-
 src/character_base.h                    |    24 +-
 src/data_screen.cc                      |    22 +-
 src/data_screen.h                       |    22 +-
 src/dialog.cc                           |    22 +-
 src/dialog.h                            |    22 +-
 src/dialog_screen.cc                    |    22 +-
 src/dialog_screen.h                     |    22 +-
 src/drawable.cc                         |    19 +-
 src/drawable.h                          |    20 +-
 src/drawing_area.cc                     |    20 +-
 src/drawing_area.h                      |    20 +-
 src/event.cc                            |    24 +-
 src/event.h                             |    22 +-
 src/event_handler.cc                    |    22 +-
 src/event_handler.h                     |    22 +-
 src/event_handler_base.h                |    22 +-
 src/event_list.cc                       |    22 +-
 src/event_list.h                        |    22 +-
 src/fileops.cc                          |    22 +-
 src/fileops.h                           |    20 +-
 src/game.cc                             |    24 +-
 src/game.h                              |    24 +-
 src/gamedata.cc                         |    22 +-
 src/gamedata.h                          |    22 +-
 src/gamedate.cc                         |    20 +-
 src/gamedate.h                          |    20 +-
 src/gametime.cc                         |    22 +-
 src/gametime.h                          |    20 +-
 src/image.cc                            |    20 +-
 src/image.h                             |    20 +-
 src/input.cc                            |    30 +-
 src/input.h                             |    24 +-
 src/label.cc                            |    65 +-
 src/label.h                             |    22 +-
 src/label_input.cc                      |    20 +-
 src/label_input.h                       |    19 +-
 src/landmap.cc                          |    20 +-
 src/landmap.h                           |    20 +-
 src/lex.prefs.cc                        |     2 +-
 src/main.cc                             |    24 +-
 src/map_event.cc                        |    20 +-
 src/map_event.h                         |    20 +-
 src/map_event_handler.cc                |    20 +-
 src/map_event_handler.h                 |    20 +-
 src/mapcharacter.cc                     |    20 +-
 src/mapcharacter.h                      |    20 +-
 src/mapobject.cc                        |    20 +-
 src/mapobject.h                         |    20 +-
 src/mapsquare.cc                        |    20 +-
 src/mapsquare.h                         |    20 +-
 src/mapsquare_walkable.cc               |    20 +-
 src/mapsquare_walkable.h                |    20 +-
 src/mapview.cc                          |    20 +-
 src/mapview.h                           |    20 +-
 src/modules/Makefile.am                 |     2 +-
 src/modules/Makefile.in                 |    28 +-
 src/modules/adonthell.py                |  3955 +++-
 src/modules/dialogue.py                 |     2 +-
 src/nls.cc                              |    24 +-
 src/nls.h                               |    20 +-
 src/path.cc                             |    20 +-
 src/path.h                              |    20 +-
 src/pnm.cc                              |    20 +-
 src/pnm.h                               |    20 +-
 src/prefs.cc                            |    24 +-
 src/prefs.h                             |    20 +-
 src/prefs.l                             |     2 +-
 src/py_adonthell.i                      |     2 +-
 src/py_adonthell_wrap.cc                | 35410 +++++++++++++++++-------------
 src/py_callback.cc                      |    22 +-
 src/py_callback.h                       |    22 +-
 src/py_object.cc                        |    30 +-
 src/py_object.h                         |    26 +-
 src/python_class.cc                     |    22 +-
 src/python_class.h                      |    22 +-
 src/quest.cc                            |    22 +-
 src/quest.h                             |    22 +-
 src/screen.cc                           |   103 +-
 src/screen.h                            |    51 +-
 src/storage.cc                          |    24 +-
 src/storage.h                           |    24 +-
 src/str_hash.h                          |    17 +-
 src/surface.cc                          |    25 +-
 src/surface.h                           |    22 +-
 src/text_bubble.cc                      |    25 +-
 src/text_bubble.h                       |    24 +-
 src/time_event.cc                       |     9 +-
 src/time_event.h                        |    20 +-
 src/time_event_handler.cc               |    20 +-
 src/time_event_handler.h                |    20 +-
 src/tools/Makefile.in                   |    26 +-
 src/tools/dlgedit/Makefile.in           |    27 +-
 src/tools/dlgedit/cfg_data.cc           |     9 +-
 src/tools/dlgedit/cfg_data.h            |     9 +-
 src/tools/dlgedit/cfg_io.cc             |    18 +-
 src/tools/dlgedit/cfg_io.h              |     9 +-
 src/tools/dlgedit/cfg_project.cc        |     9 +-
 src/tools/dlgedit/cfg_project.h         |     9 +-
 src/tools/dlgedit/dlg_arrow.cc          |     7 +-
 src/tools/dlgedit/dlg_arrow.h           |     7 +-
 src/tools/dlgedit/dlg_circle.cc         |     7 +-
 src/tools/dlgedit/dlg_circle.h          |     7 +-
 src/tools/dlgedit/dlg_circle_entry.cc   |     9 +-
 src/tools/dlgedit/dlg_circle_entry.h    |     9 +-
 src/tools/dlgedit/dlg_cmdline.cc        |     9 +-
 src/tools/dlgedit/dlg_cmdline.h         |     9 +-
 src/tools/dlgedit/dlg_compiler.cc       |     7 +-
 src/tools/dlgedit/dlg_compiler.h        |     9 +-
 src/tools/dlgedit/dlg_module.cc         |     7 +-
 src/tools/dlgedit/dlg_module.h          |     9 +-
 src/tools/dlgedit/dlg_module_entry.cc   |     9 +-
 src/tools/dlgedit/dlg_module_entry.h    |     4 +-
 src/tools/dlgedit/dlg_mover.cc          |     9 +-
 src/tools/dlgedit/dlg_mover.h           |     9 +-
 src/tools/dlgedit/dlg_node.cc           |     9 +-
 src/tools/dlgedit/dlg_node.h            |     7 +-
 src/tools/dlgedit/dlg_node_gfx.cc       |     7 +-
 src/tools/dlgedit/dlg_node_gfx.h        |     7 +-
 src/tools/dlgedit/dlg_point.cc          |     9 +-
 src/tools/dlgedit/dlg_point.h           |     9 +-
 src/tools/dlgedit/dlg_rect.cc           |     9 +-
 src/tools/dlgedit/dlg_rect.h            |     9 +-
 src/tools/dlgedit/dlg_types.h           |     9 +-
 src/tools/dlgedit/gui_circle.cc         |     7 +-
 src/tools/dlgedit/gui_circle.h          |     7 +-
 src/tools/dlgedit/gui_circle_events.cc  |     7 +-
 src/tools/dlgedit/gui_circle_events.h   |     9 +-
 src/tools/dlgedit/gui_code.cc           |     7 +-
 src/tools/dlgedit/gui_code.h            |     9 +-
 src/tools/dlgedit/gui_dlgedit.cc        |     7 +-
 src/tools/dlgedit/gui_dlgedit.h         |     9 +-
 src/tools/dlgedit/gui_dlgedit_events.cc |     7 +-
 src/tools/dlgedit/gui_dlgedit_events.h  |     9 +-
 src/tools/dlgedit/gui_edit.cc           |     7 +-
 src/tools/dlgedit/gui_edit.h            |     9 +-
 src/tools/dlgedit/gui_error.cc          |     7 +-
 src/tools/dlgedit/gui_error.h           |     7 +-
 src/tools/dlgedit/gui_file.cc           |    15 +-
 src/tools/dlgedit/gui_file.h            |     9 +-
 src/tools/dlgedit/gui_graph.cc          |     7 +-
 src/tools/dlgedit/gui_graph.h           |     9 +-
 src/tools/dlgedit/gui_graph_events.cc   |     7 +-
 src/tools/dlgedit/gui_graph_events.h    |     9 +-
 src/tools/dlgedit/gui_list.cc           |     7 +-
 src/tools/dlgedit/gui_list.h            |     7 +-
 src/tools/dlgedit/gui_list_events.cc    |     7 +-
 src/tools/dlgedit/gui_list_events.h     |     7 +-
 src/tools/dlgedit/gui_messages.cc       |     7 +-
 src/tools/dlgedit/gui_messages.h        |     9 +-
 src/tools/dlgedit/gui_modal_dialog.cc   |     9 +-
 src/tools/dlgedit/gui_modal_dialog.h    |     9 +-
 src/tools/dlgedit/gui_recent_files.cc   |    33 +-
 src/tools/dlgedit/gui_recent_files.h    |    31 +-
 src/tools/dlgedit/gui_resources.cc      |     7 +-
 src/tools/dlgedit/gui_resources.h       |     7 +-
 src/tools/dlgedit/gui_scrollable.cc     |    33 +-
 src/tools/dlgedit/gui_scrollable.h      |    33 +-
 src/tools/dlgedit/gui_settings.cc       |     7 +-
 src/tools/dlgedit/gui_settings.h        |     9 +-
 src/tools/dlgedit/gui_tooltip.cc        |     7 +-
 src/tools/dlgedit/gui_tooltip.h         |     9 +-
 src/tools/dlgedit/gui_tree.cc           |     7 +-
 src/tools/dlgedit/gui_tree.h            |     7 +-
 src/tools/dlgedit/kb_traverse.cc        |     9 +-
 src/tools/dlgedit/kb_traverse.h         |     9 +-
 src/tools/dlgedit/lex.loadcfg.cc        |   209 +-
 src/tools/dlgedit/lex.loadlg.cc         |   255 +-
 src/tools/dlgedit/loadcfg.l             |    20 +-
 src/tools/dlgedit/loadlg.l              |    20 +-
 src/tools/dlgedit/main.cc               |     9 +-
 src/tools/dlgedit/util.cc               |    31 +-
 src/tools/dlgedit/util.h                |    31 +-
 src/types.h                             |    20 +-
 src/win_background.cc                   |    23 +-
 src/win_background.h                    |    18 +-
 src/win_base.cc                         |    24 +-
 src/win_base.h                          |    22 +-
 src/win_border.cc                       |    20 +-
 src/win_border.h                        |    18 +-
 src/win_container.cc                    |    18 +-
 src/win_container.h                     |    20 +-
 src/win_event.cc                        |    20 +-
 src/win_event.h                         |    20 +-
 src/win_font.cc                         |    25 +-
 src/win_font.h                          |    20 +-
 src/win_image.h                         |    20 +-
 src/win_keys.cc                         |    18 +-
 src/win_keys.h                          |    20 +-
 src/win_label.h                         |    20 +-
 src/win_manager.cc                      |    20 +-
 src/win_manager.h                       |    20 +-
 src/win_mapview.h                       |    20 +-
 src/win_object.h                        |    20 +-
 src/win_scroll.cc                       |    20 +-
 src/win_scroll.h                        |    20 +-
 src/win_scrollbar.cc                    |    22 +-
 src/win_scrollbar.h                     |    18 +-
 src/win_select.cc                       |    20 +-
 src/win_select.h                        |    20 +-
 src/win_theme.cc                        |    20 +-
 src/win_theme.h                         |    20 +-
 src/win_ttf.cc                          |    77 +-
 src/win_ttf.h                           |    24 +-
 src/win_types.h                         |    22 +-
 src/win_wrappers.h                      |    18 +-
 src/win_write.h                         |    20 +-
 src/window.h                            |    18 +
 src/yarg.cc                             |    22 +-
 src/yarg.h                              |    22 +-
 268 files changed, 26685 insertions(+), 19042 deletions(-)

diff --cc debian/changelog
index 313bb9f,0000000..b51c026
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,356 -1,0 +1,365 @@@
++adonthell (0.3.6-1) unstable; urgency=medium
++
++  * Team upload.
++  * New upstream release.
++  * Switch to compat level 10.
++  * Tighten versioned recommendation on adonthell-data.
++
++ -- Markus Koschany <apo at debian.org>  Tue, 27 Sep 2016 19:10:56 +0200
++
 +adonthell (0.3.6~beta1-1) unstable; urgency=medium
 +
 +  * Team upload.
 +  * Moved the package to Git.
 +  * debian/control:
 +    - Remove dpkg-dev and versioned constraints from Build-Depends.
 +    - Remove libaa1-dev from Build-Depends.
 +    - Switch from SDL1 to SDL2.
 +    - Switch from Python 2 to Python 3.
 +    - Remove obsolete Breaks and change Recommends to
 +      adonthell-data (>= 0.3.6~beta1)
 +  * Remove README.debian and README.source.
 +  * Simplify debian/rules for new release.
 +  * Drop all patches. Fixed upstream.
 +  * Use --disable-pyc configure option.
 +  * Update docs file. FULLSCREEN.howto is no longer available.
 +  * Remove obsolete dirs file.
 +  * debian/watch: Use version=4.
 +  * Switch to copyright format 1.0.
 +
 + -- Markus Koschany <apo at debian.org>  Tue, 12 Jul 2016 21:31:34 +0200
 +
 +adonthell (0.3.5-11) unstable; urgency=medium
 +
 +  * Team upload.
 +  * Add disable-swig.patch and stop rebuilding adonthell.py from source due to
 +    incompatible changes in Swig >= 3 that would cause runtime errors on
 +    startup and make the game unusable. See README.source for more information
 +    and work in progress.
 +  * Add typemap-bool.patch but disable it by default. (See README.source)
 +  * Add format-security.patch to fix FTBFS due to use of format-security flag.
 +  * Build-Depend on dh-python and dh-autoreconf.
 +  * Build with parallel and autoreconf.
 +
 + -- Markus Koschany <apo at debian.org>  Thu, 14 Apr 2016 20:04:46 +0200
 +
 +adonthell (0.3.5-10) unstable; urgency=medium
 +
 +  * Team upload.
 +
 +  [ Evgeni Golov ]
 +  * Correct Vcs-* URLs to point to anonscm.debian.org.
 +
 +  [ Moritz Muehlenhoff ]
 +  * Remove myself from uploaders.
 +
 +  [ Markus Koschany ]
 +  * wrap-and-sort -sa.
 +  * Declare compliance with Debian Policy 3.9.8.
 +  * Use compat level 9 and require debhelper >= 9.
 +  * Vcs-Browser: Use https.
 +  * Fix Lintian warning copyright-refers-to-symlink-license.
 +  * Try to build adonthell on all architectures again. Set architecture field
 +    to any. (Closes: #727144)
 +  * debian/rules: Remove empty directories.
 +  * Remove lintian-overrides file.
 +
 + -- Markus Koschany <apo at debian.org>  Mon, 11 Apr 2016 22:36:13 +0200
 +
 +adonthell (0.3.5-9) unstable; urgency=low
 +
 +  * Remove extra flag from --with python2. (Closes: #710317).
 +
 + -- Barry deFreese <bdefreese at debian.org>  Wed, 29 May 2013 14:44:36 -0400
 +
 +adonthell (0.3.5-8) unstable; urgency=low
 +
 +  * Acknowledge NMU.
 +  * Clean up packaging.
 +    - Change debian/rules to dh7 style.
 +    - Bump debhelper and compat to 7.
 +    - Replace Conflicts with Breaks in control.
 +    - Add hardening flags.
 +    - Update Homepage to new address.
 +    - Remove links against libdl and libutil since they aren't used.
 +  * Bump Standards Version to 3.9.4.
 +
 + -- Barry deFreese <bdefreese at debian.org>  Mon, 20 May 2013 08:24:40 -0400
 +
 +adonthell (0.3.5-7.1) unstable; urgency=medium
 +
 +  * Non-maintainer upload.
 +  * debian/patches/12_no_sparc_bytecompile.patch:
 +    - Do not bytecompile Python files during build on sparc, workaround
 +      to let adonthell compile again. Generated files were not installed
 +      in the package, and byte-compilation is performed at a later stage
 +      by python-support anyway (Closes: #639450).
 +
 + -- Luca Falavigna <dktrkranz at debian.org>  Sun, 02 Oct 2011 17:21:03 +0200
 +
 +adonthell (0.3.5-7) unstable; urgency=low
 +
 +  * Team upload.
 +  * Thanks Torsten for the NMU!
 +  * Fix FTBFS caused by the NMU.
 +    configure looks for a "swig" binary, the swig2.0 package provides
 +    just swig2.0, making the build fail. Build-Depend on swig (>= 1.3),
 +    which will pull in the latest stable swig by default.
 +    Closes: #633107, #630933, #632531
 +
 + -- Evgeni Golov <evgeni at debian.org>  Fri, 08 Jul 2011 16:10:50 +0200
 +
 +adonthell (0.3.5-6.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Build with swig2.0 to allow removal of the obsolete swig1.3 package.
 +
 + -- Torsten Landschoff <torsten at debian.org>  Wed, 22 Jun 2011 23:46:34 +0200
 +
 +adonthell (0.3.5-6) unstable; urgency=low
 +
 +  * Team upload.
 +
 +  [ Iain Lane ]
 +  * debian/control: Remove myself from Uploaders
 +
 +  [ Peter De Wachter ]
 +  * Fixed FTBFS with newer gcc. (Closes: #624998) (LP: #765984)
 +    - Added patch: 11_ftbfs_with_gcc-4.6.diff
 +
 +  [ Evgeni Golov ]
 +  * Drop the "A" from the Description.
 +  * Add ${misc:Depends} to Depends.
 +
 + -- Evgeni Golov <evgeni at debian.org>  Sun, 08 May 2011 22:55:59 +0200
 +
 +adonthell (0.3.5-5) unstable; urgency=low
 +
 +  * Drop support for armel for now (Closes: #562904)
 +
 + -- Moritz Muehlenhoff <jmm at debian.org>  Wed, 06 Jan 2010 19:26:27 +0100
 +
 +adonthell (0.3.5-4) unstable; urgency=low
 +
 +  * Add myself to uploaders
 +  * Drop special case handling of Python for arm, Python 2.4 is being
 +    removed. If it still fails with the current toolchain, we need to
 +    find a fix in Python or drop support for Arm (Closes: #562401)
 +  * Drop versioned Build-Depends for python-dev, swig1.3 and
 +    python-support; all satified even in Etch
 +  * Convert to source format 3 (quilt)
 +
 + -- Moritz Muehlenhoff <jmm at debian.org>  Thu, 24 Dec 2009 16:31:20 +0100
 +
 +adonthell (0.3.5-3) unstable; urgency=low
 +
 +  [ Barry deFreese ]
 +  * 10_ftbfs_with_gcc-4.4.diff. Fix FTBFS with gcc-4.4. (Closes: #546356).
 +    + Thanks to Ilya Barygin for the patch!
 +  * Add README.source for quilt.
 +  * Bump Standards Version to 3.8.3. (No changes needed).
 +
 + -- Barry deFreese <bdefreese at debian.org>  Sat, 12 Dec 2009 09:01:51 -0500
 +
 +adonthell (0.3.5-2) unstable; urgency=low
 +
 +  [ Barry deFreese ]
 +  * Update my e-mail address.
 +  * Bump Standards Version to 3.8.2. (No changes needed).
 +
 + -- Barry deFreese <bdefreese at debian.org>  Tue, 28 Jul 2009 11:46:07 -0400
 +
 +adonthell (0.3.5-1) experimental; urgency=low
 +
 +  [ Gonéri Le Bouder ]
 +  * add the missing -p1 in debian/patches/series so the package doesn't
 +    FTBFS with the quilt source format (Closes: #484977)
 +  * Bump the standard version to 3.8.0, no change needed.
 +
 +  [ Ansgar Burchardt ]
 +  * Add watch file
 +
 +  [ Iain Lane ]
 +  * New upstream version 0.3.5
 +  * debian/rules: Use quilt.make to apply patches.
 +  * debian/patches: Delete obsolete patches.
 +  * debian/patches/04_do_not_ship_pyc.diff: Refreshed.
 +  * debian/watch: Updated to look at savannah.nongnu.org
 +
 +  [ Miriam Ruiz ]
 +  * Added Iain Lane <laney at ubuntu.com> to Uploaders
 +
 + -- Iain Lane <laney at ubuntu.com>  Wed, 31 Dec 2008 14:23:46 +0000
 +
 +adonthell (0.3.4.cvs.20080529-1+nmu1) unstable; urgency=medium
 +
 +  * Non-maintainer upload.
 +  * Fix FTBFS on arm and armel, thanks to peter green. (Closes: #486654)
 +
 + -- Philipp Kern <pkern at debian.org>  Fri, 01 Aug 2008 11:08:10 +0200
 +
 +adonthell (0.3.4.cvs.20080529-1) unstable; urgency=low
 +
 +  [ Barry deFreese ]
 +  * New maintainer. (Closes: #427141).
 +    + Debian Games Team <pkg-games-devel at lists.alioth.debian.org>.
 +    + Add myself to uploaders.
 +  * New upstream CVS snapshot.
 +    + Drop all current patches as they are fixed in CVS.
 +    + Fixes to build with python2.5. (Closes: #451631).
 +  * Make clean not ignore errors.
 +  * Add copyright holders to debian/copyright.
 +  * Move Homepage from package description to source header.
 +  * Add VCS tags.
 +  * Add autotools-dev build dependency.
 +  * Don't ship pyc files. (Closes: #392492).
 +    + Thanks to Luis Rodrigo Gallardo Cruz for the patch.
 +  * Remove symlink and rename binary to /usr/games/adonthell.
 +  * Bump debian/compat to 5.
 +  * Bump Standards Version to 3.7.3. (No changes needed).
 +
 +  [ Gonéri Le Bouder ]
 +  * Remove src/modules/adonthell.py src/py_adonthell_wrap.cc since they are
 +    generated with SWIG during the build process
 +
 + -- Barry deFreese <bddebian at comcast.net>  Thu, 29 May 2008 21:54:50 -0400
 +
 +adonthell (0.3.4.cvs.20050813-4) unstable; urgency=medium
 +
 +  * QA upload.
 +  * Apply patch from Peter Green to fix FTBFS with gcc 4.3.  closes: #477011.
 +  * Bump to Standards-Version 3.7.3.
 +
 + -- Clint Adams <schizo at debian.org>  Mon, 21 Apr 2008 10:39:20 -0400
 +
 +adonthell (0.3.4.cvs.20050813-3) unstable; urgency=low
 +
 +  * Orphan package, set maintainer to Debian QA Group
 +
 + -- Gordon Fraser <gordon at debian.org>  Sat, 02 Jun 2007 07:18:26 +0200
 +
 +adonthell (0.3.4.cvs.20050813-2.4) unstable; urgency=high
 +
 +  * Non-maintainer upload.
 +  * Replace remaining "<SDL/SDL_keysym.h>" with <SDL_keysym.h>.
 +    (Closes: #398694)
 +    Thanks Goswin von Brederlow and Matthew Johnson for noticing.
 +
 + -- Mohammed Adnène Trojette <adn+deb at diwi.org>  Sat, 18 Nov 2006 17:43:05 +0100
 +
 +adonthell (0.3.4.cvs.20050813-2.3) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Fix SDL include statement in src/py_adonthell.i.
 +
 + -- Mohammed Adnène Trojette <adn+deb at diwi.org>  Wed, 20 Sep 2006 00:27:19 +0200
 +
 +adonthell (0.3.4.cvs.20050813-2.2) unstable; urgency=medium
 +
 +  * Non-maintainer upload with medium urgency.
 +  * Update to the New Python Policy (Closes: #380756)
 +     + debian/control
 +        - bump build-dependency on debhelper to (>= 5.0.37.2)
 +        - remove build-dependency on python and python-dev
 +        - build-depend on python-dev (>= 2.3.5-11)
 +        - build-depend on python-support (>= 0.4)
 +        - depend on ${python:Depends}
 +     + debian/rules
 +        - build with $(shell pyversions -d) to make the package bin-NMUable
 +        - run dh_pythonsupport only (hence the >= 0.4 build-dep)
 +  * Build-Depend on libsdl1.2-dev, libsdl-ttf2.0-dev and libsdl-mixer1.2-dev instead
 +    of with the embedded version, add -lSDL_ttf to --with-py-libs in debian/rules
 +    and rebootstrap (Closes: #382202)
 +  * Work around #374062 using a patch from Julien Danjou (Closes: #381456)
 +  * Build-Depend on quilt for patch management and add adequate rules.
 +  * Bump Standards-Version to 3.7.2.
 +
 + -- Mohammed Adnène Trojette <adn+deb at diwi.org>  Thu, 10 Aug 2006 20:47:56 +0200
 +
 +adonthell (0.3.4.cvs.20050813-2.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Remove obsolete internal objects include (Closes: #370147)
 +
 + -- Mohammed Adnène Trojette <adn+deb at diwi.org>  Tue,  6 Jun 2006 10:21:05 +0200
 +
 +adonthell (0.3.4.cvs.20050813-2) unstable; urgency=low
 +
 +  * Fix build problem with g++ 4.1 (Closes: #356171)
 +
 + -- Gordon Fraser <gordon at debian.org>  Wed,  5 Apr 2006 15:03:17 +0200
 +
 +adonthell (0.3.4.cvs.20050813-1) unstable; urgency=low
 +
 +  * Change dependency to libaa1-dev (Closes: #320890)
 +  * Update to latest CVS (Closes: #297096, #315305)
 +
 + -- Gordon Fraser <gordon at debian.org>  Sat, 13 Aug 2005 09:18:48 +0200
 +
 +adonthell (0.3.3.cvs.20031022-3) unstable; urgency=medium
 +
 +  * Fix problem with SWIG macro changes (Closes: #297096)
 +  * Urgency set to medium due to fix for RC bug
 +
 + -- Gordon Fraser <gordon at debian.org>  Thu,  3 Mar 2005 18:08:27 +0100
 +
 +adonthell (0.3.3.cvs.20031022-2) unstable; urgency=low
 +
 +  * gcc-3.4 compile fixes (Closes: #262996, #263404, #249730)
 +
 + -- Gordon Fraser <gordon at debian.org>  Wed, 11 Aug 2004 15:33:44 +0200
 +
 +adonthell (0.3.3.cvs.20031022-1) unstable; urgency=low
 +
 +  * New CVS checkout
 +  * Fix python include path (Closes: #216484)
 +  * Standards version to 3.6.1
 +  * Include upstream homepage in description
 +
 + -- Gordon Fraser <gordon at debian.org>  Wed, 22 Oct 2003 16:36:30 +0200
 +
 +adonthell (0.3.3.cvs.20030119-2) unstable; urgency=low
 +
 +  * Rebuild against new libvorbis0a package (Closes: #184976)
 +
 + -- Gordon Fraser <gordon at debian.org>  Tue, 25 Mar 2003 11:57:26 +0100
 +
 +adonthell (0.3.3.cvs.20030119-1) unstable; urgency=low
 +
 +  * New CVS snapshot:
 +    - fixes g++ 3.2 compile problems (Closes: #177307)
 +  * Bumped standards-version to 3.5.8
 +  * Removed build-dependency on bison
 +
 + -- Gordon Fraser <gordon at debian.org>  Sun, 19 Jan 2003 16:14:39 +0100
 +
 +adonthell (0.3.3-2) unstable; urgency=low
 +
 +  * Revert str_hash.c changes to fix build problem on hppa
 +
 + -- Gordon Fraser <gordon at debian.org>  Tue,  1 Oct 2002 07:25:13 +0200
 +
 +adonthell (0.3.3-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Gordon Fraser <gordon at debian.org>  Thu, 19 Sep 2002 16:41:22 +0200
 +
 +adonthell (0.3.2.cvs.20020906-3) unstable; urgency=low
 +
 +  * Remove accidential need for autotools (Closes: #160665)
 +
 + -- Gordon Fraser <gordon at debian.org>  Fri, 13 Sep 2002 08:33:43 +0200
 +
 +adonthell (0.3.2.cvs.20020906-2) unstable; urgency=low
 +
 +  * Remove -fno-rtti to fix build problem on ia64
 +  * Revert hash<string> changes to fix build problem on hppa
 +
 + -- Gordon Fraser <gordon at debian.org>  Thu, 12 Sep 2002 19:47:21 +0200
 +
 +adonthell (0.3.2.cvs.20020906-1) unstable; urgency=low
 +
 +  * Initial Debian-upload (Closes: #158679)
 +
 + -- Gordon Fraser <gordon at debian.org>  Wed, 28 Aug 2002 20:37:34 +0200
diff --cc debian/compat
index ec63514,0000000..f599e28
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 9
++10
diff --cc debian/control
index 7c40070,0000000..5d0fe31
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,38 -1,0 +1,37 @@@
 +Source: adonthell
 +Section: games
 +Priority: optional
 +Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 +Uploaders:
 + Barry deFreese <bdefreese at debian.org>
 +Build-Depends:
-  debhelper (>= 9),
-  dh-autoreconf,
++ debhelper (>= 10),
 + dh-python,
 + libfreetype6-dev,
 + libsdl2-dev,
 + libsdl2-mixer-dev,
 + libsdl2-ttf-dev,
 + libvorbis-dev,
 + python3-dev,
 + swig,
 + zlib1g-dev
 +Standards-Version: 3.9.8
 +Homepage: http://adonthell.nongnu.org/index.shtml
 +Vcs-Git: https://anonscm.debian.org/git/pkg-games/adonthell.git
 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/adonthell.git
 +
 +Package: adonthell
 +Architecture: any
 +Depends:
 + ${misc:Depends},
 + ${python3:Depends},
 + ${shlibs:Depends}
 +Recommends:
-  adonthell-data (>= 0.3.6~beta1)
++ adonthell-data (>= 0.3.6)
 +Description: 2D graphical roleplaying game
 + A 2D graphical RPG game inspired by good old console RPGs like the
 + ones on the SNES.
 + .
 + This package contains the Adonthell engine. You'll also need a game
 + to be able to play. For this release, the official game is Waste's
 + Edge, found in the package adonthell-data.
diff --cc debian/rules
index 6696b63,0000000..fd349d6
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,26 -1,0 +1,26 @@@
 +#!/usr/bin/make -f
 +#export DH_VERBOSE=1
 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 +
 +%:
- 	dh $@ --parallel --with autoreconf,python3
++	dh $@ --with python3
 +
 +override_dh_auto_configure:
 +	dh_auto_configure -- \
 +		--prefix=/usr \
 +		--mandir=\$${prefix}/share/man \
 +		--bindir=\$${prefix}/games \
 +		--datadir=\$${prefix}/share/games \
 +		--disable-pyc
 +
 +
 +override_dh_auto_install:
 +	dh_auto_install -- \
 +		DESTDIR="$(CURDIR)/debian/adonthell"
 +	#Remove the symlink and change binary name back to adonthell
 +	rm -f $(CURDIR)/debian/adonthell/usr/games/adonthell
 +	mv $(CURDIR)/debian/adonthell/usr/games/adonthell-0.3 \
 +		$(CURDIR)/debian/adonthell/usr/games/adonthell
 +	# Remove empty directories
 +	find . -type d -empty -delete
 +

-- 
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