~ubuntu-branches/ubuntu/wily/wmmoonclock/wily

« back to all changes in this revision

Viewing changes to Src/MoonRise.h

  • 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
 
#ifndef MOONRISE_H
2
 
#define MOONRISE_H
3
 
 
4
 
void MoonRise(int, int, int, double, double*, double*);
5
 
void UTTohhmm(double, int*, int*);
6
 
void Interp(double, double, double, double*, double*, double*, double*, int*);
7
 
 
8
 
#endif