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

« back to all changes in this revision

Viewing changes to debian/changelog.upstream

  • 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
1
/*
2
2
 *
3
3
 *      wmMoonClock-1.26 (C) 1998, 1999 Mike Henderson (mghenderson@lanl.gov)
4
 
 * 
 
4
 *
5
5
 *              - Shows Moon Phase....
6
 
 *          
7
 
 * 
8
 
 * 
9
 
 * 
 
6
 *
 
7
 *
 
8
 *
 
9
 *
10
10
 *
11
11
 *      This program is free software; you can redistribute it and/or modify
12
12
 *      it under the terms of the GNU General Public License as published by
20
20
 *
21
21
 *      You should have received a copy of the GNU General Public License
22
22
 *      along with this program (see the file COPYING); if not, write to the
23
 
 *      Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
 
23
 *      Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24
24
 *      Boston, MA  02111-1307, USA
25
25
 *
26
26
 *      Things TODO:
27
 
 *                  - clean up code! 
 
27
 *                  - clean up code!
28
28
 *                  - more detailed documentation.
29
29
 *                  - reduce size of pixmap! Dont need it in one pixmap.
30
30
 *                    Aslo, does the hi-color pixmap really need all those colors?
34
34
 *                     as costly as the Moon calcs.) Sun posiiton is calculated but not used yet...
35
35
 *                  - Next new moons, next full moons, next quarters, etc...
36
36
 *                  - Moon names. I.e. Harvest, Blue, etc...
37
 
 *                  
38
 
 *                 
 
37
 *
 
38
 *
39
39
 *
40
40
 *      Changes:
41
41
 *      Version 1.27 -  released June 7, 1999.
50
50
 *                      
51
51
 *                      Added 3 command line options + code to change colors of the data
52
52
 *                      entries:
53
 
 *                  
54
 
 *                              -bc <Color> to change background color.                  
55
 
 *                              -lc <Color> to change color of labels and headers.                  
 
53
 *
 
54
 *                              -bc <Color> to change background color.
 
55
 *                              -lc <Color> to change color of labels and headers.
56
56
 *                              -dc <Color> to change color of data values.
57
 
 *                  
 
57
 *
58
58
 *      Version 1.24 -  released February 9, 1999.
59
59
 *                      Added low color support via the -low command line option.
60
 
 *                  
 
60
 *
61
61
 *      Version 1.23 -  released February 4, 1999.
62
62
 *                      cosmetic for AfterStep users. removed spurious black line at RHS edge an mask.
63
63
 *
64
 
 *      Version 1.22 -  released January 8, 1999. 
 
64
 *      Version 1.22 -  released January 8, 1999.
65
65
 *
66
66
 *                      + Changed PI2 to TwoPi in Moon.c -- Linux Pyth. had probs because
67
67
 *                        PI2 was defined in <math.h>.
68
68
 *
69
 
 *      Version 1.21 -  released January 7, 1999. 
70
 
 *    
 
69
 *      Version 1.21 -  released January 7, 1999.
 
70
 *
71
71
 *                     + minor bug fixes in Makefile and manpage.
72
72
 *
73
 
 *      Version 1.2 - released January 3, 1999. 
 
73
 *      Version 1.2 - released January 3, 1999.
74
74
 *                    Added:
75
75
 *
76
76
 *                      + Local Time/ Universal Time display.
77
77
 *                      + Visible: Yes/No to indicate if Moon is up or not.
78
78
 *                      + Frac (percent through orbit -- this is NOT a simple
79
79
 *                        conversion of AGE....).
80
 
 *                      + Horizon Coords. Altitude is measured up from horizon to 
 
80
 *                      + Horizon Coords. Altitude is measured up from horizon to
81
81
 *                        Moon in degrees. Azimuth is in degrees from due south.
82
82
 *                      
83
83
 *                    Also shuffled things around a bit...
84
84
 *                      
85
85
 *
86
86
 *
87
 
 *      Version 1.1 - released December 24, 1998. 
 
87
 *      Version 1.1 - released December 24, 1998.
88
88
 *                    Fixed bug in AGE calculation. It now should be highly accurate.
89
89
 *                    Note that AGE is not the same as Phase*29.530589 ...
90
90
 *                    I have checked with the Astronomical Almanac and it agrees very