[Pkg-wmaker-commits] [wmifs] branch master created (now f0bf8ca)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 27 02:37:45 UTC 2015


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

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

        at  f0bf8ca   debian/changelog: Add entry for version 1.6-1.

This branch includes the following new commits:

       new  e25489a   wmifs: Add BUFFER_SIZE constant.
       new  3068661   wmifs: Remove "heyho!" debugging message.
       new  8c06a44   wmifs: Prevent speedy scrolling problem.
       new  786b6fe   wmifs: Prevent crash when too many devices.
       new  e989b30   wmifs: Update WMIFS_VERSION constant; update Changes.
       new  e4dbdb0   wmifs: Update Makefile.
       new  959f87d   wmifs: Add lock mode.
       new  7fdebb7   wmifs: Display long interface names.
       new  883839c   wmifs: Make sampling and scrolling intervals customizable.
       new  59739a1   wmifs: Add auto interface.
       new  05c89fa   wmifs: Add #defines not appearing on all archs.
       new  1712cdb   wmifs: Add version 1.3b1 to repository.
       new  3026d04   wmifs: Remaining Debian patches.
       new  8f569e4   wmifs: Delete trailing whitespace.
       new  39b4599   wmifs: Remove libc5 version.
       new  345ba60   wmifs: Use consistent formatting style.
       new  2844f7c   wmifs: Update COPYING from http://www.gnu.org/licenses/gpl-2.0.txt.
       new  88d7f1a   wmifs: Update FSF address.
       new  6b0af11   wmifs: Update email and homepage.
       new  56a023f   wmifs: Use result of fgets.
       new  e2dc6e2   wmifs: Avoid NULL arguments to strdup.
       new  1be0d09   wmifs: Add manpage.
       new  4594cd0   wmifs: Bump to version 1.4.
       new  8e74af3   Imported Debian patch 1.3b1-2
       new  5314a23   Imported Debian patch 1.3b1-5
       new  35deca7   Imported Debian patch 1.3b1-11
       new  40d2556   Imported Debian patch 1.3b1-15
       new  b54adb2   Imported Debian patch 1.3b1-16
       new  b37d5d9   Imported Debian patch 1.3b1-17
       new  fc7ea2e   Imported Debian patch 1.3b1-18
       new  747d2da   Imported Debian patch 1.3b1-19
       new  8d2b81b   Imported Debian patch 1.3b1-20
       new  22cd887   Imported Debian patch 1.3b1-22
       new  a9ea491   Import upstream version 1.4.
       new  77742bb   New maintainer (Closes: #672846).
       new  602a507   debian/source/format: New file; use 3.0 (quilt).
       new  219bee0   debian/compat: New file; use 9.
       new  928dc45   debian/control: Add debhelper (>=9) to Build-Depends.
       new  df4203a   debian/control: Add Homepage and Vcs-* fields.
       new  27e6090   debian/watch: New file.
       new  e4c37fa   debian/rules: Add get-orig-source target.
       new  13a4089   debian/wmifs.1: Remove file; now included upstream.
       new  631a667   debian/copyright: Convert to machine-readable format version 1.0.
       new  766ea0d   debian/changelog: Draft for version 1.4-1.
       new  bb4bed8   debian/rules: Use dh.
       new  d4304ea   debian/control: Add ${misc:Depends} to Depends.
       new  c4a69ec   debian/control: Switch Conflicts to Breaks.
       new  46d55ea   debian/post*: Remove files; automatically created by dh_installmenu.
       new  51c250b   debian/control: Bump Standards-Version to 3.9.6.
       new  179076c   debian/docs: New file.
       new  de4e12c   debian/patches: (fix-compiler-warning.patch) Fix unused but set variable warning. (fix-manpage.patch) Fix Lintian manpage warnings.
       new  f4d01a9   debian/changelog: Update formatting.
       new  bf0e3aa   debian/changelog: Release version 1.4-1.
       new  b1caa32   debian/changelog: Minor formatting; patch by Adrian Glaubitz.
       new  5d9fedb   .gitignore: New file; add .pc directory.
       new  76e5c21   debian/patches: (hardening.patch) Harden binary by using default build flags.
       new  dd1d260   debian/changelog: Draft for version 1.4-2.
       new  10d73a8   debian/TODO: New file; keep track of my todo list.
       new  33953d8   debian/control: Change Architecture to linux-any.
       new  31cc900   debian/TODO: Remove file; I'd rather not have it in the actual source package.
       new  494f684   debian/changelog: Update; change distribution to unstable.
       new  2186888   wmgeneral: Check if malloc fails.
       new  a1c8066   wmgeneral: Free pointer.
       new  42d7344   wmgeneral: Remove inline keywords.
       new  8a97427   wmgeneral: Bump to 1998-09-11 version found in wmcpufreq and wmppp.app.
       new  6988059   wmgeneral: Bump to 1998-09-14 version found in wmckgmail, wmitime, wmsmp.app, wmSMPmon, and wmtz.
       new  43ea0c2   wmgeneral: Merge 2003-10-10 version from wmmon and wmtime.
       new  1ae3156   wmgeneral: Reduce scope of several variables.
       new  e0dba96   wmgeneral: Use field width limits for scanf.
       new  8a9c38f   wmgeneral: Use #includes from include-what-you-use.
       new  b0f7c1c   wmgeneral: Add proper copyright headers; fix changelog formatting.
       new  d71594a   wmgeneral: Fix segfault if newline encountered in parse_rcfile.
       new  fdced77   wmgeneral: Don't call free on pointers we haven't malloced.
       new  d87c0c0   wmgeneral: Fix "unused variable" warning.
       new  16ee0df   wmgeneral: Add _POSIX_C_SOURCE #defines for strdup, pid_t, and getline.
       new  1656adc   wmifs: Move source files to top directory.
       new  3564ff0   wmifs: Fix spelling error and escape hyphen in manpage.
       new  c518f0f   wmifs: Fix "variable 'ppp_old" set but not used" compiler warning.
       new  802a6a7   wmifs: Update Makefile.
       new  1a7c50f   wmifs: Fix "suggest braces around empty body in an ‘if’ statement" compiler warning.
       new  40585fe   wmifs: Fix "comparison between signed and unsigned integer expressions" compiler warning.
       new  9e80f3c   wmifs: Fix "overflow in implicit constant conversion" compiler warnings.
       new  83ae806   wmifs: Replace deprecated caddr_t with void *.
       new  22ab1f2   wmifs: Replace deprecated usleep with nanosleep.
       new  0b5c53e   wmifs: Add -c command line option allowing users to set color.
       new  21dd375   wmifs: Reformat help text for readability.
       new  2a80de5   wmifs: Add support for wmgeneral's -geometry command line option.
       new  00c8d4c   wmifs: Honor CONF Makefile variable when parsing system config files.
       new  2458c17   wmgeneral: Add support for X geometry strings to -geometry option.
       new  b8d7d1c   wmifs: Don't ignore geometry strings beginning with '-'.
       new  100f69e   wmifs: Throw out first /proc/net/dev reading.
       new  9280862   wmifs: Tidy #includes using include-what-you-use.
       new  95d1685   wmifs: Reduce scopes of variables (fixes style warnings from cppcheck).
       new  3aca558   wmifs: Convert strtok() calls to thread-safe strtok_r().
       new  a4c3a38   wmifs: Add proper copyright header.
       new  8ed70ac   wmifs: Update Window Maker instructions in HINTS.
       new  f900144   wmifs: Remove first two installation steps in INSTALL.
       new  1764a4d   wmifs: Update README.
       new  d1392e5   wmifs: Bump to version 1.5.
       new  4b9f0eb   debian/rules: Split command line options for newer versions of rename.
       new  d1c6ff3   Imported Upstream version 1.5
       new  9fa4434   debian/patches: Remove directory; patches applied upstream.
       new  203eac3   debian/changelog: Draft for version 1.5-1.
       new  5a5b8d0   debian/rules: Remove --souredirectory option; source now in top directory.
       new  a8c6e2b   debian/rules: Add override_dh_auto_build target to pass CFLAGS from dpkg-buildflags.
       new  25b7e34   debian/changelog: Prepare for release of version 1.5-1.
       new  65fed16   wmgeneral, wmsun: Use threadsafe functions.
       new  6f7df79   wmifs uses libdockapp
       new  cb7582e   wmifs: Add note about libdockapp to INSTALL.
       new  f0da5bb   wmifs: Bump to version 1.6.
       new  199f8ed   Imported Upstream version 1.6
       new  0b07b3f   debian/control: Update Vcs-* fields.
       new  648a514   debian/control: Set Debian Window Maker Team as Maintainer; move myself to Uploaders with updated email address.
       new  6c45446   debian/control: Add libdockapp-dev to Build-Depends.
       new  59f6ab7   debian/control: Tidy up using wrap-and-sort.
       new  6502765   debian/copyright: Update email address.
       new  4f27e5f   debian/copyright: Remove wmgeneral files; these have been moved to libdockapp.
       new  f0bf8ca   debian/changelog: Add entry for version 1.6-1.

The 118 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.


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



More information about the Pkg-wmaker-commits mailing list