1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
cpqarrayd (2.0-3) unstable; urgency=low
* Patch from Andrew Patterson to fix under Linux 2.6,
closes: #257634, #262345
* Switch to build against Linux 2.6 source. This also happens to fix
building on hppa, closes: #272821
* Change kernel-source build-dep to be "2.6.8 | 2.6" as a hint to
buildds.
* Add note to README.Debian about needing example usage notes.
* Add note to README.Debian about testing.
-- Matt Taggart <taggart@debian.org> Fri, 24 Sep 2004 00:18:24 -0700
cpqarrayd (2.0-2) unstable; urgency=low
* Patch from Rudolph Pereira to check return status of device opens
in order to eliminate nuisance warning messages, closes: #267209
* Patch from Petter Reinholdtsen to add the exit codes to the
manpage, closes: #259750
* Fix typos in long description, closes: #257097
* Document the fact that it doesn't work with 2.6 yet.
-- Matt Taggart <taggart@debian.org> Tue, 21 Sep 2004 22:29:48 -0700
cpqarrayd (2.0-1) unstable; urgency=low
* Initial Release.
* Straightforward autoconf style packaging using dh_make, only very
minor diffs from the dh_make single package templates
* add an unpack rule that sets up the kernel-source we need
* Patch from Terry Loftin <terry.loftin@hp.com> to add a
--with-kernel configure option so we can point at the source
we want rather than it trying to grab from /usr/src/linux
* Use our own init script and defaults files rather than the upstream
provided ones that are too Red Hat specific.
* The daemon exits with 1 if there is no card present to monitor
which causes problems durning install on systems without a card.
I changed cpqarrayd.c to exit with 2 in this case, and then have
the init script check the exit status.
-- Matt Taggart <taggart@debian.org> Sun, 23 May 2004 14:49:16 -0700
|