[Pkg-wmaker-commits] [wmsun] 14/73: Imported Debian patch 1.03-27

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 2482b3874e0374e85bf810c5f29bb8f07acd7756
Author: Martin A. Godisch <godisch at debian.org>
Date:   Sun Oct 26 10:03:16 2008 +0100

    Imported Debian patch 1.03-27
---
 debian/changelog | 11 +++++++++++
 debian/control   |  2 +-
 debian/copyright |  2 +-
 debian/postrm    |  5 -----
 wmSun/wmSun.c    |  7 ++++---
 5 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f58ea83..4c4b0bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+wmsun (1.03-27) unstable; urgency=low
+
+  * Applied patch for DST changes, closes: #414489.
+    Thanks to Martin Stigge.
+  * Removed db_purge in postrm, closes: #502521.
+    Thanks to Cesare Tirabassi.
+  * Fixed copyright file.
+  * Updated standards version.
+
+ -- Martin A. Godisch <godisch at debian.org>  Sun, 26 Oct 2008 10:03:16 +0100
+
 wmsun (1.03-26) unstable; urgency=low
 
   * Enhanced display refresh rate, closes: #446681.
diff --git a/debian/control b/debian/control
index 6e3f11d..c526053 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Martin A. Godisch <godisch at debian.org>
 Build-Depends: libx11-dev, libxext-dev, libxpm-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: wmsun
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 3795e6c..7d8aebf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ This package was debianized by Martin A. Godisch <godisch at debian.org>.
 It was downloaded from
 http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml.
 
-Copyright (c) Michael G. Henderson <mghenderson at lanl.gov>
+Copyright (c) 1999 Michael G. Henderson <mghenderson at lanl.gov>
 
   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published by the
diff --git a/debian/postrm b/debian/postrm
index 7a12d4a..d8606e3 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -3,11 +3,6 @@
 set -e
 
 if [ "$1" = purge ]; then
-	if [ -e /usr/share/debconf/confmodule ]; then
-		. /usr/share/debconf/confmodule
-		db_purge
-		db_stop
-	fi
 	if [ -x /usr/bin/ucf ]; then
 		ucf --purge /etc/menu/wmsun
 	fi
diff --git a/wmSun/wmSun.c b/wmSun/wmSun.c
index d60d3e2..d207e1e 100644
--- a/wmSun/wmSun.c
+++ b/wmSun/wmSun.c
@@ -180,7 +180,7 @@ int main(int argc, char *argv[]) {
 	if (n>nMAX){
 
 	    n = 0;
-	    nMAX = 1000;
+	    nMAX = 60;
 
 
             CurrentGMTTime = time(CurrentTime); GMTTime = gmtime(&CurrentGMTTime); 
@@ -194,7 +194,8 @@ int main(int argc, char *argv[]) {
 	    CurrentLocalTime = CurrentGMTTime; LocalTime = localtime(&CurrentLocalTime);
 	    LocalDayOfMonth = LocalTime->tm_mday;
 
-	    if ((OldLocalDayOfMonth != LocalDayOfMonth)||(Flag)){
+// Redraw always to catch e.g. DST changes (M. Stigge, 2008-04-10)
+//	    if ((OldLocalDayOfMonth != LocalDayOfMonth)||(Flag)){
 
 		Flag = 0;
 
@@ -251,7 +252,7 @@ int main(int argc, char *argv[]) {
 	    	    copyXPMArea(10, 84, 28, 7, 19, 40);
 		}
 
-	    }
+//	    }
 
 	    OldLocalDayOfMonth = LocalDayOfMonth;
 

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