This is an automated email from the git hooks/post-receive script. coringao-guest pushed a commit to branch master in repository osmose-emulator.
commit 76c4a4e49cca67b714a4912243b80224fc2bf8c2 Author: Carlos Donizete Froes <[email protected]> Date: Thu Oct 19 10:20:05 2017 -0200 Renamed directory --- {osmose => src}/AnsiColorTerminal.h | 0 {osmose => src}/Bits.h | 0 {osmose => src}/DebugEventListener.h | 0 {osmose => src}/DebugEventThrower.cpp | 0 {osmose => src}/DebugEventThrower.h | 0 {osmose => src}/Definitions.h | 0 {osmose => src}/FIFOSoundBuffer.cpp | 0 {osmose => src}/FIFOSoundBuffer.h | 0 {osmose => src}/IOMapper.cpp | 0 {osmose => src}/IOMapper.h | 0 {osmose => src}/IOMapper_GG.cpp | 0 {osmose => src}/IOMapper_GG.h | 0 {osmose => src}/MemoryMapper.cpp | 0 {osmose => src}/MemoryMapper.h | 0 {osmose => src}/Options.cpp | 0 {osmose => src}/Options.h | 0 {osmose => src}/OsmoseCore.cpp | 0 {osmose => src}/OsmoseCore.h | 0 {osmose => src}/RomSpecificOption.cpp | 0 {osmose => src}/RomSpecificOption.h | 0 {osmose => src}/SN76489.cpp | 0 {osmose => src}/SN76489.h | 0 {osmose => src}/SaveState.h | 0 {osmose => src}/SmsDebugger.cpp | 0 {osmose => src}/SmsDebugger.h | 0 {osmose => src}/SmsEnvironment.cpp | 0 {osmose => src}/SmsEnvironment.h | 0 {osmose => src}/SoundThread.cpp | 0 {osmose => src}/SoundThread.h | 0 {osmose => src}/VDP.cpp | 0 {osmose => src}/VDP.h | 0 {osmose => src}/VDP_GG.cpp | 0 {osmose => src}/VDP_GG.h | 0 {osmose => src}/Version.h | 0 {osmose => src}/WaveWriter.cpp | 0 {osmose => src}/WaveWriter.h | 0 36 files changed, 0 insertions(+), 0 deletions(-) diff --git a/osmose/AnsiColorTerminal.h b/src/AnsiColorTerminal.h similarity index 100% rename from osmose/AnsiColorTerminal.h rename to src/AnsiColorTerminal.h diff --git a/osmose/Bits.h b/src/Bits.h similarity index 100% rename from osmose/Bits.h rename to src/Bits.h diff --git a/osmose/DebugEventListener.h b/src/DebugEventListener.h similarity index 100% rename from osmose/DebugEventListener.h rename to src/DebugEventListener.h diff --git a/osmose/DebugEventThrower.cpp b/src/DebugEventThrower.cpp similarity index 100% rename from osmose/DebugEventThrower.cpp rename to src/DebugEventThrower.cpp diff --git a/osmose/DebugEventThrower.h b/src/DebugEventThrower.h similarity index 100% rename from osmose/DebugEventThrower.h rename to src/DebugEventThrower.h diff --git a/osmose/Definitions.h b/src/Definitions.h similarity index 100% rename from osmose/Definitions.h rename to src/Definitions.h diff --git a/osmose/FIFOSoundBuffer.cpp b/src/FIFOSoundBuffer.cpp similarity index 100% rename from osmose/FIFOSoundBuffer.cpp rename to src/FIFOSoundBuffer.cpp diff --git a/osmose/FIFOSoundBuffer.h b/src/FIFOSoundBuffer.h similarity index 100% rename from osmose/FIFOSoundBuffer.h rename to src/FIFOSoundBuffer.h diff --git a/osmose/IOMapper.cpp b/src/IOMapper.cpp similarity index 100% rename from osmose/IOMapper.cpp rename to src/IOMapper.cpp diff --git a/osmose/IOMapper.h b/src/IOMapper.h similarity index 100% rename from osmose/IOMapper.h rename to src/IOMapper.h diff --git a/osmose/IOMapper_GG.cpp b/src/IOMapper_GG.cpp similarity index 100% rename from osmose/IOMapper_GG.cpp rename to src/IOMapper_GG.cpp diff --git a/osmose/IOMapper_GG.h b/src/IOMapper_GG.h similarity index 100% rename from osmose/IOMapper_GG.h rename to src/IOMapper_GG.h diff --git a/osmose/MemoryMapper.cpp b/src/MemoryMapper.cpp similarity index 100% rename from osmose/MemoryMapper.cpp rename to src/MemoryMapper.cpp diff --git a/osmose/MemoryMapper.h b/src/MemoryMapper.h similarity index 100% rename from osmose/MemoryMapper.h rename to src/MemoryMapper.h diff --git a/osmose/Options.cpp b/src/Options.cpp similarity index 100% rename from osmose/Options.cpp rename to src/Options.cpp diff --git a/osmose/Options.h b/src/Options.h similarity index 100% rename from osmose/Options.h rename to src/Options.h diff --git a/osmose/OsmoseCore.cpp b/src/OsmoseCore.cpp similarity index 100% rename from osmose/OsmoseCore.cpp rename to src/OsmoseCore.cpp diff --git a/osmose/OsmoseCore.h b/src/OsmoseCore.h similarity index 100% rename from osmose/OsmoseCore.h rename to src/OsmoseCore.h diff --git a/osmose/RomSpecificOption.cpp b/src/RomSpecificOption.cpp similarity index 100% rename from osmose/RomSpecificOption.cpp rename to src/RomSpecificOption.cpp diff --git a/osmose/RomSpecificOption.h b/src/RomSpecificOption.h similarity index 100% rename from osmose/RomSpecificOption.h rename to src/RomSpecificOption.h diff --git a/osmose/SN76489.cpp b/src/SN76489.cpp similarity index 100% rename from osmose/SN76489.cpp rename to src/SN76489.cpp diff --git a/osmose/SN76489.h b/src/SN76489.h similarity index 100% rename from osmose/SN76489.h rename to src/SN76489.h diff --git a/osmose/SaveState.h b/src/SaveState.h similarity index 100% rename from osmose/SaveState.h rename to src/SaveState.h diff --git a/osmose/SmsDebugger.cpp b/src/SmsDebugger.cpp similarity index 100% rename from osmose/SmsDebugger.cpp rename to src/SmsDebugger.cpp diff --git a/osmose/SmsDebugger.h b/src/SmsDebugger.h similarity index 100% rename from osmose/SmsDebugger.h rename to src/SmsDebugger.h diff --git a/osmose/SmsEnvironment.cpp b/src/SmsEnvironment.cpp similarity index 100% rename from osmose/SmsEnvironment.cpp rename to src/SmsEnvironment.cpp diff --git a/osmose/SmsEnvironment.h b/src/SmsEnvironment.h similarity index 100% rename from osmose/SmsEnvironment.h rename to src/SmsEnvironment.h diff --git a/osmose/SoundThread.cpp b/src/SoundThread.cpp similarity index 100% rename from osmose/SoundThread.cpp rename to src/SoundThread.cpp diff --git a/osmose/SoundThread.h b/src/SoundThread.h similarity index 100% rename from osmose/SoundThread.h rename to src/SoundThread.h diff --git a/osmose/VDP.cpp b/src/VDP.cpp similarity index 100% rename from osmose/VDP.cpp rename to src/VDP.cpp diff --git a/osmose/VDP.h b/src/VDP.h similarity index 100% rename from osmose/VDP.h rename to src/VDP.h diff --git a/osmose/VDP_GG.cpp b/src/VDP_GG.cpp similarity index 100% rename from osmose/VDP_GG.cpp rename to src/VDP_GG.cpp diff --git a/osmose/VDP_GG.h b/src/VDP_GG.h similarity index 100% rename from osmose/VDP_GG.h rename to src/VDP_GG.h diff --git a/osmose/Version.h b/src/Version.h similarity index 100% rename from osmose/Version.h rename to src/Version.h diff --git a/osmose/WaveWriter.cpp b/src/WaveWriter.cpp similarity index 100% rename from osmose/WaveWriter.cpp rename to src/WaveWriter.cpp diff --git a/osmose/WaveWriter.h b/src/WaveWriter.h similarity index 100% rename from osmose/WaveWriter.h rename to src/WaveWriter.h -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/osmose-emulator.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

