Skip to content

Debian Changelog mwavem (2.0-4)

2009

mwavem (2.0-4) unstable; urgency=low

   [ Thomas Hood ]
   * Eliminate bug in interpreting MAKEDEV output
   * Remove update-modules calls
   * Fix typos in initscript (Closes: #514049)
   * Add "alias pnp:dIBM3760 mwave"
   * Thanks to Steve Powell for the tips
   * State in the copyright file that the package is not part of
     Debian GNU/Linux and briefly explain why.  Obey policy 12.5.
   * Eliminate devfs and modutils support
   * Add checks for presence of /var/run
   * Bump Standards-Version to 3.8.1.0
 
   [ tony mancill ]
   * Update email address for Thomas Hood in debian/control.

 -- tony mancill <tmancill@debian.org>  Sun, 15 Mar 2009 10:26:00 -0700

2008

mwavem (2.0-3) unstable; urgency=low

   * Deal with bashisms in sh scripts:
     * Switch to #!/bin/bash in /usr/sbin/mwavemd
     * s/kill -9/kill -s KILL/ in /etc/init.d/mwavem
     Thanks to Raphael Geissert for pointing out the problems.
     (Closes: #476761)
   * Add LSB headers to initscript

 -- Thomas Hood <jdthood@yahoo.co.uk>  Mon, 21 Apr 2008 13:48:14 +0200

2006

mwavem (2.0-2) unstable; urgency=low

   [ Thomas Hood ]
   * Delete old conffiles rather than move them if they are original
     (Responds to Bill Allombert's plea:
     http://lists.debian.org/debian-devel-announce/2005/06/msg00006.html)
   * No longer Suggest devfsd
   * Bump Standards-Version to 3.6.2.1; no changes required
   * Use new lsb init-functions in initscript
   * Correct license text quotation in the "copyright" file

 -- tony mancill <tmancill@debian.org>  Thu, 2 Feb 2006 17:00:00 +0100

2005

mwavem (2.0-1) unstable; urgency=low

   * New upstream  (Closes: #246937)
     + Allows mwave device file location to be set in the
       configuration file  (addresses part of #274566)
   * /usr/sbin/mwavemd:
     + Add lots of quotation marks and clean up code
     + fflush() after print
   * /etc/init.d/mwavem:
     + No longer load or unload mwave module.  This is the
       job of hotplug, discover, etc.
     + On start, wait a while if the mwave device file does
       not exist; the driver may just be creating it
       (Closes: #274566)
     + Adapt tricks from upstream initscript ("mwaved"):
       - Use tty indicated by driver, if possible
       - Make "check" method smarter
       - Run at niceness -15
     + Clean up and tweak code
   * debian/control:
     + Update description and explain why this package is in
       the non-free section of the Debian archive
   * build:
     + Don't ship README.freebsd -- eliminates lintian warning
     + Drop debian/patches; just patch sources in the .diff
     + Drop dh_installmodules in favor of own code
     + Simplify debian/rules
     + Bump Build-Dependency on debhelper on linda's advice
   * /etc/devfs/conf.d/mwave: rename from "mwavem"
   * /etc/modutils/mwave: rename from "mwavem"
   * /etc/modprobe.d/mwave: add
   * /etc/mwavem/mwavem.conf:
     + Add "MWAVEM_TRACE=1"
     + Add "DEVICE=/dev/mwave"
   * debian/copyright:
     Update because I received a statement from the author of the
     program which gives explicit permission to distribute the
     (non-free) DSP binaries.
   * README.Debian
     + Give instructions for enabling apmd proxy script
       (Closes: #305384)

 -- Thomas Hood <jdthood@yahoo.co.uk>  Fri, 20 May 2005 17:00:00 +0200

2004

mwavem (1.0.4-1) unstable; urgency=low

   * New upstream  (Closes: #156171)
   * mwavem node is now installed by makedev at /dev/mwave .
     Devfs config has therefore been changed so that automatically
     created node at /dev/misc/mwave is symlinked back to /dev/mwave .
   * debian/rules
     + Switch to cdbs
   * debian/README.Debian
     + Update
   * debian/copyright
     + Add discussion of license issues
   * debian/
     + Move files from debian/thood/ subdirectory tree into debian/
     + Eliminate debconf stuff
   * debian/postinst:
     + Remove obsolete code
     + Create mwave device node
   * debian/postrm: Remove obsolete code
   * debian/control:
     + Clean up
     + Set myself as the maintainer
     + Section: non-free/utils
     + Build-Depend on cdbs
     + Depend on makedev >= 2.3.1-66 which makes the mwave device

 -- Thomas Hood <jdthood@yahoo.co.uk>  Tue, 27 Mar 2004 12:00:00 +0100

2003

mwavem (1.0.2-13) unstable; urgency=low

   * modified debian/copyright to refer to /usr/share/common-licenses/GPL
     so that upload won't be REJECTED

 -- tony mancill <tmancill@debian.org>  Tue, 5 Aug 2003 16:30:51 -0700

mwavem (1.0.2-12) unstable; urgency=low

   * orphaned; maintainer set to packages@qa.debian.org
   * section set to non-free (closes: #192270)

 -- tony mancill <tmancill@debian.org>  Sun, 20 Jul 2003 20:42:13 -0700

2002

mwavem (1.0.2-11) unstable; urgency=low

   * updated module info on mwavem manpage (closes: #132073)
   * removed debian/conffiles, Suggest: devfsd  (closes: #132074)
   * removed README.devfs and mwave-dev-event-handler.8 (closes: #132075)
   * postinst can handle failed /etc/init.d/mwavem start (closes: #132076)
   * updated /etc/devfs/conf.d/mwavem to use mksymlink (closes: #132078)
   * postrm now correctly handles removing /etc/mwavem/ (closes: #132084)
     (Many thanks to Thomas Hood for the patches and bugreports.)

 -- tony mancill <tmancill@debian.org>  Tue, 5 Feb 2002 23:09:39 -0800

2001

mwavem (1.0.2-10) unstable; urgency=low

   * reworked binary-only package as normal source package
   * uploaded to main archive as per ITP (closes: #124295)

 -- tony mancill <tmancill@debian.org>  Thu, 6 Dec 2001 23:36:31 -0800

mwavem (1.0.2-9) experimental; urgency=low

   * Modify /etc/devfs/conf.d/mwavem to use new mksymlink function
   * Remove README.devfs

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 29 Nov 2001 23:29:11 -0500

mwavem (1.0.2-8) experimental; urgency=low

   * Fix error in README.Debian
   * Omit module load options
   * Update package description
     (Thanks to Alexandre Duret-Lutz for these suggestions)

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 29 Nov 2001 21:07:14 -0500

mwavem (1.0.2-7) experimental; urgency=low

   * Change mwavem nice level to -5
   * Don't pipe /etc/apm/event.d/mwavem output through logger
   * Suggest apmd

 -- Thomas Hood <jdthood@yahoo.co.uk>  Tue, 6 Nov 2001 07:37:20 -0500

mwavem (1.0.2-6) experimental; urgency=low

   * Tweak mwavemd
   * Update README

 -- Thomas Hood <jdthood@yahoo.co.uk>  Wed, 10 Oct 2001 10:18:54 -0400

mwavem (1.0.2-5) experimental; urgency=low

   * Modify /etc/devfs/conf.d/mwavem to eliminate the need for
     /usr/sbin/mwave-dev-event-handler and delete the latter file

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sun, 7 Oct 2001 18:44:04 -0400

mwavem (1.0.2-4) experimental; urgency=low

   * Start mwavem with low niceness

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sun, 7 Oct 2001 08:51:38 -0400

mwavem (1.0.2-3) experimental; urgency=low

   * Eliminate "chat" test of modem, since it sometimes yields
     false negatives, though I don't know why.  For now, just check
     for the existence of $DEV.

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sat, 22 Sep 2001 15:08:43 -0400

mwavem (1.0.2-2) experimental; urgency=low

   * /etc/apm/event.d/mwavem now restarts after a resume+suspend
   * Other cosmetic changes

 -- Thomas Hood <jdthood@yahoo.co.uk>  Fri, 21 Sep 2001 01:31:19 -0400

mwavem (1.0.2-1) experimental; urgency=low

   * New upstream version

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 16 Aug 2001 12:20:30 -0400

mwavem (1.0.1-2) experimental; urgency=low

   * chown usr/sbin/mwavem root.root

 -- Thomas Hood <jdthood@yahoo.co.uk>  Tue, 31 Jul 2001 07:52:52 -0400

mwavem (1.0.1-1) experimental; urgency=low

   * New upstream

 -- Thomas Hood <jdthood@yahoo.co.uk>  Mon, 30 Jul 2001 01:56:14 -0400

mwavem (1.0-7) experimental; urgency=low

   * Corrected man page
   * Added 'options' line to /etc/modutils/mwavem

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 26 Jul 2001 15:20:47 -0400

mwavem (1.0-6) experimental; urgency=low

   * Clarified messages about old config files emitted by postinst

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 26 Jul 2001 13:22:49 -0400

mwavem (1.0-5) experimental; urgency=low

   * Added check for old config files in postinst

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 26 Jul 2001 13:16:02 -0400

mwavem (1.0-4) experimental; urgency=low

   * Name changed back to 'mwavem' after a (valid) complaint and
     all config files renamed to '.../mwavem'

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 26 Jul 2001 10:23:20 -0400

mwave (1.0-3) experimental; urgency=low

   * Name changed to 'mwave' for consistency (demanded by lintian)
   * More extensive use of debhelper for greater lintian happiness
   * Note that the dynamic symbolic link to the serial device is now
     /dev/Mwave-modem instead of /dev/ACP-modem.  You can change this
     at the top of the /etc/init.d/mwave file if you like.

 -- Thomas Hood <jdthood@yahoo.co.uk>  Fri, 20 Jul 2001 22:00:23 -0400

mwavem (1.0-2) experimental; urgency=low

   * Changed control, copyright, changelog rules files to make them
     comply better with the Debian Packaging Manual.  This package is
     still FAR from being compliant with Debian policy, of course.
   * Added man page
   * postinst and postrm now call update-modules, update-devfsd and
     update-rc.d.
   *

 -- Thomas Hood <jdthood@yahoo.co.uk>  Fri, 20 Jul 2001 21:59:34 -0400

mwavem (1.0-1) experimental; urgency=low

   * Initial release.

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 19 Jul 2001 23:49:37 -0400