This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch experimental in repository wxmupen64plus.
commit 67482fe424dcb813c2642235371fe9295ddd6cf0 Author: Sven Eckelmann <[email protected]> Date: Sun May 20 20:15:53 2012 +0200 Install manpage --- debian/changelog | 1 + debian/patches/manpage.patch | 29 +++++++++++++++++++++++++++++ debian/patches/series | 1 + debian/wxmupen64plus.manpages | 1 + 4 files changed, 32 insertions(+) diff --git a/debian/changelog b/debian/changelog index e242002..027ad54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,5 +6,6 @@ wxmupen64plus (0.3-1) UNRELEASED; urgency=low - Add release_version.patch, Fix release version - Add missing_symbols.patch, Fix missing symbols - Add fix_bindir.patch, Fix binary installation path + - Add manpage.patch, Add sample manpage -- Sven Eckelmann <[email protected]> Mon, 17 Aug 2009 10:18:49 +0200 diff --git a/debian/patches/manpage.patch b/debian/patches/manpage.patch new file mode 100644 index 0000000..51d9477 --- /dev/null +++ b/debian/patches/manpage.patch @@ -0,0 +1,29 @@ +Description: Add sample manpage +Origin: upstream, https://bitbucket.org/auria/wxmupen64plus/changeset/31df17f453d5 +Author: Marianne Gagnon <[email protected]> + +--- +diff --git a/wxmupen64plus.6 b/wxmupen64plus.6 +new file mode 100644 +index 0000000000000000000000000000000000000000..ad54fcb46d5d4e83dd9f566a073dd5e66cfafe4c +--- /dev/null ++++ b/wxmupen64plus.6 +@@ -0,0 +1,18 @@ ++.TH "wxmupen64plus" 6 ++.SH NAME ++wxmupen64plus \- Graphical front\(hyend for the Mupen64Plus N64 emulator ++.SH SYNOPSIS ++.B wxmupen64plus ++[romfile] ++.SH DESCRIPTION ++wxMupen64Plus is a front\(hyend for the plugin\(hybased N64 emulator Mupen64plus for Linux/Unix, OSX, and Windows which is capable of accurately playing many games. ++.SH BUGS ++To report bugs or make feature requests, use the issue tracker on the wxMupen64Plus project site: ++ ++https://bitbucket.org/auria/wxmupen64plus/wiki/Home ++.SH COPYRIGHT ++wxMupen64Plus is \(co 2010\-2011 Marianne Gagnon ++License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html> ++ ++This is free software: you are free to change and redistribute it. ++There is NO WARRANTY, to the extent permitted by law. diff --git a/debian/patches/series b/debian/patches/series index 2b85cb2..e175c51 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ version_check.patch release_version.patch missing_symbols.patch fix_bindir.patch +manpage.patch diff --git a/debian/wxmupen64plus.manpages b/debian/wxmupen64plus.manpages new file mode 100644 index 0000000..614a746 --- /dev/null +++ b/debian/wxmupen64plus.manpages @@ -0,0 +1 @@ +wxmupen64plus.6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wxmupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

