[Pkg-wmaker-commits] [wmsysmon] branch master updated (5c0bf4c -> b10bbf5)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Nov 23 14:03:06 UTC 2016


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

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

      from  5c0bf4c   debian/changelog: Minor formatting and rephrasing; based on patch for wmfsm by Adrian Glaubitz.
       new  850368d   debian/rules: New get-orig-source target to build tarball.
      adds  75fadf9   *: initial git commit using 0.7.7
      adds  68fa4fc   *: quick compile fixups
      adds  b1d567c   Add a break to wmsysmon.c at the end of a switch statement.
      adds  75dd8ef   Corrects a typo in wmsysmon output.
      adds  2fafabf   Honor DESTDIR and PREFIX variables in Makefile.
      adds  d7985a7   Delete automatic stripping of binary; use LIBS instead of LDFLAGS.
      adds  6daa0ed   Fix "ignoring return value of ‘fscanf’" compiler warning.
      adds  4470b9f   Add manpage.
      adds  6b83e44   Merge pull request #4 from d-torrance/debian-patches-4
      adds  a4da635   *: minor formatting cleanups
      adds  3dd87f4   Merge pull request #6 from vcaputo/minor_cleanups
      adds  6c62f57   *: more minor formatting cleanups
      adds  9cd4bc5   Merge pull request #7 from vcaputo/cleanups
      adds  325e70a   *: more cleanups
      adds  0d7c068   Merge pull request #8 from vcaputo/cleanups
       new  98999c6   Imported Upstream version 0.7.7+git20150808
       new  a258c53   debian/patches: Remove directory; patches applied upstream.
       new  139d876   debian/{manpages,wmsysmon.1}: Remove files; manpage now distributed by upstream.
       new  14bde3d   debian/control: Update Homepage.
       new  4cda924   debian/control: Use secure URI for Vcs-Browser.
       new  662359e   debian/copyright: Update Source.
       new  0894e58   debian/watch: Replace with comment stating that upstream does not tag their releases.
       new  1e2714e   debian/menu: Remove deprecated file.
       new  c62ffe1   debian/wmsysmon.desktop: New desktop entry file.
       new  055b8ee   debian/install: New file; installs desktop entry file.
       new  cfb3857   debian/rules: New override_dh_auto_install target to correctly set PREFIX.
       new  19022a9   debian/docs: New file; install README.
       new  1e1d52b   debian/control: Bump to Standards-Version 3.9.8.
       new  83d68be   debian/control: Update spelling in Description.
       new  b10bbf5   debian/changelog: Add entry for version 0.7.7+git20150808-1.

The 16 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:
 .gitignore                                   |   3 +
 debian/changelog                             |  30 +++
 debian/control                               |  10 +-
 debian/copyright                             |   2 +-
 debian/docs                                  |   1 +
 debian/install                               |   1 +
 debian/manpages                              |   1 -
 debian/menu                                  |   2 -
 debian/patches/break.patch                   |  14 --
 debian/patches/makefile-strip.patch          |  15 --
 debian/patches/output.patch                  |  19 --
 debian/patches/series                        |   6 -
 debian/patches/src_makefile.patch            |  24 ---
 debian/patches/unused-but-set-variable.patch |  18 --
 debian/patches/unused-result.patch           |  16 --
 debian/rules                                 |  18 ++
 debian/watch                                 |   6 +-
 debian/wmsysmon.desktop                      |   6 +
 src/Makefile                                 |  12 +-
 src/wmgeneral.c                              | 150 +++++++--------
 {debian => src}/wmsysmon.1                   |   2 +-
 src/wmsysmon.c                               | 278 ++++++++++++---------------
 22 files changed, 264 insertions(+), 370 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 debian/docs
 create mode 100644 debian/install
 delete mode 100644 debian/manpages
 delete mode 100644 debian/menu
 delete mode 100644 debian/patches/break.patch
 delete mode 100644 debian/patches/makefile-strip.patch
 delete mode 100644 debian/patches/output.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/src_makefile.patch
 delete mode 100644 debian/patches/unused-but-set-variable.patch
 delete mode 100644 debian/patches/unused-result.patch
 create mode 100644 debian/wmsysmon.desktop
 rename {debian => src}/wmsysmon.1 (96%)

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



More information about the Pkg-wmaker-commits mailing list