~ubuntu-branches/ubuntu/quantal/sgt-puzzles/quantal

« back to all changes in this revision

Viewing changes to debian/patches/201_make-more-docs.diff

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2011-03-01 04:16:54 UTC
  • mfrom: (1.2.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20110301041654-949qy9qrroziy7vq
* New upstream version:
  - Add Range and Signpost puzzles
  - Use stock icons and conventional order for dialog buttons
  - Use Cairo for screen rendering
* Update German translation, thanks to Helge Kreutzmann
* Remove or update patches applied or partially applied upstream
* Use Debian source format 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        rm -rf doc
58
58
--- /dev/null
59
59
+++ sgt-puzzles/mkmanpages.pl
60
 
@@ -0,0 +1,208 @@
 
60
@@ -0,0 +1,212 @@
61
61
+#!/usr/bin/perl -w
62
62
+
63
63
+# Generate manual pages for sgt-puzzles by running extracts of puzzles.but
110
110
+               netslide        => 'netslide',
111
111
+               pattern         => 'pattern',
112
112
+               pegs            => 'pegs',
 
113
+               range           => 'range',
113
114
+               rectangles      => 'rect',
114
115
+               samegame        => 'samegame',
 
116
+               signpost        => 'signpost',
115
117
+               singles         => 'singles',
116
118
+               sixteen         => 'sixteen',
117
119
+               slant           => 'slant',
141
143
+                  netslide     => gettext('tile manipulation puzzle game'),
142
144
+                  pattern      => gettext('nonogram puzzle game'),
143
145
+                  pegs         => gettext('peg solitaire puzzle game'),
 
146
+                  range        => gettext('puzzle game based on Kurodoko'),
144
147
+                  rect         => gettext('puzzle game based on Divide by Squares'),
145
148
+                  samegame     => gettext('puzzle game'),
 
149
+                  signpost     => gettext('puzzle game based on Pfeilpfad'),
146
150
+                  singles      => gettext('puzzle game based on Hitori'),
147
151
+                  sixteen      => gettext('tile manipulation puzzle game'),
148
152
+                  slant        => gettext('topological deduction game'),