This is an automated email from the git hooks/post-receive script.
mgilbert pushed a change to branch master
in repository deng.
from e476892 fix bug number
new a5cf2eb import upstream 1.15.1
new 20278f2 Merge branch 'upstream'
new 8c24c6c release 1.15.1-1
The 3 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:
debian/changelog | 8 +
debian/copyright | 3 +
.../{noexample.patch => no-libexample.patch} | 0
.../{exit-calls.patch => no-shlibexits.patch} | 49 +++++
debian/patches/no-timestamps.patch | 203 +++++++++++++++++++++
debian/patches/series | 5 +-
debian/{ => source}/lintian-overrides | 0
doomsday/api/dd_version.h | 4 +-
doomsday/client/include/versioninfo.h | 16 +-
doomsday/client/net.dengine.client.pack/Info.dei | 2 +-
.../net.dengine.client.pack/defaultstyle.pack/Info | 2 +-
.../net.dengine.client.pack/renderer.pack/Info | 2 +-
.../renderer.pack/lensflares.pack/Info | 2 +-
.../res/macx/English.lproj/InfoPlist.strings | Bin 586 -> 0 bytes
doomsday/client/res/macx/Info.plist | 26 ---
doomsday/client/res/macx/deng.icns | Bin 934433 -> 0 bytes
doomsday/client/res/windows/.gitignore | 2 -
doomsday/client/res/windows/doomsday.exe.manifest | 10 -
doomsday/client/res/windows/doomsday.ico | Bin 92099 -> 0 bytes
doomsday/client/res/windows/doomsday.rc | 150 ---------------
doomsday/client/src/def_main.cpp | 4 +-
doomsday/client/src/resource/hq2x.cpp | 2 +-
doomsday/doc/output/doomsday.6 | 2 +-
doomsday/doc/readme/readme.ame | 2 +-
doomsday/doc/server/server.ame | 2 +-
doomsday/doc/shell-text/shell-text.ame | 2 +-
doomsday/libappfw/appfw.doxy | 2 +-
doomsday/libcore/net.dengine.stdlib.pack/Info | 2 +-
doomsday/libcore/res/win32/.gitignore | 1 -
doomsday/libcore/res/win32/core.rc.in | 143 ---------------
doomsday/libcore/res/win32/deng_core.dll.manifest | 10 -
doomsday/libcore/res/win32/generate_rc.py | 45 -----
doomsday/libcore/res/win32/resource.h | 15 --
doomsday/libdoomsday/src/defs/dedparser.cpp | 11 +-
doomsday/libgui/gui.doxy | 2 +-
doomsday/libgui/net.dengine.stdlib.gui.pack/Info | 2 +-
doomsday/net.dengine.base.pack/Info | 2 +-
doomsday/plugins/doom/data/conhelp.txt | 15 +-
doomsday/plugins/doom/src/d_main.cpp | 3 +-
doomsday/plugins/heretic/data/conhelp.txt | 12 +-
doomsday/plugins/hexen/data/conhelp.txt | 15 +-
doomsday/plugins/hexen/src/p_mobj.c | 3 +
doomsday/sdk-qch.doxy | 4 +-
.../res/macx/AppIcon.appiconset/icon_128x128.png | Bin 21935 -> 0 bytes
.../macx/AppIcon.appiconset/[email protected] | Bin 78125 -> 0 bytes
.../res/macx/AppIcon.appiconset/icon_16x16.png | Bin 848 -> 0 bytes
.../res/macx/AppIcon.appiconset/[email protected] | Bin 2543 -> 0 bytes
.../res/macx/AppIcon.appiconset/icon_256x256.png | Bin 78125 -> 0 bytes
.../macx/AppIcon.appiconset/[email protected] | Bin 291599 -> 0 bytes
.../res/macx/AppIcon.appiconset/icon_32x32.png | Bin 2461 -> 0 bytes
.../res/macx/AppIcon.appiconset/[email protected] | Bin 7333 -> 0 bytes
.../res/macx/AppIcon.appiconset/icon_512x512.png | Bin 291599 -> 0 bytes
.../res/macx/English.lproj/InfoPlist.strings | Bin 596 -> 0 bytes
.../shell/shell-gui/res/macx/Info-Xcode.plist | 26 ---
doomsday/tools/shell/shell-gui/res/macx/Info.plist | 28 ---
doomsday/tools/shell/shell-gui/res/macx/shell.icns | Bin 799550 -> 0 bytes
doomsday/tools/shell/shell-gui/res/shell.png | Bin 62561 -> 0 bytes
doomsday/tools/shell/shell-gui/res/shell.qrc | 9 -
doomsday/tools/shell/shell-gui/res/[email protected] | Bin 208205 -> 0 bytes
.../tools/shell/shell-gui/res/toolbar_console.png | Bin 4004 -> 0 bytes
.../shell/shell-gui/res/toolbar_placeholder.png | Bin 3888 -> 0 bytes
.../tools/shell/shell-gui/res/toolbar_status.png | Bin 4491 -> 0 bytes
.../tools/shell/shell-gui/res/windows/shell.ico | Bin 99017 -> 0 bytes
.../tools/shell/shell-gui/res/windows/shell.rc | 1 -
64 files changed, 337 insertions(+), 512 deletions(-)
rename debian/patches/{noexample.patch => no-libexample.patch} (100%)
rename debian/patches/{exit-calls.patch => no-shlibexits.patch} (82%)
create mode 100644 debian/patches/no-timestamps.patch
rename debian/{ => source}/lintian-overrides (100%)
delete mode 100755 doomsday/client/res/macx/English.lproj/InfoPlist.strings
delete mode 100644 doomsday/client/res/macx/Info.plist
delete mode 100644 doomsday/client/res/macx/deng.icns
delete mode 100644 doomsday/client/res/windows/.gitignore
delete mode 100644 doomsday/client/res/windows/doomsday.exe.manifest
delete mode 100644 doomsday/client/res/windows/doomsday.ico
delete mode 100644 doomsday/client/res/windows/doomsday.rc
delete mode 100644 doomsday/libcore/res/win32/.gitignore
delete mode 100644 doomsday/libcore/res/win32/core.rc.in
delete mode 100644 doomsday/libcore/res/win32/deng_core.dll.manifest
delete mode 100644 doomsday/libcore/res/win32/generate_rc.py
delete mode 100644 doomsday/libcore/res/win32/resource.h
delete mode 100644
doomsday/tools/shell/shell-gui/res/macx/AppIcon.appiconset/icon_128x128.png
delete mode 100644
doomsday/tools/shell/shell-gui/res/macx/AppIcon.appiconset/[email protected]
delete mode 100644
doomsday/tools/shell/shell-gui/res/macx/AppIcon.appiconset/icon_16x16.png
delete mode 100644
doomsday/tools/shell/shell-gui/res/macx/AppIcon.appiconset/[email protected]
delete mode 100644
doomsday/tools/shell/shell-gui/res/macx/AppIcon.appiconset/icon_256x256.png
delete mode 100644
doomsday/tools/shell/shell-gui/res/macx/AppIcon.appiconset/[email protected]
delete mode 100644
doomsday/tools/shell/shell-gui/res/macx/AppIcon.appiconset/icon_32x32.png
delete mode 100644
doomsday/tools/shell/shell-gui/res/macx/AppIcon.appiconset/[email protected]
delete mode 100644
doomsday/tools/shell/shell-gui/res/macx/AppIcon.appiconset/icon_512x512.png
delete mode 100755
doomsday/tools/shell/shell-gui/res/macx/English.lproj/InfoPlist.strings
delete mode 100644 doomsday/tools/shell/shell-gui/res/macx/Info-Xcode.plist
delete mode 100644 doomsday/tools/shell/shell-gui/res/macx/Info.plist
delete mode 100644 doomsday/tools/shell/shell-gui/res/macx/shell.icns
delete mode 100644 doomsday/tools/shell/shell-gui/res/shell.png
delete mode 100644 doomsday/tools/shell/shell-gui/res/shell.qrc
delete mode 100644 doomsday/tools/shell/shell-gui/res/[email protected]
delete mode 100644 doomsday/tools/shell/shell-gui/res/toolbar_console.png
delete mode 100644 doomsday/tools/shell/shell-gui/res/toolbar_placeholder.png
delete mode 100644 doomsday/tools/shell/shell-gui/res/toolbar_status.png
delete mode 100644 doomsday/tools/shell/shell-gui/res/windows/shell.ico
delete mode 100644 doomsday/tools/shell/shell-gui/res/windows/shell.rc
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-games/deng.git
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits