[Pkg-wmaker-commits] [wmmoonclock] 13/23: Import Debian changes 1.27-23

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 14 22:54:11 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 521e4f42e812223f83a494122b7648abddffdb39
Author: Martin A. Godisch <godisch at debian.org>
Date:   Sun Oct 7 09:22:20 2007 +0200

    Import Debian changes 1.27-23
    
    wmmoonclock (1.27-23) unstable; urgency=low
    
      * Changed display refresh rate to 100 ms, closes: #440406.
      * Updated menu section.
      * Fixed distclean target.
---
 Src/wmMoonClock.c | 2 +-
 debian/changelog  | 8 ++++++++
 debian/menu       | 2 +-
 debian/rules      | 2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/Src/wmMoonClock.c b/Src/wmMoonClock.c
index 2727933..01595ac 100644
--- a/Src/wmMoonClock.c
+++ b/Src/wmMoonClock.c
@@ -123,7 +123,7 @@
 /* 
  *  Delay between refreshes (in microseconds) 
  */
-#define DELAY 10000L
+#define DELAY 100000L
 #define WMMOONCLOCK_VERSION "1.27"
 
 
diff --git a/debian/changelog b/debian/changelog
index e43ab03..a766b66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wmmoonclock (1.27-23) unstable; urgency=low
+
+  * Changed display refresh rate to 100 ms, closes: #440406.
+  * Updated menu section.
+  * Fixed distclean target.
+
+ -- Martin A. Godisch <godisch at debian.org>  Sun, 07 Oct 2007 09:22:20 +0200
+
 wmmoonclock (1.27-22) unstable; urgency=low
 
   * Fixed postrm, closes: #417144.
diff --git a/debian/menu b/debian/menu
index 0c74b7d..3975741 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,2 +1,2 @@
-?package(wmmoonclock):needs="X11" section="Apps/Tools" \
+?package(wmmoonclock):needs="X11" section="Applications/Science/Geoscience" \
   title="wmMoonClock" command="/usr/bin/wmMoonClock"
diff --git a/debian/rules b/debian/rules
index 7c724b2..c3dcac3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ export CFLAGS
 clean:
 	$(testdir)
 	-rm -f build debian/files debian/substvars
-	-$(MAKE) -C Src clean
+	[ ! -f Src/Makefile ] || $(MAKE) -C Src clean
 	-rm -rf debian/wmmoonclock
 
 build:

-- 
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