[Pkg-wmaker-commits] [wmmoonclock] 02/23: Import Debian changes 1.27-3
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Mon Aug 14 22:54:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmmoonclock.
commit db53f9c82273a23165b54c84844e1740cd5bf8fb
Author: Adam Klein <aklein at debian.org>
Date: Mon Sep 6 09:34:16 1999 -0700
Import Debian changes 1.27-3
wmmoonclock (1.27-3) unstable; urgency=low
* Now FHS compliant; Standards-Version 3.0.1
wmmoonclock (1.27-2) unstable; urgency=low
* Extracted TODO and ChangeLog files from wmMoonClock.c (closes: #41431)
wmmoonclock (1.27-1) unstable; urgency=low
* New upstream bugfix release
wmmoonclock (1.26-1) unstable; urgency=low
* New upstream release (closes: Bug#36532)
wmmoonclock (1.25-1) unstable; urgency=low
* New upstream release
* The author removed the binary from the tarball, so it's now pristine source
wmmoonclock (1.24-1) unstable; urgency=low
* New upstream release
* Now supports 8-bit color when run with the -low switch (closes: #31560)
* Removed README.debian
wmmoonclock (1.1-1) unstable; urgency=low
* Initial Release.
---
Src/ChangeLog | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
Src/TODO | 11 +++++++++++
debian/changelog | 44 ++++++++++++++++++++++++++++++++++++++++++++
debian/control | 13 +++++++++++++
debian/copyright | 12 ++++++++++++
debian/dirs | 2 ++
debian/menu | 2 ++
debian/rules | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 190 insertions(+)
diff --git a/Src/ChangeLog b/Src/ChangeLog
new file mode 100644
index 0000000..54cbf7b
--- /dev/null
+++ b/Src/ChangeLog
@@ -0,0 +1,51 @@
+Version 1.27 - released June 7, 1999.
+ fixed a minor bug in computation of azimuth (A in Horizon Coords). Thanks to
+ Dan Moraru for spotting this one. (There were two SinGlat factors instead of one).
+
+Version 1.26 - released April 22, 1999 (?).
+Version 1.25 - released March 22, 1999.
+ Now auto-detects 8-bit display and forces the LowColor pixmap to
+ be used. The -low option still works if you need to conserve colors
+ even on high-color displays.
+
+ Added 3 command line options + code to change colors of the data
+ entries:
+
+ -bc <Color> to change background color.
+ -lc <Color> to change color of labels and headers.
+ -dc <Color> to change color of data values.
+
+Version 1.24 - released February 9, 1999.
+ Added low color support via the -low command line option.
+
+Version 1.23 - released February 4, 1999.
+ cosmetic for AfterStep users. removed spurious black line at RHS edge an mask.
+
+Version 1.22 - released January 8, 1999.
+
+ + Changed PI2 to TwoPi in Moon.c -- Linux Pyth. had probs because
+ PI2 was defined in <math.h>.
+
+Version 1.21 - released January 7, 1999.
+
+ + minor bug fixes in Makefile and manpage.
+
+Version 1.2 - released January 3, 1999.
+ Added:
+
+ + Local Time/ Universal Time display.
+ + Visible: Yes/No to indicate if Moon is up or not.
+ + Frac (percent through orbit -- this is NOT a simple
+ conversion of AGE....).
+ + Horizon Coords. Altitude is measured up from horizon to
+ Moon in degrees. Azimuth is in degrees from due south.
+
+ Also shuffled things around a bit...
+
+Version 1.1 - released December 24, 1998.
+ Fixed bug in AGE calculation. It now should be highly accurate.
+ Note that AGE is not the same as Phase*29.530589 ...
+ I have checked with the Astronomical Almanac and it agrees very
+ well....
+
+Version 1.0 - released December 16, 1998.
diff --git a/Src/TODO b/Src/TODO
new file mode 100644
index 0000000..c07e19b
--- /dev/null
+++ b/Src/TODO
@@ -0,0 +1,11 @@
+Things TODO:
+ - clean up code!
+ - more detailed documentation.
+ - reduce size of pixmap! Dont need it in one pixmap.
+ Aslo, does the hi-color pixmap really need all those colors?
+ - add rotation of moon so user sees it as they would in reality?
+ - eclipses. The calcs are quite acurate so this should be easily doable.
+ (Note the Sun position calcs in CalcEphem are low precision -- high is not
+ as costly as the Moon calcs.) Sun posiiton is calculated but not used yet...
+ - Next new moons, next full moons, next quarters, etc...
+ - Moon names. I.e. Harvest, Blue, etc...
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2acf85c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,44 @@
+wmmoonclock (1.27-3) unstable; urgency=low
+
+ * Now FHS compliant; Standards-Version 3.0.1
+
+ -- Adam Klein <aklein at debian.org> Mon, 6 Sep 1999 09:34:16 -0700
+
+wmmoonclock (1.27-2) unstable; urgency=low
+
+ * Extracted TODO and ChangeLog files from wmMoonClock.c (closes: #41431)
+
+ -- Adam Klein <aklein at debian.org> Fri, 16 Jul 1999 17:44:55 -0700
+
+wmmoonclock (1.27-1) unstable; urgency=low
+
+ * New upstream bugfix release
+
+ -- Adam Klein <aklein at debian.org> Mon, 7 Jun 1999 22:17:31 -0700
+
+wmmoonclock (1.26-1) unstable; urgency=low
+
+ * New upstream release (closes: Bug#36532)
+
+ -- Adam Klein <aklein at debian.org> Thu, 22 Apr 1999 23:01:29 -0700
+
+wmmoonclock (1.25-1) unstable; urgency=low
+
+ * New upstream release
+ * The author removed the binary from the tarball, so it's now pristine source
+
+ -- Adam Klein <aklein at debian.org> Thu, 1 Apr 1999 07:05:39 -0800
+
+wmmoonclock (1.24-1) unstable; urgency=low
+
+ * New upstream release
+ * Now supports 8-bit color when run with the -low switch (closes: #31560)
+ * Removed README.debian
+
+ -- Adam Klein <aklein at debian.org> Thu, 25 Feb 1999 15:13:13 -0800
+
+wmmoonclock (1.1-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Adam Klein <aklein at debian.org> Thu, 24 Dec 1998 23:27:25 -0800
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..44a8699
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: wmmoonclock
+Section: x11
+Priority: optional
+Maintainer: Adam Klein <aklein at debian.org>
+Standards-Version: 3.0.1
+
+Package: wmmoonclock
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Displays the phase of the moon
+ wmMoonClock displays a small pixmap of the current phase of the moon.
+ It is designed for use with the Window Maker dock, but will of course
+ work elsewhere.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2a2a8cb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,12 @@
+This package was debianized by Adam Klein aklein at debian.org on
+Thu, 24 Dec 1998 23:27:25 -0800.
+
+It was downloaded from
+http://nis-www.lanl.gov/~mgh/WindowMaker/wmMoonClock-N.NN.tar.gz
+
+Upstream Author: Michael G. Henderson <mghenderson at lanl.gov>
+
+Copyright:
+
+This program is distributed under the GNU General Public License. On Debian
+systems, this license can be found in the file /usr/doc/copyright/GPL.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..30dbcc2
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/X11R6/bin
+usr/X11R6/man/man1
diff --git a/debian/menu b/debian/menu
new file mode 100644
index 0000000..70b1574
--- /dev/null
+++ b/debian/menu
@@ -0,0 +1,2 @@
+?package(wmmoonclock):needs=X11 section=Apps/Tools\
+ title="wmMoonClock" command="/usr/X11R6/bin/wmMoonClock"
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7d278df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,55 @@
+#!/usr/bin/make -f
+# MAde with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Cristoph Lameter.
+# Modified for wmMoonClock by Adam Klein
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export DH_COMPAT=2
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+ $(MAKE) -C Src
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp install-stamp
+ -$(MAKE) -C Src clean
+ dh_clean
+
+install: install-stamp
+install-stamp: build-stamp
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ $(MAKE) -C Src install DESTDIR=`pwd`/debian/wmmoonclock/usr/X11R6
+ touch install-stamp
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installdocs Src/TODO
+ dh_installmenu
+ dh_installchangelogs Src/ChangeLog
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmmoonclock.git
More information about the Pkg-wmaker-commits
mailing list