[Pkg-wmaker-commits] [wmmon] branch master updated (e60b873 -> c25f5c7)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 12 23:57:28 UTC 2017


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

dtorrance-guest pushed a change to branch master
in repository wmmon.

      from  e60b873   Import Debian changes 1.1+20131205-1.1
      adds  80cd732   wmmon: Official release of wmmon 1.0b2
      adds  e1011a0   wmmon: debian patches applied to upstream
      adds  a237c21   wmmon: remove wmgeneral.c typecasting warning
      adds  2a54c8b   wmmon: wmmon manpage
      adds  a81ad37   wmmon I/O monitor bug fixes:
      adds  b9d1680   Makefile: changed erroneous -O3 flag to -O2.
      adds  281cafb   wmmon: Merged patch suggested by Bernard Cafarelli at Gentoo to prevent clobbering environment.
      adds  057b1c6   wmmon: Add -b flag, etc
      adds  3b3d156   Mass update GPLv2 from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
      adds  43b7dbf   Mass update FSF address
      adds  1c3af9b   wmmon: Code style clean.
      adds  39c3586   Fix two bugs related to command execution:
      adds  f821567   Remove trailing whitespace.
      adds  e20f036   wmgeneral: Check if malloc fails.
      adds  0a17e9c   wmgeneral: Free pointer.
      adds  d3ebd1c   wmgeneral: Remove inline keywords.
      adds  1e4182c   wmgeneral: Merge 2003-10-10 version from wmmon and wmtime.
      adds  0ea5bb2   wmgeneral: Reduce scope of several variables.
      adds  9783b68   wmgeneral: Use field width limits for scanf.
      adds  a2fe3bb   wmgeneral: Use #includes from include-what-you-use.
      adds  ef02429   wmgeneral: Add proper copyright headers; fix changelog formatting.
      adds  b2e0f25   wmgeneral: Fix segfault if newline encountered in parse_rcfile.
      adds  37b5c65   wmgeneral: Don't call free on pointers we haven't malloced.
      adds  5a76da8   wmgeneral: Fix "unused variable" warning.
      adds  35c0a2b   wmgeneral: Add _POSIX_C_SOURCE #defines for strdup, pid_t, and getline.
      adds  07d7d47   wmgeneral: Add support for X geometry strings to -geometry option.
      adds  64d1b7c   wmgeneral, wmsun: Use threadsafe functions.
      adds  e817d4e   New library wmgeneral
      adds  a5658bb   wmmon uses libdockapp
      adds  2b61cde   wmmon: Move all source files to top directory for simplicity.
      adds  4aa7b55   wmmon: Use autotools for build.
      adds  98829e5   wmmon: Update includes based on results of include-what-you-use.
      adds  552b5e6   wmmon: Remove redundant #define.
      adds  5b5cf60   wmmon: Use consistent data types.
      adds  3cb160c   wmmon: Fix jiffy counter overflowing long on 32-bit systems.
      adds  36385d7   wmmon: Add desktop entry file.
      adds  efdda13   wmmon: Update documentation.
      adds  6859eee   wmmon: Bump to version 1.3.
       new  3547688   Merge tag 'upstream/1.3'
       new  cabae1e   debian/watch: Update with new location.
       new  24ce6f9   debian/compat: Bump dehelpber compatibility level to 10.
       new  880cab9   New maintainer (Closes: #866853).
       new  290ae7a   debian/wmmon.menu: Remove deprecated menu file.
       new  a7ab1ad   debian/control: Bump Standards-Version to 4.0.1.
       new  7198515   debian/control: Bump versioned dependency on debhelper to >= 10.
       new  c2ba16d   debian/control: Add libdockapp-dev and pkg-config to Build-Depends.
       new  b10c562   debian/control: Update Homepage.
       new  97cadb5   debian/control: Add Vcs-* fields.
       new  8105d7a   debian/copyright: Update Format and Source.
       new  0760a70   debian/rules: Drop override targets; no longer necessary.
       new  ebcd4bd   debian/wmmon.{install,manpages}: Remove files; no longer necessary.
       new  5385ebe   debian/examples: Rename from wmmon.examples for simplicity.
       new  8c30a13   debian/docs: New file; install docs.
       new  5c9591c   debian/patches: Remove patches; no longer necessary.
       new  0b0f690   debian/rules: Append '-Wl,--as-needed' to LDFLAGS to useless dependencies.
       new  2a46e7c   debian/rules: Use all hardening flags.
       new  c25f5c7   debian/changelog: Add entry for version 1.3-1.

The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                    |  43 +++-
 HINTS                                      |   8 +-
 INSTALL                                    |  11 +-
 Makefile.am                                |  10 +
 README                                     |  38 +--
 TODO                                       |   4 +-
 configure.ac                               |   9 +
 debian/changelog                           |  35 +++
 debian/compat                              |   2 +-
 debian/control                             |  16 +-
 debian/copyright                           |   4 +-
 debian/docs                                |   4 +
 debian/{wmmon.examples => examples}        |   0
 debian/patches/01-cppflags.patch           |  14 --
 debian/patches/02-gcc5-C89.patch           |  18 --
 debian/patches/series                      |   2 -
 debian/rules                               |  16 +-
 debian/watch                               |   3 +-
 debian/wmmon.install                       |   1 -
 debian/wmmon.manpages                      |   1 -
 debian/wmmon.menu                          |   6 -
 ulllib.c                                   |  68 ++++++
 ulllib.h                                   |  50 ++++
 wmgeneral/list.c                           | 169 -------------
 wmgeneral/list.h                           |  59 -----
 wmgeneral/misc.c                           | 164 -------------
 wmgeneral/misc.h                           |   9 -
 wmgeneral/wmgeneral.c                      | 380 -----------------------------
 wmgeneral/wmgeneral.h                      |  50 ----
 wmmon/wmmon-mask.xbm => wmmon-mask.xbm     |  10 +-
 wmmon/wmmon-master.xpm => wmmon-master.xpm |   0
 wmmon/wmmon.1 => wmmon.1                   |   2 +-
 wmmon/wmmon.c => wmmon.c                   | 158 ++++++------
 wmmon.desktop                              |   7 +
 wmmon/Makefile                             |  25 --
 35 files changed, 359 insertions(+), 1037 deletions(-)
 create mode 100644 Makefile.am
 create mode 100644 configure.ac
 create mode 100644 debian/docs
 rename debian/{wmmon.examples => examples} (100%)
 delete mode 100644 debian/patches/01-cppflags.patch
 delete mode 100644 debian/patches/02-gcc5-C89.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/wmmon.install
 delete mode 100644 debian/wmmon.manpages
 delete mode 100644 debian/wmmon.menu
 create mode 100644 ulllib.c
 create mode 100644 ulllib.h
 delete mode 100644 wmgeneral/list.c
 delete mode 100644 wmgeneral/list.h
 delete mode 100644 wmgeneral/misc.c
 delete mode 100644 wmgeneral/misc.h
 delete mode 100644 wmgeneral/wmgeneral.c
 delete mode 100644 wmgeneral/wmgeneral.h
 rename wmmon/wmmon-mask.xbm => wmmon-mask.xbm (97%)
 rename wmmon/wmmon-master.xpm => wmmon-master.xpm (100%)
 rename wmmon/wmmon.1 => wmmon.1 (99%)
 rename wmmon/wmmon.c => wmmon.c (90%)
 create mode 100644 wmmon.desktop
 delete mode 100755 wmmon/Makefile

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



More information about the Pkg-wmaker-commits mailing list