This is an automated email from the git hooks/post-receive script. jcowgill pushed a commit to branch master in repository dolphin-emu.
commit 0a710729a04bc6e2c36a9926be634d6e5abd57c7 Author: James Cowgill <[email protected]> Date: Thu Apr 28 01:03:09 2016 +0100 Install upstream provided man page --- debian/dolphin-emu.6 | 61 --------------------------------------------- debian/dolphin-emu.install | 1 + debian/dolphin-emu.manpages | 1 - 3 files changed, 1 insertion(+), 62 deletions(-) diff --git a/debian/dolphin-emu.6 b/debian/dolphin-emu.6 deleted file mode 100644 index d742e47..0000000 --- a/debian/dolphin-emu.6 +++ /dev/null @@ -1,61 +0,0 @@ -.TH DOLPHIN-EMU 6 "September 2015" -.SH NAME -dolphin-emu \- A Gamecube, Wii and Triforce emulator. -.SH SYNOPSIS -.B dolphin-emu -.RI [ options ] -.SH DESCRIPTION -.B dolphin-emu -is a Gamecube, Wii and Triforce (the arcade machine based on the -Gamecube) emulator. -.P -Gamecube compatibility is okay - lots of games work, many games don't work. -.P -Wii compatibility is also good - a lot of games do work. Wii emulation -generally requires a bit more computing power than Gamecube emulation, though. -.P -Triforce compatibility is not really known yet, but at least one game runs, -with minor glitches. -.SH OPTIONS -.TP -\fB\-A\fR, \fB\-\-audio_emulation=\fIemulation\fR -Specifies the audio emulation type to use. This can either be -.B HLE -(high level emulation), or -.B LLE -(low level emulation). -.TP -.BR \-b ", " \-\-batch -Exit application when emulator closes. -.TP -.BR \-d ", " \-\-debugger -Opens the debugger. -.TP -\fB\-e\fR, \fB\-\-exec=\fIfile\fR -Loads and starts emulating the specified file (ELF, DOL, GCM, ISO, WBFS, CISO, GCZ, WAD). -.TP -.BR \-h ", " \-\-help -Displays a brief help message. -.TP -.BR \-l ", " \-\-logger -Opens the logger. -.TP -\fB\-m\fR, \fB\-\-movie=\fIfile\fR -Plays a movie file. -.TP -\fB\-U\fR, \fB\-\-user=\fIpath\fR -Sets the user configuration directory. -.TP -\fB\-V\fR, \fB\-\-video_backend=\fIbackend\fR -Specifies the video backend to use. This can either be -.B OGL -for the OpenGL backend, or -.B 'Software Renderer' -for the Software backend. -.SH FILES -.TP -.I $HOME/.dolphin-emu -Default user configuration directory. -.SH AUTHOR -This manual page was written by Glenn Rice <[email protected]>, -for the Debian system (but may be used by others). diff --git a/debian/dolphin-emu.install b/debian/dolphin-emu.install index 1546943..2689730 100644 --- a/debian/dolphin-emu.install +++ b/debian/dolphin-emu.install @@ -1,3 +1,4 @@ usr/games/dolphin-emu usr/share/applications/dolphin-emu.desktop usr/share/icons +usr/share/man/man6/dolphin-emu.6 diff --git a/debian/dolphin-emu.manpages b/debian/dolphin-emu.manpages deleted file mode 100644 index 251ed09..0000000 --- a/debian/dolphin-emu.manpages +++ /dev/null @@ -1 +0,0 @@ -debian/dolphin-emu.6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dolphin-emu.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

