[quakespasm] branch master updated (bb815ec -> 7dc7e55)

Stephen Kitt skitt at moszumanska.debian.org
Mon Mar 23 22:57:14 UTC 2015


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

skitt pushed a change to branch master
in repository quakespasm.

      from  bb815ec   Upload to unstable
       new  712bc6e   Imported Upstream version 0.90.0
       new  93b09cc   Merge tag 'upstream/0.90.0'
       new  0c13b56   New upstream release.
       new  3f0d7c3   Switch to my Debian address.
       new  e24e36a   Build with SDL2, FLAC, OPUS and MikMod.
       new  4f3ed34   Rework debian/copyright.
       new  774c08e   wrap-and-sort.
       new  525ce51   Drop redundant package copyright.
       new  1f46a9f   Build and install quakespasm.pak.
       new  3283d78   Standards-Version 3.9.6, no change required.
       new  7dc7e55   Release.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu.txt => LICENSE.txt                             |    14 +-
 .../{QuakeSpasm.cbp => QuakeSpasm-SDL2.cbp}        |    40 +-
 Linux/CodeBlocks/QuakeSpasm.cbp                    |    25 +-
 Linux/CodeBlocks/QuakeSpasm.layout                 |     4 -
 Linux/CodeBlocks/QuakeSpasm.workspace              |     6 -
 Linux/sgml/Makefile.sgml                           |     6 +
 README.sgml => Linux/sgml/Quakespasm.sgml          |   110 +-
 Linux/sgml/sgml2rawtxt                             |     4 +
 Misc/fs_search_order.patch                         |    37 +
 Misc/gray_big.bmp                                  |   Bin 983094 -> 0 bytes
 Misc/homedir_0.patch                               |   171 -
 Misc/qs_pak/Makefile                               |    16 +
 Misc/qs_pak/default.cfg                            |   110 +
 Misc/qs_pak/default.cfg.orig                       |    98 +
 Misc/{gray_big.lmp => qs_pak/gfx/conback.lmp}      |   Bin
 Misc/qs_pak/maps/e1m1.ent                          |  1970 ++
 Misc/qs_pak/maps/e1m1.ent.orig                     |  1969 ++
 Misc/qs_pak/maps/e1m2.ent                          |  3019 +++
 Misc/qs_pak/maps/e1m2.ent.orig                     |  3019 +++
 Misc/qs_pak/maps/e2m3.ent                          |  2862 +++
 Misc/qs_pak/maps/e2m3.ent.orig                     |  2860 +++
 Misc/qs_pak/maps/e2m7.ent                          |  3633 ++++
 Misc/qs_pak/maps/e2m7.ent.orig                     |  3632 ++++
 Misc/qs_pak/mkpak.sh                               |   135 +
 Misc/quake_retexturing_project.patch               |    24 +-
 Misc/snd_opus.patch                                |   423 -
 Quake/Makefile                                     |    78 +-
 Quake/Makefile.darwin                              |   101 +-
 Quake/Makefile.w32                                 |    69 +-
 Quake/Makefile.w64                                 |    71 +-
 Quake/anorm_dots.h                                 |   616 +-
 Quake/anorms.h                                     |   360 +-
 Quake/arch_def.h                                   |    18 +-
 Quake/bgmusic.c                                    |    18 +-
 Quake/bspfile.h                                    |    93 +-
 ...{build_cross_osx.sh => build_cross_osx-sdl2.sh} |    26 +-
 Quake/cd_null.c                                    |    39 +-
 Quake/cd_sdl.c                                     |   128 +-
 Quake/cdaudio.h                                    |     2 +-
 Quake/cfgfile.c                                    |    42 +-
 Quake/cfgfile.h                                    |    43 +-
 Quake/chase.c                                      |     1 +
 Quake/cl_demo.c                                    |    19 +-
 Quake/cl_input.c                                   |    23 +-
 Quake/cl_main.c                                    |     9 +-
 Quake/cl_parse.c                                   |    29 +-
 Quake/cl_tent.c                                    |     1 +
 Quake/client.h                                     |     6 +-
 Quake/cmd.c                                        |     9 +-
 Quake/cmd.h                                        |     1 +
 Quake/common.c                                     |   506 +-
 Quake/common.h                                     |    62 +-
 Quake/conback.c                                    |    34 -
 Quake/conback.h                                    | 20481 -------------------
 Quake/console.c                                    |    44 +-
 Quake/console.h                                    |     2 +-
 Quake/cvar.c                                       |     5 +-
 Quake/cvar.h                                       |     2 +-
 Quake/d_ifacea.h                                   |   105 -
 Quake/draw.h                                       |     5 +-
 Quake/gl_draw.c                                    |   103 +-
 Quake/gl_fog.c                                     |     5 +-
 Quake/gl_mesh.c                                    |     3 +-
 Quake/gl_model.c                                   |   613 +-
 Quake/gl_model.h                                   |    22 +-
 Quake/gl_refrag.c                                  |     2 +-
 Quake/gl_rlight.c                                  |     1 +
 Quake/gl_rmain.c                                   |    11 +-
 Quake/gl_rmisc.c                                   |     5 +-
 Quake/gl_screen.c                                  |    61 +-
 Quake/gl_sky.c                                     |     9 +-
 Quake/gl_texmgr.c                                  |    71 +-
 Quake/gl_texmgr.h                                  |     2 +
 Quake/gl_vidsdl.c                                  |   630 +-
 Quake/gl_warp.c                                    |     2 +-
 Quake/gl_warp_sin.h                                |   130 +-
 Quake/glquake.h                                    |    53 +-
 Quake/host.c                                       |     4 +-
 Quake/host_cmd.c                                   |   281 +-
 Quake/image.c                                      |    90 +-
 Quake/image.h                                      |     1 +
 Quake/in_sdl.c                                     |   635 +-
 Quake/input.h                                      |     7 +-
 Quake/keys.c                                       |   333 +-
 Quake/keys.h                                       |    10 +-
 Quake/main_sdl.c                                   |    60 +-
 Quake/mathlib.c                                    |    38 +-
 Quake/mathlib.h                                    |     1 +
 Quake/menu.c                                       |   239 +-
 Quake/menu.h                                       |     5 +-
 Quake/net.h                                        |     3 +-
 Quake/net_bsd.c                                    |     1 +
 Quake/net_defs.h                                   |    49 +-
 Quake/net_dgrm.c                                   |    17 +-
 Quake/net_dgrm.h                                   |     4 +-
 Quake/net_loop.c                                   |     4 +-
 Quake/net_loop.h                                   |     2 +-
 Quake/net_main.c                                   |    10 +-
 Quake/net_sdl.c                                    |    98 -
 Quake/net_sdlnet.c                                 |   529 -
 Quake/net_sdlnet.h                                 |    44 -
 Quake/net_sys.h                                    |    37 +-
 Quake/net_udp.c                                    |     2 +-
 Quake/net_udp.h                                    |     3 +-
 Quake/net_win.c                                    |     2 +-
 Quake/net_wins.c                                   |     5 +-
 Quake/net_wins.h                                   |     4 +-
 Quake/net_wipx.c                                   |     2 +-
 Quake/net_wipx.h                                   |     4 +-
 Quake/pl_linux.c                                   |    30 +-
 Quake/pl_osx.m                                     |     5 +
 Quake/pl_win.c                                     |    13 +
 Quake/platform.h                                   |     1 +
 Quake/pr_cmds.c                                    |     5 +-
 Quake/pr_comp.h                                    |     1 +
 Quake/pr_edict.c                                   |     1 +
 Quake/pr_exec.c                                    |     1 +
 Quake/progs.h                                      |     5 +-
 Quake/protocol.h                                   |     1 +
 Quake/q_ctype.h                                    |    85 +
 Quake/q_sound.h                                    |     5 +-
 Quake/q_stdinc.h                                   |    83 +-
 Quake/quakedef.h                                   |    54 +-
 Quake/quakespasm.pak                               |   Bin 0 -> 487121 bytes
 Quake/r_alias.c                                    |    17 +-
 Quake/r_brush.c                                    |   167 +-
 Quake/r_part.c                                     |    13 +-
 Quake/r_sprite.c                                   |     3 +-
 Quake/r_world.c                                    |   528 +-
 Quake/render.h                                     |     1 +
 Quake/sbar.c                                       |     1 +
 Quake/sbar.h                                       |     1 +
 Quake/screen.h                                     |     1 +
 Quake/server.h                                     |     1 +
 Quake/snd_codec.c                                  |    81 +-
 Quake/snd_codec.h                                  |     6 +-
 Quake/snd_codeci.h                                 |     5 +-
 Quake/snd_dma.c                                    |    30 +-
 Quake/snd_flac.c                                   |   395 +
 Quake/snd_flac.h                                   |    13 +
 Quake/snd_mem.c                                    |     5 +-
 Quake/snd_mikmod.c                                 |   205 +
 Quake/snd_mikmod.h                                 |    13 +
 Quake/snd_mix.c                                    |   259 +-
 Quake/snd_modplug.c                                |   121 +
 Quake/snd_modplug.h                                |    12 +
 Quake/snd_mp3.c                                    |    43 +-
 Quake/snd_mpg123.c                                 |    22 +-
 Quake/snd_opus.c                                   |   210 +
 Quake/snd_opus.h                                   |    13 +
 Quake/snd_sdl.c                                    |    24 +-
 Quake/snd_umx.c                                    |   407 +
 Quake/snd_umx.h                                    |    12 +
 Quake/snd_vorbis.c                                 |    27 +-
 Quake/snd_wave.c                                   |    43 +-
 Quake/sv_main.c                                    |    14 +-
 Quake/sv_move.c                                    |     1 +
 Quake/sv_phys.c                                    |     1 +
 Quake/sv_user.c                                    |    39 +-
 Quake/sys.h                                        |     1 +
 Quake/sys_sdl_unix.c                               |   139 +-
 Quake/sys_sdl_win.c                                |    80 +-
 Quake/vid.h                                        |     7 +
 Quake/view.c                                       |     5 +-
 Quake/view.h                                       |     3 +-
 Quake/wad.c                                        |     1 +
 Quake/wad.h                                        |     3 +-
 Quake/world.c                                      |     1 +
 Quake/world.h                                      |     3 +-
 Quake/zone.c                                       |     5 +
 Quake/zone.h                                       |     1 +
 README.music => Quakespasm-Music.txt               |     2 +-
 README.html => Quakespasm.html                     |   189 +-
 README.txt => Quakespasm.txt                       |   259 +-
 debian/changelog                                   |    12 +
 debian/control                                     |    33 +-
 debian/copyright                                   |   154 +-
 debian/patches/mkpak-bashism.patch                 |    11 +
 debian/patches/mp3-copyright.patch                 |     2 +-
 debian/patches/remove-redundant-linking.patch      |     4 +-
 debian/patches/series                              |     2 +-
 debian/patches/use-inherited-build-flags.patch     |     4 +-
 debian/quakespasm.doc-base                         |     6 +-
 debian/quakespasm.docs                             |     4 +-
 debian/rules                                       |    12 +-
 185 files changed, 30854 insertions(+), 24595 deletions(-)
 rename gnu.txt => LICENSE.txt (98%)
 copy Linux/CodeBlocks/{QuakeSpasm.cbp => QuakeSpasm-SDL2.cbp} (90%)
 delete mode 100644 Linux/CodeBlocks/QuakeSpasm.layout
 delete mode 100644 Linux/CodeBlocks/QuakeSpasm.workspace
 create mode 100644 Linux/sgml/Makefile.sgml
 rename README.sgml => Linux/sgml/Quakespasm.sgml (65%)
 create mode 100755 Linux/sgml/sgml2rawtxt
 create mode 100644 Misc/fs_search_order.patch
 delete mode 100644 Misc/gray_big.bmp
 delete mode 100644 Misc/homedir_0.patch
 create mode 100644 Misc/qs_pak/Makefile
 create mode 100644 Misc/qs_pak/default.cfg
 create mode 100644 Misc/qs_pak/default.cfg.orig
 rename Misc/{gray_big.lmp => qs_pak/gfx/conback.lmp} (100%)
 create mode 100644 Misc/qs_pak/maps/e1m1.ent
 create mode 100644 Misc/qs_pak/maps/e1m1.ent.orig
 create mode 100644 Misc/qs_pak/maps/e1m2.ent
 create mode 100644 Misc/qs_pak/maps/e1m2.ent.orig
 create mode 100644 Misc/qs_pak/maps/e2m3.ent
 create mode 100644 Misc/qs_pak/maps/e2m3.ent.orig
 create mode 100644 Misc/qs_pak/maps/e2m7.ent
 create mode 100644 Misc/qs_pak/maps/e2m7.ent.orig
 create mode 100755 Misc/qs_pak/mkpak.sh
 delete mode 100644 Misc/snd_opus.patch
 copy Quake/{build_cross_osx.sh => build_cross_osx-sdl2.sh} (51%)
 delete mode 100644 Quake/conback.c
 delete mode 100644 Quake/conback.h
 delete mode 100644 Quake/d_ifacea.h
 delete mode 100644 Quake/net_sdl.c
 delete mode 100644 Quake/net_sdlnet.c
 delete mode 100644 Quake/net_sdlnet.h
 create mode 100644 Quake/q_ctype.h
 create mode 100644 Quake/quakespasm.pak
 create mode 100644 Quake/snd_flac.c
 create mode 100644 Quake/snd_flac.h
 create mode 100644 Quake/snd_mikmod.c
 create mode 100644 Quake/snd_mikmod.h
 create mode 100644 Quake/snd_modplug.c
 create mode 100644 Quake/snd_modplug.h
 create mode 100644 Quake/snd_opus.c
 create mode 100644 Quake/snd_opus.h
 create mode 100644 Quake/snd_umx.c
 create mode 100644 Quake/snd_umx.h
 rename README.music => Quakespasm-Music.txt (99%)
 rename README.html => Quakespasm.html (58%)
 rename README.txt => Quakespasm.txt (61%)
 create mode 100644 debian/patches/mkpak-bashism.patch

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



More information about the Pkg-games-commits mailing list