[playonlinux] 03/07: Use the manpages shipped upstream: + remove debian/man + update debian/playonlinux.manpages + add a patch to fix a typo in playonlinux.1.

Bertrand Marc bmarc at moszumanska.debian.org
Wed Jul 26 09:52:55 UTC 2017


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

bmarc pushed a commit to branch master
in repository playonlinux.

commit 2aefe97d4d6527c4066f501f27ef0d72ff44ab15
Author: Bertrand Marc <bmarc at debian.org>
Date:   Tue Jul 25 19:47:41 2017 +0200

    Use the manpages shipped upstream:
    + remove debian/man
    + update debian/playonlinux.manpages
    + add a patch to fix a typo in playonlinux.1.
---
 debian/man/playonlinux-pkg.1 | 33 ---------------------------------
 debian/man/playonlinux.1     | 33 ---------------------------------
 debian/patches/series        |  1 +
 debian/patches/typo.diff     | 13 +++++++++++++
 debian/playonlinux.manpages  |  4 ++--
 5 files changed, 16 insertions(+), 68 deletions(-)

diff --git a/debian/man/playonlinux-pkg.1 b/debian/man/playonlinux-pkg.1
deleted file mode 100644
index b96a8dc..0000000
--- a/debian/man/playonlinux-pkg.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH PLAYONLINUX-PKG 1 "February  6, 2009"
-
-.SH NAME
-playonlinux-pkg \- tool to manage playonlinux packages
-
-.SH SYNOPSIS
-.B playonlinux-pkg
-.RI [ options ]
-.RI [ package ]
-
-.SH DESCRIPTION
-.B playonlinux-pkg
-is a tool to install or manage the playonlinux packages
-
-.SH OPTIONS
-.TP
-.I "-b, --browse"
- Choose a file.
-.TP
-.I "-e, --extract"
- Extract the package.
-.TP
-.I "-i, --install"
- Install the package.
-.TP
-.I "-h, --help"
- Show usage.
-
-.SH AUTHOR
-playonlinux was written by Quentin Pâris <qparis at playonlinux.com>.
-.PP
-This manual page was written by Bertrand Marc <beberking at gmail.com>,
-for the Debian project (but may be used by others).
diff --git a/debian/man/playonlinux.1 b/debian/man/playonlinux.1
deleted file mode 100644
index 63c499b..0000000
--- a/debian/man/playonlinux.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH PLAYONLINUX 1 "February  6, 2009"
-
-.SH NAME
-PlayOnLinux \- front-end for Wine
-
-.SH SYNOPSIS
-.B playonlinux
-.RI [ options ]
-
-.SH DESCRIPTION
-.B PlayOnLinux
-is a front-end for Wine. It allows you to easily install and use numerous games and software designed to run with Microsoft®'s Windows®.
-.br
-Few games are compatible with GNU/Linux at the moment and it certainly is a factor preventing the migration to this system.
-.P
-.B PlayOnLinux
-performs installations in
-.I ~/.PlayOnLinux
-and uses separate Wine prefixes to avoid conflicts between applications.
-
-.SH OPTIONS
-.TP
-.I --version
- Show version number and exit.
-.TP
-.I "--run <prog>"
- Run directly the specified program.
-
-.SH AUTHOR
-playonlinux was written by Quentin Pâris <qparis at playonlinux.com>.
-.PP
-This manual page was written by Bertrand Marc <beberking at gmail.com>,
-for the Debian project (but may be used by others).
diff --git a/debian/patches/series b/debian/patches/series
index 555f3e6..2f81bc3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 set_debian_env.diff
 remove_binary_plugin.diff
+typo.diff
diff --git a/debian/patches/typo.diff b/debian/patches/typo.diff
new file mode 100644
index 0000000..3d15394
--- /dev/null
+++ b/debian/patches/typo.diff
@@ -0,0 +1,13 @@
+Description: Fix a typo in playonlinux.1 manpage.
+Author: Bertrand Marc <bmarc at debian.org>
+--- a/doc/playonlinux.1
++++ b/doc/playonlinux.1
+@@ -9,7 +9,7 @@
+ 
+ .SH DESCRIPTION
+ .B PlayOnLinux
+-is a front-end for Wine. It allows you to easily install and use numerous games and softwares designed to run with Microsoft®'s Windows®.
++is a front-end for Wine. It allows you to easily install and use numerous games and software designed to run with Microsoft®'s Windows®.
+ .br
+ Few games are compatible with GNU/Linux at the moment and it certainly is a factor preventing the migration to this system.
+ .P
diff --git a/debian/playonlinux.manpages b/debian/playonlinux.manpages
index 4cd98c4..646a3e5 100644
--- a/debian/playonlinux.manpages
+++ b/debian/playonlinux.manpages
@@ -1,2 +1,2 @@
-debian/man/playonlinux.1
-debian/man/playonlinux-pkg.1
+doc/playonlinux.1
+doc/playonlinux-pkg.1

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



More information about the Pkg-games-commits mailing list