| 1 |
mwavem (2.0-5) unstable; urgency=low
|
| 2 |
|
| 3 |
* Set maintainer to Debian QA Group <packages@qa.debian.org>
|
| 4 |
|
| 5 |
-- tony mancill <tmancill@debian.org> Tue, 13 Jul 2010 20:51:45 -0700
|
| 6 |
|
| 7 |
mwavem (2.0-4) unstable; urgency=low
|
| 8 |
|
| 9 |
[ Thomas Hood ]
|
| 10 |
* Eliminate bug in interpreting MAKEDEV output
|
| 11 |
* Remove update-modules calls
|
| 12 |
* Fix typos in initscript (Closes: #514049)
|
| 13 |
* Add "alias pnp:dIBM3760 mwave"
|
| 14 |
* Thanks to Steve Powell for the tips
|
| 15 |
* State in the copyright file that the package is not part of
|
| 16 |
Debian GNU/Linux and briefly explain why. Obey policy 12.5.
|
| 17 |
* Eliminate devfs and modutils support
|
| 18 |
* Add checks for presence of /var/run
|
| 19 |
* Bump Standards-Version to 3.8.1.0
|
| 20 |
|
| 21 |
[ tony mancill ]
|
| 22 |
* Update email address for Thomas Hood in debian/control.
|
| 23 |
|
| 24 |
-- tony mancill <tmancill@debian.org> Sun, 15 Mar 2009 10:26:00 -0700
|
| 25 |
|
| 26 |
mwavem (2.0-3) unstable; urgency=low
|
| 27 |
|
| 28 |
* Deal with bashisms in sh scripts:
|
| 29 |
* Switch to #!/bin/bash in /usr/sbin/mwavemd
|
| 30 |
* s/kill -9/kill -s KILL/ in /etc/init.d/mwavem
|
| 31 |
Thanks to Raphael Geissert for pointing out the problems.
|
| 32 |
(Closes: #476761)
|
| 33 |
* Add LSB headers to initscript
|
| 34 |
|
| 35 |
-- Thomas Hood <jdthood@yahoo.co.uk> Mon, 21 Apr 2008 13:48:14 +0200
|
| 36 |
|
| 37 |
mwavem (2.0-2) unstable; urgency=low
|
| 38 |
|
| 39 |
[ Thomas Hood ]
|
| 40 |
* Delete old conffiles rather than move them if they are original
|
| 41 |
(Responds to Bill Allombert's plea:
|
| 42 |
http://lists.debian.org/debian-devel-announce/2005/06/msg00006.html)
|
| 43 |
* No longer Suggest devfsd
|
| 44 |
* Bump Standards-Version to 3.6.2.1; no changes required
|
| 45 |
* Use new lsb init-functions in initscript
|
| 46 |
* Correct license text quotation in the "copyright" file
|
| 47 |
|
| 48 |
-- tony mancill <tmancill@debian.org> Thu, 2 Feb 2006 17:00:00 +0100
|
| 49 |
|
| 50 |
mwavem (2.0-1) unstable; urgency=low
|
| 51 |
|
| 52 |
* New upstream (Closes: #246937)
|
| 53 |
+ Allows mwave device file location to be set in the
|
| 54 |
configuration file (addresses part of #274566)
|
| 55 |
* /usr/sbin/mwavemd:
|
| 56 |
+ Add lots of quotation marks and clean up code
|
| 57 |
+ fflush() after print
|
| 58 |
* /etc/init.d/mwavem:
|
| 59 |
+ No longer load or unload mwave module. This is the
|
| 60 |
job of hotplug, discover, etc.
|
| 61 |
+ On start, wait a while if the mwave device file does
|
| 62 |
not exist; the driver may just be creating it
|
| 63 |
(Closes: #274566)
|
| 64 |
+ Adapt tricks from upstream initscript ("mwaved"):
|
| 65 |
- Use tty indicated by driver, if possible
|
| 66 |
- Make "check" method smarter
|
| 67 |
- Run at niceness -15
|
| 68 |
+ Clean up and tweak code
|
| 69 |
* debian/control:
|
| 70 |
+ Update description and explain why this package is in
|
| 71 |
the non-free section of the Debian archive
|
| 72 |
* build:
|
| 73 |
+ Don't ship README.freebsd -- eliminates lintian warning
|
| 74 |
+ Drop debian/patches; just patch sources in the .diff
|
| 75 |
+ Drop dh_installmodules in favor of own code
|
| 76 |
+ Simplify debian/rules
|
| 77 |
+ Bump Build-Dependency on debhelper on linda's advice
|
| 78 |
* /etc/devfs/conf.d/mwave: rename from "mwavem"
|
| 79 |
* /etc/modutils/mwave: rename from "mwavem"
|
| 80 |
* /etc/modprobe.d/mwave: add
|
| 81 |
* /etc/mwavem/mwavem.conf:
|
| 82 |
+ Add "MWAVEM_TRACE=1"
|
| 83 |
+ Add "DEVICE=/dev/mwave"
|
| 84 |
* debian/copyright:
|
| 85 |
Update because I received a statement from the author of the
|
| 86 |
program which gives explicit permission to distribute the
|
| 87 |
(non-free) DSP binaries.
|
| 88 |
* README.Debian
|
| 89 |
+ Give instructions for enabling apmd proxy script
|
| 90 |
(Closes: #305384)
|
| 91 |
|
| 92 |
-- Thomas Hood <jdthood@yahoo.co.uk> Fri, 20 May 2005 17:00:00 +0200
|
| 93 |
|
| 94 |
mwavem (1.0.4-1) unstable; urgency=low
|
| 95 |
|
| 96 |
* New upstream (Closes: #156171)
|
| 97 |
* mwavem node is now installed by makedev at /dev/mwave .
|
| 98 |
Devfs config has therefore been changed so that automatically
|
| 99 |
created node at /dev/misc/mwave is symlinked back to /dev/mwave .
|
| 100 |
* debian/rules
|
| 101 |
+ Switch to cdbs
|
| 102 |
* debian/README.Debian
|
| 103 |
+ Update
|
| 104 |
* debian/copyright
|
| 105 |
+ Add discussion of license issues
|
| 106 |
* debian/
|
| 107 |
+ Move files from debian/thood/ subdirectory tree into debian/
|
| 108 |
+ Eliminate debconf stuff
|
| 109 |
* debian/postinst:
|
| 110 |
+ Remove obsolete code
|
| 111 |
+ Create mwave device node
|
| 112 |
* debian/postrm: Remove obsolete code
|
| 113 |
* debian/control:
|
| 114 |
+ Clean up
|
| 115 |
+ Set myself as the maintainer
|
| 116 |
+ Section: non-free/utils
|
| 117 |
+ Build-Depend on cdbs
|
| 118 |
+ Depend on makedev >= 2.3.1-66 which makes the mwave device
|
| 119 |
|
| 120 |
-- Thomas Hood <jdthood@yahoo.co.uk> Tue, 27 Mar 2004 12:00:00 +0100
|
| 121 |
|
| 122 |
mwavem (1.0.2-13) unstable; urgency=low
|
| 123 |
|
| 124 |
* modified debian/copyright to refer to /usr/share/common-licenses/GPL
|
| 125 |
so that upload won't be REJECTED
|
| 126 |
|
| 127 |
-- tony mancill <tmancill@debian.org> Tue, 5 Aug 2003 16:30:51 -0700
|
| 128 |
|
| 129 |
mwavem (1.0.2-12) unstable; urgency=low
|
| 130 |
|
| 131 |
* orphaned; maintainer set to packages@qa.debian.org
|
| 132 |
* section set to non-free (closes: #192270)
|
| 133 |
|
| 134 |
-- tony mancill <tmancill@debian.org> Sun, 20 Jul 2003 20:42:13 -0700
|
| 135 |
|
| 136 |
mwavem (1.0.2-11) unstable; urgency=low
|
| 137 |
|
| 138 |
* updated module info on mwavem manpage (closes: #132073)
|
| 139 |
* removed debian/conffiles, Suggest: devfsd (closes: #132074)
|
| 140 |
* removed README.devfs and mwave-dev-event-handler.8 (closes: #132075)
|
| 141 |
* postinst can handle failed /etc/init.d/mwavem start (closes: #132076)
|
| 142 |
* updated /etc/devfs/conf.d/mwavem to use mksymlink (closes: #132078)
|
| 143 |
* postrm now correctly handles removing /etc/mwavem/ (closes: #132084)
|
| 144 |
(Many thanks to Thomas Hood for the patches and bugreports.)
|
| 145 |
|
| 146 |
-- tony mancill <tmancill@debian.org> Tue, 5 Feb 2002 23:09:39 -0800
|
| 147 |
|
| 148 |
mwavem (1.0.2-10) unstable; urgency=low
|
| 149 |
|
| 150 |
* reworked binary-only package as normal source package
|
| 151 |
* uploaded to main archive as per ITP (closes: #124295)
|
| 152 |
|
| 153 |
-- tony mancill <tmancill@debian.org> Thu, 6 Dec 2001 23:36:31 -0800
|
| 154 |
|
| 155 |
mwavem (1.0.2-9) experimental; urgency=low
|
| 156 |
|
| 157 |
* Modify /etc/devfs/conf.d/mwavem to use new mksymlink function
|
| 158 |
* Remove README.devfs
|
| 159 |
|
| 160 |
-- Thomas Hood <jdthood@yahoo.co.uk> Thu, 29 Nov 2001 23:29:11 -0500
|
| 161 |
|
| 162 |
mwavem (1.0.2-8) experimental; urgency=low
|
| 163 |
|
| 164 |
* Fix error in README.Debian
|
| 165 |
* Omit module load options
|
| 166 |
* Update package description
|
| 167 |
(Thanks to Alexandre Duret-Lutz for these suggestions)
|
| 168 |
|
| 169 |
-- Thomas Hood <jdthood@yahoo.co.uk> Thu, 29 Nov 2001 21:07:14 -0500
|
| 170 |
|
| 171 |
mwavem (1.0.2-7) experimental; urgency=low
|
| 172 |
|
| 173 |
* Change mwavem nice level to -5
|
| 174 |
* Don't pipe /etc/apm/event.d/mwavem output through logger
|
| 175 |
* Suggest apmd
|
| 176 |
|
| 177 |
-- Thomas Hood <jdthood@yahoo.co.uk> Tue, 6 Nov 2001 07:37:20 -0500
|
| 178 |
|
| 179 |
mwavem (1.0.2-6) experimental; urgency=low
|
| 180 |
|
| 181 |
* Tweak mwavemd
|
| 182 |
* Update README
|
| 183 |
|
| 184 |
-- Thomas Hood <jdthood@yahoo.co.uk> Wed, 10 Oct 2001 10:18:54 -0400
|
| 185 |
|
| 186 |
mwavem (1.0.2-5) experimental; urgency=low
|
| 187 |
|
| 188 |
* Modify /etc/devfs/conf.d/mwavem to eliminate the need for
|
| 189 |
/usr/sbin/mwave-dev-event-handler and delete the latter file
|
| 190 |
|
| 191 |
-- Thomas Hood <jdthood@yahoo.co.uk> Sun, 7 Oct 2001 18:44:04 -0400
|
| 192 |
|
| 193 |
mwavem (1.0.2-4) experimental; urgency=low
|
| 194 |
|
| 195 |
* Start mwavem with low niceness
|
| 196 |
|
| 197 |
-- Thomas Hood <jdthood@yahoo.co.uk> Sun, 7 Oct 2001 08:51:38 -0400
|
| 198 |
|
| 199 |
mwavem (1.0.2-3) experimental; urgency=low
|
| 200 |
|
| 201 |
* Eliminate "chat" test of modem, since it sometimes yields
|
| 202 |
false negatives, though I don't know why. For now, just check
|
| 203 |
for the existence of $DEV.
|
| 204 |
|
| 205 |
-- Thomas Hood <jdthood@yahoo.co.uk> Sat, 22 Sep 2001 15:08:43 -0400
|
| 206 |
|
| 207 |
mwavem (1.0.2-2) experimental; urgency=low
|
| 208 |
|
| 209 |
* /etc/apm/event.d/mwavem now restarts after a resume+suspend
|
| 210 |
* Other cosmetic changes
|
| 211 |
|
| 212 |
-- Thomas Hood <jdthood@yahoo.co.uk> Fri, 21 Sep 2001 01:31:19 -0400
|
| 213 |
|
| 214 |
mwavem (1.0.2-1) experimental; urgency=low
|
| 215 |
|
| 216 |
* New upstream version
|
| 217 |
|
| 218 |
-- Thomas Hood <jdthood@yahoo.co.uk> Thu, 16 Aug 2001 12:20:30 -0400
|
| 219 |
|
| 220 |
mwavem (1.0.1-2) experimental; urgency=low
|
| 221 |
|
| 222 |
* chown usr/sbin/mwavem root.root
|
| 223 |
|
| 224 |
-- Thomas Hood <jdthood@yahoo.co.uk> Tue, 31 Jul 2001 07:52:52 -0400
|
| 225 |
|
| 226 |
mwavem (1.0.1-1) experimental; urgency=low
|
| 227 |
|
| 228 |
* New upstream
|
| 229 |
|
| 230 |
-- Thomas Hood <jdthood@yahoo.co.uk> Mon, 30 Jul 2001 01:56:14 -0400
|
| 231 |
|
| 232 |
mwavem (1.0-7) experimental; urgency=low
|
| 233 |
|
| 234 |
* Corrected man page
|
| 235 |
* Added 'options' line to /etc/modutils/mwavem
|
| 236 |
|
| 237 |
-- Thomas Hood <jdthood@yahoo.co.uk> Thu, 26 Jul 2001 15:20:47 -0400
|
| 238 |
|
| 239 |
mwavem (1.0-6) experimental; urgency=low
|
| 240 |
|
| 241 |
* Clarified messages about old config files emitted by postinst
|
| 242 |
|
| 243 |
-- Thomas Hood <jdthood@yahoo.co.uk> Thu, 26 Jul 2001 13:22:49 -0400
|
| 244 |
|
| 245 |
mwavem (1.0-5) experimental; urgency=low
|
| 246 |
|
| 247 |
* Added check for old config files in postinst
|
| 248 |
|
| 249 |
-- Thomas Hood <jdthood@yahoo.co.uk> Thu, 26 Jul 2001 13:16:02 -0400
|
| 250 |
|
| 251 |
mwavem (1.0-4) experimental; urgency=low
|
| 252 |
|
| 253 |
* Name changed back to 'mwavem' after a (valid) complaint and
|
| 254 |
all config files renamed to '.../mwavem'
|
| 255 |
|
| 256 |
-- Thomas Hood <jdthood@yahoo.co.uk> Thu, 26 Jul 2001 10:23:20 -0400
|
| 257 |
|
| 258 |
mwave (1.0-3) experimental; urgency=low
|
| 259 |
|
| 260 |
* Name changed to 'mwave' for consistency (demanded by lintian)
|
| 261 |
* More extensive use of debhelper for greater lintian happiness
|
| 262 |
* Note that the dynamic symbolic link to the serial device is now
|
| 263 |
/dev/Mwave-modem instead of /dev/ACP-modem. You can change this
|
| 264 |
at the top of the /etc/init.d/mwave file if you like.
|
| 265 |
|
| 266 |
-- Thomas Hood <jdthood@yahoo.co.uk> Fri, 20 Jul 2001 22:00:23 -0400
|
| 267 |
|
| 268 |
mwavem (1.0-2) experimental; urgency=low
|
| 269 |
|
| 270 |
* Changed control, copyright, changelog rules files to make them
|
| 271 |
comply better with the Debian Packaging Manual. This package is
|
| 272 |
still FAR from being compliant with Debian policy, of course.
|
| 273 |
* Added man page
|
| 274 |
* postinst and postrm now call update-modules, update-devfsd and
|
| 275 |
update-rc.d.
|
| 276 |
*
|
| 277 |
|
| 278 |
-- Thomas Hood <jdthood@yahoo.co.uk> Fri, 20 Jul 2001 21:59:34 -0400
|
| 279 |
|
| 280 |
mwavem (1.0-1) experimental; urgency=low
|
| 281 |
|
| 282 |
* Initial release.
|
| 283 |
|
| 284 |
-- Thomas Hood <jdthood@yahoo.co.uk> Thu, 19 Jul 2001 23:49:37 -0400
|
| 285 |
|