Your message dated Sat, 01 Aug 2009 12:47:50 +0000
with message-id <[email protected]>
and subject line Bug#537480: fixed in wmmoonclock 1.27-28
has caused the Debian Bug report #537480,
regarding add southern hemisphere support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
537480: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537480
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wmmoonclock
Severity: wishlist
Tags: patch


Hi, I am a wmmoonclock user and would like to propose a little modification.

At the northern hemisphere the moon "grows" from right to left but at
the southern one this apparent growth is from left to right.
wmmoonclock shows the moon images ordered as they would be seen from
the northern hemisphere.

Searching the web I found a modification that allows to change this
based in the latitude. It is really very simple: for negative
latitudes, instead of showing ImageNumber N it should show ImageNumber
(59 - N).

The modification in wmMoonClock.c is simply adding one line of code:

<code>

ImageNumber = (int)(c.MoonPhase * 60.0 + 0.5);
if (ImageNumber > 59) ImageNumber = 0;
if (Glat < 0) ImageNumber = 59 - ImageNumber;      /*** this line added ***/
j = ImageNumber/10;
i = ImageNumber%10;
copyXPMArea(67+58*i, 2+58*j, 54, 54, 5, 5);

</code>

Thanks and regards,
Alvaro Steiger



--- End Message ---
--- Begin Message ---
Source: wmmoonclock
Source-Version: 1.27-28

We believe that the bug you reported is fixed in the latest version of
wmmoonclock, which is due to be installed in the Debian FTP archive:

wmmoonclock_1.27-28.diff.gz
  to pool/main/w/wmmoonclock/wmmoonclock_1.27-28.diff.gz
wmmoonclock_1.27-28.dsc
  to pool/main/w/wmmoonclock/wmmoonclock_1.27-28.dsc
wmmoonclock_1.27-28_amd64.deb
  to pool/main/w/wmmoonclock/wmmoonclock_1.27-28_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Denis Briand <[email protected]> (supplier of updated wmmoonclock package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 26 Jul 2009 10:30:00 +0200
Source: wmmoonclock
Binary: wmmoonclock
Architecture: source amd64
Version: 1.27-28
Distribution: unstable
Urgency: low
Maintainer: Denis Briand <[email protected]>
Changed-By: Denis Briand <[email protected]>
Description: 
 wmmoonclock - WindowMaker moon phase dockapp
Closes: 537480
Changes: 
 wmmoonclock (1.27-28) unstable; urgency=low
 .
   * 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.
Checksums-Sha1: 
 b8475109715ff149478da2f517384c2c3d0f23e5 1029 wmmoonclock_1.27-28.dsc
 25c94a84d7f998ebb7d453d126befd04f5c35420 10411 wmmoonclock_1.27-28.diff.gz
 29cedcb989d144c9781e4ed62070979ee8e06cf7 157244 wmmoonclock_1.27-28_amd64.deb
Checksums-Sha256: 
 6514a3e8ba87751b402ba28cc6d032d1dc9bd575d11a84ed0daf3f20793522a2 1029 
wmmoonclock_1.27-28.dsc
 d0bdeec9c81b27e313a2c25de610c814bb22d8630e5780c5b31a8013ed98af9e 10411 
wmmoonclock_1.27-28.diff.gz
 bf2d22d53fcec42afa10ff3d9769fa404cd504237bbc00814c88e570ce66e354 157244 
wmmoonclock_1.27-28_amd64.deb
Files: 
 c0c2fd07d578d9b70f9384330ee0e653 1029 x11 optional wmmoonclock_1.27-28.dsc
 e997268d2a092fa5909438e289f26131 10411 x11 optional wmmoonclock_1.27-28.diff.gz
 8250e1380f9707f4f02b55fe5eee20d4 157244 x11 optional 
wmmoonclock_1.27-28_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkp0JBgACgkQ2XA5inpabMfmWACeLdq4UH/6RPYNDTFjzqyRmlUS
5MYAoItaetYTECeSg0G4yXthQZ81nCIY
=66Zn
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to