[Pkg-wmaker-commits] [wmsun] 11/73: Imported Debian patch 1.03-24

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Aug 28 12:04:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmsun.

commit 77e6094c74a4f4907f0f5898f5e0ee7d5bceecad
Author: Martin A. Godisch <godisch at debian.org>
Date:   Sun Oct 7 09:28:40 2007 +0200

    Imported Debian patch 1.03-24
---
 debian/changelog | 8 ++++++++
 debian/menu      | 2 +-
 debian/rules     | 2 +-
 wmSun/wmSun.c    | 2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f16741e..9288c39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wmsun (1.03-24) unstable; urgency=low
+
+  * Changed display refresh rate to 100 ms, see: #440406.
+  * Updated menu section.
+  * Fixed distclean target.
+
+ -- Martin A. Godisch <godisch at debian.org>  Sun, 07 Oct 2007 09:28:40 +0200
+
 wmsun (1.03-23) unstable; urgency=low
 
   * Removed debconf, added README.Debian, closes: #413517.
diff --git a/debian/menu b/debian/menu
index aed6d00..de47a57 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,2 +1,2 @@
-?package(wmsun):needs="X11" section="Apps/Tools" \
+?package(wmsun):needs="X11" section="Applications/Science/Geoscience" \
   title="wmSun" command="/usr/bin/wmSun"
diff --git a/debian/rules b/debian/rules
index d9f49d0..efa852f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ export CFLAGS
 clean:
 	$(testdir)
 	-rm -f build debian/files debian/substvars
-	-$(MAKE) -C wmSun clean
+	[ ! -f Src/Makefile ] || $(MAKE) -C Src clean
 	-rm -rf debian/wmsun
 
 build:
diff --git a/wmSun/wmSun.c b/wmSun/wmSun.c
index 42651e0..7df3a3f 100644
--- a/wmSun/wmSun.c
+++ b/wmSun/wmSun.c
@@ -86,7 +86,7 @@
 /* 
  *  Delay between refreshes (in microseconds) 
  */
-#define DELAY 10000L
+#define DELAY 100000L
 #define WMSUN_VERSION "1.03"
 
 #define DegPerRad       57.29577951308232087680

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmsun.git



More information about the Pkg-wmaker-commits mailing list