~ubuntu-branches/ubuntu/lucid/wmmoonclock/lucid

« back to all changes in this revision

Viewing changes to debian/patches/04_fix_hyphen_used_as_minus_sign.diff

  • Committer: Bazaar Package Importer
  • Author(s): Denis Briand
  • Date: 2009-07-26 10:30:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090726103000-2y5ws6okikxakvfp
Tags: 1.27-28
* Add southern hemisphere support (Closes: #537480).
  Thanks to Alvaro Steiger.
* Bump standards version to 3.8.2.0
* Add quilt patch system.
* Add patches:
  + 01_all_previous_diff.diff
  + 02_update_time.diff
  + 03_add_southern_hemisphere_support.diff
  + 04_fix_hyphen_used_as_minus_sign.diff
* Add debhelper 7 build depends.
* Add debian/compat file.
* Remove trailing whitespaces in changelog.upstream.
* Add an empty watch file (no upstream repository).
* Improve rules file by using more debhelper commands.
* Remove Martin A. Godisch from uploaders field
  Thanks to him to have sponsored wmmoonclock.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
fix_hyphen_used_as_minus_sign in man file
 
2
Index: wmmoonclock-1.27/Src/wmMoonClock.1
 
3
===================================================================
 
4
--- wmmoonclock-1.27.orig/Src/wmMoonClock.1     2009-07-26 00:22:55.000000000 +0200
 
5
+++ wmmoonclock-1.27/Src/wmMoonClock.1  2009-07-26 00:24:24.000000000 +0200
 
6
@@ -3,11 +3,11 @@
 
7
 WMMOONCLOCK \- Dockable Moon Phase Clock
 
8
 .SH SYNOPSIS
 
9
 .B wmMoonClock
 
10
-[-display <Display>] [-bc <Color>] [-lc <Color>] [-dc <Color>] [-low] [-lat <Latitude>] [-lon <Longitude>] [-h]
 
11
+[\-display <Display>] [\-bc <Color>] [\-lc <Color>] [\-dc <Color>] [\-low] [\-lat <Latitude>] [\-lon <Longitude>] [\-h]
 
12
 .SH DESCRIPTION
 
13
 .PP
 
14
 wmMoonClock displays the current phase of the moon. Clicking on the icon
 
15
-brings up different displays -- there are 5 in all. The different "pages"
 
16
+brings up different displays \-\- there are 5 in all. The different "pages"
 
17
 are;
 
18
 
 
19
 .TP
 
20
@@ -25,8 +25,8 @@
 
21
 .B Third Page
 
22
 Shows the Rise and Set times for yesterday (first line), today (middle line), and
 
23
 tommorrow (last line). If the Moon does not rise or set on a given day a `null
 
24
-time' is shown (--:--). Note that these times should still be good for high
 
25
-latitude observers. Also note that there will always be at least one (--:--) 
 
26
+time' is shown (\-\-:\-\-). Note that these times should still be good for high
 
27
+latitude observers. Also note that there will always be at least one (\-\-:\-\-) 
 
28
 showing up per month. This is because once per month the Moon will rise (set) on 
 
29
 a given day but will set (rise) in the very early portion of the next day.
 
30
 .TP
 
31
@@ -58,19 +58,19 @@
 
32
 Set color of data values.
 
33
 .TP
 
34
 .B \-low
 
35
-Conserve colors. For 8-bit displays, a lower-color pixmap will be used automatically,
 
36
-but you can also force its use on higher-color displays if necessary.
 
37
+Conserve colors. For 8\-bit displays, a lower\-color pixmap will be used automatically,
 
38
+but you can also force its use on higher\-color displays if necessary.
 
39
 .TP
 
40
-.B -lat <Latitude>         
 
41
+.B \-lat <Latitude>         
 
42
 Observers Latitude in degrees. Positive in northern hemisphere, negative in southern hemisphere.
 
43
 .TP
 
44
-.B -lon <Longitude>        
 
45
+.B \-lon <Longitude>        
 
46
 Observers Longitude in degrees. Greenwich is 0.0, and longitude increases positively
 
47
 toward the west. (Alternatively, negative numbers can also be used to specify
 
48
 longitudes to the east of Greenwich).
 
49
 .TP
 
50
 .B \-h
 
51
-Display list of command-line options.
 
52
+Display list of command\-line options.
 
53
 .SH BUGS
 
54
 Who knows? (Let me know if you find any).
 
55
 .SH AUTHOR