[Pkg-wmaker-commits] [wmdiskmon] 25/25: debian/changelog: Add entry for version 0.0.2-3; reformat previous entries.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jan 30 20:51:50 UTC 2016


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

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

commit ac30ba10433f97f7e36f19a4b10d5831145a5340
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sat Jan 30 15:34:58 2016 -0500

    debian/changelog: Add entry for version 0.0.2-3; reformat previous entries.
---
 configure.ac     |  2 +-
 debian/changelog | 41 ++++++++++++++++++++++++++++++++++++-----
 src/main.c       |  3 ++-
 3 files changed, 39 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4f3d1a0..ddf0200 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,7 +98,7 @@ linux*)
   ignore_buffers=yes
   ignore_cached=yes
   ;;
-freebsd*)
+[k]freebsd*)
   OS=freebsd
   ignore_wired=yes
   ignore_cached=yes
diff --git a/debian/changelog b/debian/changelog
index fc677bd..bf776f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,46 @@
+wmdiskmon (0.0.2-3) unstable; urgency=medium
+
+  * New maintainer (Debian Window Maker Team).
+  * Tidy up packaging using wrap-and-sort.
+  * debian/compat
+    - Bump to 9.
+  * debian/control
+    - Remove autotools-dev and xlibs-dev from Build-Depends.
+    - Bump versioned dependency on debhelper to >= 9.
+    - Add dh-autoreconf to Build-Depends.
+    - Add Homepage and Vcs-* fields.
+    - Add ${misc:Depends} to Depends.
+    - Lengthen long description.
+    - Bump Standards-Version to 3.9.6.
+  * debian/copyright
+    - Update to DEP5 format.
+  * debian/patches/fix_typo.patch
+    - New patch; fix spelling-in-binary Lintian warning.
+  * debian/patches/include_ctype.patch
+    - New patch; fix 'implicit declaration' compiler warnings.
+  * debian/patches/kfreebsd_build.patch
+    - Convert existing patch to quilt.
+  * debian/rules
+    - Use dh with dh_autoreconf.
+  * debian/source/format
+    - New file; use 3.0 (quilt).
+  * debian/watch
+    - New file; commented for now as upstream webpage is broken.
+
+ -- Doug Torrance <dtorrance at piedmont.edu>  Sat, 30 Jan 2016 15:31:03 -0500
+
 wmdiskmon (0.0.2-2) unstable; urgency=low
 
-  * configure.ac fixed to also build on kfreebsd.
-  * Added a menu file.
+  * Fix configure.ac to also build on kfreebsd.
+  * Add menu file.
 
  -- Marc 'HE' Brockschmidt <he at debian.org>  Sun, 16 Aug 2009 13:23:40 +0200
 
 wmdiskmon (0.0.2-1) unstable; urgency=low
 
-  * Update to new upstream release 0.0.2: Default behaviour changed: Now
-    displays mount points instead of devices.
-  * Updated for new debhelper/policy.
+  * New upstrem release.
+    - Default behaviour changed: now displays mount points instead of devices.
+  * Update for new debhelper/policy.
 
  -- Marc 'HE' Brockschmidt <he at debian.org>  Sun, 16 Aug 2009 12:24:04 +0200
 
diff --git a/src/main.c b/src/main.c
index f4f1436..b78d6af 100644
--- a/src/main.c
+++ b/src/main.c
@@ -25,6 +25,7 @@
 #include "config.h"
 #endif
 
+#include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -490,7 +491,7 @@ static void print_help(char *prog)
            "  -v,  --version                 show program version and exit\n"
            "  -w,  --windowed                run the application in windowed mode\n"
            "  -bw, --broken-wm               activate broken window manager fix\n"
-           "  -p,  --partition <device>      show informations for device (may be used more than once)\n"
+           "  -p,  --partition <device>      show information for device (may be used more than once)\n"
            "  -n, --device                   show device instead of mount point\n"
            "  -s, --single                   show only one device at a time\n");
     /* OPTIONS SUPP :

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



More information about the Pkg-wmaker-commits mailing list