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

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 e792966e12519c196406f4828747d75307f73676
Author: Denis Briand <denis at narcan.fr>
Date:   Fri Apr 10 18:43:04 2009 +0200

    Import Debian changes 1.27-27
    
    wmmoonclock (1.27-27) unstable; urgency=low
    
      * Add co-maintainer Martin A. Godisch.
      * Fix versionless symlink license in debian/copyright
    
    wmmoonclock (1.27-26) unstable; urgency=low
    
      * New maintainer, closes: #455542.
      * ajusted nMax values, closes: #479229.
        Thanks to Joerg Dietrich
      * Updated standards version to 3.8.1
---
 Src/wmMoonClock.c | 12 ++++++------
 debian/changelog  | 16 ++++++++++++++++
 debian/control    |  5 +++--
 debian/copyright  |  4 +++-
 4 files changed, 28 insertions(+), 9 deletions(-)

diff --git a/Src/wmMoonClock.c b/Src/wmMoonClock.c
index cf0f79b..73bb12d 100644
--- a/Src/wmMoonClock.c
+++ b/Src/wmMoonClock.c
@@ -251,11 +251,11 @@ int main(int argc, char *argv[]) {
 	    } else if (ToggleWindow == 1){
 
 	        /*
-	         *  Update Numerical Display
+	         *  Update Numerical Display 
 	         */
 
-
-		nMAX = 500;
+		/* This requires second precision for LT and UT */
+		nMAX = 0;
 
 
 		/*
@@ -371,7 +371,7 @@ int main(int argc, char *argv[]) {
 		 */
 
 
-		nMAX = 500;
+		nMAX = 60;
 
 		/*
 		 * Clear plotting area
@@ -478,7 +478,7 @@ int main(int argc, char *argv[]) {
 
 
 
-		nMAX = 500;
+		nMAX = 3;
 
 		/*
 		 * Clear plotting area
@@ -580,7 +580,7 @@ int main(int argc, char *argv[]) {
 
 
 
-		nMAX = 500;
+		nMAX = 3;
 
 		/*
 		 * Clear plotting area
diff --git a/debian/changelog b/debian/changelog
index 4c35fa3..1f5bfd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+wmmoonclock (1.27-27) unstable; urgency=low
+
+  * Add co-maintainer Martin A. Godisch.
+  * Fix versionless symlink license in debian/copyright
+
+ -- Denis Briand <denis at narcan.fr>  Fri, 10 Apr 2009 18:43:04 +0200
+
+wmmoonclock (1.27-26) unstable; urgency=low
+
+  * New maintainer, closes: #455542.
+  * ajusted nMax values, closes: #479229.
+    Thanks to Joerg Dietrich
+  * Updated standards version to 3.8.1
+
+ -- Denis Briand <denis at narcan.fr>  Fri, 20 Mar 2009 17:32:50 +0100
+
 wmmoonclock (1.27-25) unstable; urgency=low
 
   * Removed db_purge in postrm, see: #502521.
diff --git a/debian/control b/debian/control
index d3125fd..0884362 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,10 @@
 Source: wmmoonclock
 Section: x11
 Priority: optional
-Maintainer: Martin A. Godisch <godisch at debian.org>
+Maintainer: Denis Briand <denis at narcan.fr>
+Uploaders: Martin A. Godisch <godisch at debian.org>
 Build-Depends: libx11-dev, libxext-dev, libxpm-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 
 Package: wmmoonclock
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index d381869..28080c9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,6 @@
 This package was debianized by Adam Klein <aklein at debian.org> on
+New maintainer is Denis Briand <denis at narcan.fr>
+
 Thu, 24 Dec 1998. It was downloaded from
 http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml.
 
@@ -19,4 +21,4 @@ Copyright (c) 1998-1999 Michael G. Henderson <mghenderson at lanl.gov>
   51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 On Debian GNU/Linux systems, the complete text of the GNU General Public
-License can be found in /usr/share/common-licenses/GPL.
+License can be found in /usr/share/common-licenses/GPL-2.

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