This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository gtkballs.
commit a98930a20b6a52075d807453ffc164692ec51515 Author: Markus Koschany <[email protected]> Date: Fri Sep 2 21:27:13 2016 +0200 Add man-page.patch and mention that users have to add themselves to group games in order to save high scores. Closes: #820588 --- debian/patches/man-page.patch | 25 +++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 26 insertions(+) diff --git a/debian/patches/man-page.patch b/debian/patches/man-page.patch new file mode 100644 index 0000000..7347c0c --- /dev/null +++ b/debian/patches/man-page.patch @@ -0,0 +1,25 @@ +From: Markus Koschany <[email protected]> +Date: Fri, 2 Sep 2016 21:26:09 +0200 +Subject: man page + +Debian-Bug: https://bugs.debian.org/cgi-bin/820588 +Forwarded: not-needed +--- + doc/gtkballs.6x.in | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/doc/gtkballs.6x.in b/doc/gtkballs.6x.in +index 28ae9dd..7c89425 100644 +--- a/doc/gtkballs.6x.in ++++ b/doc/gtkballs.6x.in +@@ -75,6 +75,10 @@ who achieved a high score and it's date. You may use the keyboard shortcut + .BR CTRL-H + to do this also. + .TP ++Please note that you have to add your user to group games to be able to save ++high scores. For instance this can be achieved by using the command sudo adduser <your_user> ++games. ++.TP + .I Quit + Selecting this menu entry will quit GtkBalls. You may use the keyboard shortcut + .BR CTRL-Q diff --git a/debian/patches/series b/debian/patches/series index dc92163..6af340d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ 03-sv-po.diff correct-spelling.diff formatstring-fix.diff +man-page.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gtkballs.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

