Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 freecell-solver (5.0.0-2) unstable; urgency=medium
 .
   * Fix build by adding build dependency on python3-six
Author: Gergely Risko <risko@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-12-31

--- freecell-solver-5.0.0.orig/board_gen/fc-solve-board_gen.pod
+++ freecell-solver-5.0.0/board_gen/fc-solve-board_gen.pod
@@ -1,13 +1,13 @@
 =head1 NAME
 
-pi-make-microsoft-freecell-board, make_pysol_freecell_board.py -
+make-microsoft-freecell-board, make-pysol-freecell-board -
 Programs to generate boards to be used as input to Freecell Solver.
 
 =head1 SYNOPSIS
 
 B<pi-make-microsoft-freecell-board> I<[-t]> I<board-number>
 
-or for make_pysol_freecell_board.py:
+or for make-pysol-freecell-board:
 
 B<make_pysol_freecell_board.py> I<[-t]> I<[-F]> I<[--ms]> I<board-number> [I<game-string>]
 
@@ -18,19 +18,19 @@ of the games of several popular Solitair
 can be in turn be input to B<fc-solve> by means of a pipeline, or placed
 inside a file for safe-keeping.
 
-B<make_pysol_freecell_board.py> also accepts an optional third argument which
+B<make_pysol_freecell_board> also accepts an optional third argument which
 indicates the game variants. This type defaults to Freecell, but is useful for
 generating the boards of other games. Note that using this flag still requires
 one to use the "--game" flag of B<fc-solve>, if necessary.
 
-B<make_pysol_freecell_board.py> also accepts a flag called I<-F>
+B<make-pysol-freecell-board> also accepts a flag called I<-F>
 or I<--pysolfc> that deals the PySolFC boards instead of the classic PySol
 ones, and one called I<--ms> or I<-M> that deals Microsoft Freecell/Freecell
 Pro deals even for higher seeds.
 
 A common paradigm for using those programs is something like:
 
-    bash:~$ pi-make-microsoft-freecell-board -t 11982 | fc-solve -l gi
+    bash:~$ make-microsoft-freecell-board -t 11982 | fc-solve -l gi
 
 If the "-t" option is specified, then the 10 cards are printed with "T"'s,
 instead of "10"'s. While B<fc-solve> can accept either as input, it
@@ -39,11 +39,11 @@ not accept "10"'s.
 
 Here is a short description of each program:
 
-B<make_pysol_freecell_board.py>
+B<make-pysol-freecell-board>
 
 A Python script that generates the boards of the various games of PySol.
 
-B<pi-make-microsoft-freecell-board>
+B<make-microsoft-freecell-board>
 
 A program that generates the boards of Microsoft Freecell and of the
 Freecell Pro implementation of Freecell.
@@ -97,7 +97,7 @@ B<fc-solve> (6)
 
 L<gen-multiple-pysol-layouts> (6)
 
-/usr/share/doc/freecell-solver-FCS_VERSION/board_gen/README
+/usr/share/doc/freecell-solver-bin/board_gen/README
 
 =head1 AUTHOR
 
--- freecell-solver-5.0.0.orig/board_gen/transpose-freecell-board.py.pod
+++ freecell-solver-5.0.0/board_gen/transpose-freecell-board.py.pod
@@ -1,11 +1,11 @@
 =head1 NAME
 
-transpose-freecell-board.py - transpose a Freecell/etc. layout from play-stacks
+transpose-freecell-board - transpose a Freecell/etc. layout from play-stacks
 in text-columns to play-stacks in text lines.
 
 =head1 SYNOPSIS
 
-B<transpose-freecell-board.py> I<-o output_fn> I<input_fn | ->
+B<transpose-freecell-board> I<-o output_fn> I<input_fn | ->
 
 =head1 DESCRIPTION
 
@@ -46,7 +46,7 @@ B<-o> Specify an output filename.
 
 B<fc-solve> (6)
 
-/usr/share/doc/freecell-solver-FCS_VERSION/board_gen/README
+/usr/share/doc/freecell-solver-bin/board_gen/README
 
 =head1 AUTHOR
 
