[Pkg-wmaker-commits] [wmforecast] branch master updated (9a827f1 -> 17bd76e)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Jan 17 23:46:14 UTC 2016


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

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

      from  9a827f1   debian/changelog: Add entry for version 0.8-3.
      adds  00ec35f   TODO: New file.
      adds  cba137e   wmforecast.c: Move default colors to #defines.
      adds  a26ebc0   Remove autotools-generated files.
      adds  4a8e93f   .gitignore: Add auto-generated files previously under version control.
      adds  85474a5   configure.ac: Remove AC_SUBST(VERSION); unnecessary.
      adds  b3d7ec5   wmforecast.c: Use PACKAGE_STRING for --version; update to reflect GNU coding standards (http://www.gnu.org/prep/standards/html_node/_002d_002dversion.html).
      adds  b7648f1   wmforecast.c: Print -help text when invalid command line option given.
      adds  5fe80c4   wmforecast.c: Simplify --help output, add homepage.
      adds  b31d81e   wmforecast.c: Add command line options to set colors.
      adds  bec264c   wmforecast.c: Add new colors to preferences GUI.
      adds  8158d7b   wmforecast.c: Add new colors to preferences GUI (revised).
      adds  1fdd618   wmforecast.c: Switch preferences to use WMUserDefaults instead of manually writing my own PropList stuff. Moves location of preferences file to ~/GNUstep/Defaults/wmforecast.
      adds  1bf4bdb   wmforecast.c: Combine background color with icon to remove black border.
      adds  d14b7bc   wmforecast.c: Use consistent code formatting.
      adds  4691fc6   wmforecast.c: Keep track of last time weather was retrieved; display in balloon.
      adds  3e49e8a   Remove dependency on help2man.
      adds  62e7c5d   Manpage now manually updated. Date and version inserted by autoconf.
      adds  1c4d4cc   Simplify README.
      adds  6d645bd   Update TODO.
      adds  f157252   Update email address.
      adds  ebfceeb   Use date from ChangeLog for manpage instead of system date.
      adds  9ccf8d1   Update copyright header.
      adds  1558694   Remove newline at end of DATE which caused a messed-up manpage.
      adds  621c0f9   Release version 0.9.
       new  c143ced   Imported Upstream version 0.9
       new  0f850c4   debian/upstream/signing-key.asc: New file; my public key.
       new  a3ac0ef   debian/watch: Add pgpsigurlmangle option to verify signature.
       new  17bd76e   debian/changelog: Add entry for version 0.9-1.

The 4 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                      |   4 +
 AUTHORS                         |   2 +-
 ChangeLog                       |  70 ++++
 INSTALL                         | 370 -------------------
 Makefile.am                     |   3 -
 NEWS                            |  12 +
 README                          |  34 +-
 TODO                            |   7 +
 config.h.in                     |  28 --
 configure.ac                    |   7 +-
 debian/changelog                |  10 +
 debian/upstream/signing-key.asc |  98 +++++
 debian/watch                    |   1 +
 depcomp                         | 791 ----------------------------------------
 install-sh                      | 527 --------------------------
 wmforecast.1.in                 |  57 +++
 wmforecast.c                    | 583 +++++++++++++++--------------
 17 files changed, 578 insertions(+), 2026 deletions(-)
 delete mode 100644 INSTALL
 create mode 100644 TODO
 delete mode 100644 config.h.in
 create mode 100644 debian/upstream/signing-key.asc
 delete mode 100755 depcomp
 delete mode 100755 install-sh
 create mode 100644 wmforecast.1.in

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



More information about the Pkg-wmaker-commits mailing list