pcmcia-cs (1:0) unstable; urgency=low

  * Made the whole package a transitional dummy package.
  * Removed pcmcia-cs-udeb.
  * Added code to postinst to remove old conffiles.
  * Remove /etc/default/pcmcia and debconf data when purging.

 -- Per Olofsson <pelle@debian.org>  Wed, 20 Jun 2007 14:02:48 +0100

pcmcia-cs (3.2.8-9) unstable; urgency=low

  * Removed pcmcia-source binary package. Closes: #394018.
    - Consequently remove all pcmcia-modules related stuff.
  * Removed pnpbios-utils binary package.
  * Cleanup debian/rules.
  * Update standards-version to 3.7.2.
  * Add empty Require-{Start,Stop} fields to LSB info field in the init
    script.
  * Update LSB description in init script.

 -- Per Olofsson <pelle@debian.org>  Sun, 22 Oct 2006 19:21:46 +0200

pcmcia-cs (3.2.8-8) unstable; urgency=low

  * Put non-i386 config.opts in the right place in the udeb in
    debian/rules. Fixes build error.

 -- Per Olofsson <pelle@debian.org>  Sat, 25 Feb 2006 15:57:06 +0100

pcmcia-cs (3.2.8-7) unstable; urgency=low

  * Don't even bother with debconf and starting pcmcia-cs in
    pcmcia-modules-*.
  * Made pcmcia-source depend on dpatch.
  * Don't copy the init script to the udeb if building kernel modules.
  * Added config entry for Zonet zcf-1400. Thanks to Magnus Lundstedt.
    Closes: #351725.
  * Rip out config.opts from everywhere except the udeb. Let pcmciautils
    provide it instead.
  * Print less confusing error message when not starting because
    pcmciautils should be used. Also don't print it when run by init.
  * Added NEWS.Debian entry about the pcmciautils migration.
    Closes: #351671.

 -- Per Olofsson <pelle@debian.org>  Sat, 18 Feb 2006 23:31:08 +0100

pcmcia-cs (3.2.8-6) unstable; urgency=low

  * Acknowledging NMUs. Closes: #329099, #329100, #329101.
  * Closes: #321392: log_error_msg should be log_failure_msg in init
    script.
  * Don't complain about missing modules and don't fail if they cannot be
    loaded. cardmgr will tell us if something is wrong. Closes: #321467.
  * Remove failed_to_load function from init script.
  * Depend on pcmciautils. Needed for newer kernels. This will make
    upgrades smooth. Closes: #329329.
  * Recommend udev | hotplug.
  * Document allow-hotplug in README.Debian. Closes: #336909, #330794.
  * Set user write permission on all files when building to avoid problems
    on some file systems. Closes: #340034.
  * Add U.S. Robotics USR7901 ethernet card to config. Closes: #335069.
  * Use log_action_begin_msg and log_action_end_msg in the init script to
    get better and policy-conforming output.
  * Prefer dependency on module-init-tools instead of modutils.
  * Don't start pcmcia-cs if kernel version >= 2.6.13 and udev is
    enabled. Let pcmciautils handle these cases.
  * Updated description.

 -- Per Olofsson <pelle@debian.org>  Wed, 25 Jan 2006 20:39:47 +0100

pcmcia-cs (3.2.8-5.2) unstable; urgency=low

  * Non-maintainer upload.
  * Remove non-writeable $(UDEBDIR)/etc/init.d/pcmcia before trying to copy
    over it, fixing build failure on XFS filesystems.

 -- Colin Watson <cjwatson@debian.org>  Fri, 21 Oct 2005 18:41:11 +0100

pcmcia-cs (3.2.8-5.1) unstable; urgency=low

  * Non-maintainer upload.
  * Try to load pcmcia for >= 2.6.11 as well as ds (closes: #329099).
  * Install rewritten init script in pcmcia-cs-udeb too (closes: #329100).
  * Fix bashism in init script installer support path (closes: #329101).

 -- Colin Watson <cjwatson@debian.org>  Tue, 18 Oct 2005 20:12:00 +0100

pcmcia-cs (3.2.8-5) unstable; urgency=low

  * Don't try to load the ds module if it is compiled in
    statically. Closes: #321095.
  * Improved module loading code somewhat.
  * If $PCIC is not defined and PCMCIA sockets are not available, just
    output a simple message saying so and exit. Only on 2.6 kernels.
  * Put a /etc/default/pcmcia in the udeb which contains
    PCIC=i82365. Don't default to it anymore in the init script if PCIC is
    empty.

 -- Per Olofsson <pelle@debian.org>  Wed,  3 Aug 2005 18:17:32 +0200

pcmcia-cs (3.2.8-4) unstable; urgency=low

  * Also check for /dev/.udevdb when determining whether to create/remove
    device nodes or not. Closes: #317546.
  * Don't add the -q option to MODPROBE_OPTIONS. There's no point I think,
    just something I misunderstood about the Ubuntu patch.
  * Removed dependency on pnpbios-tools. Closes: #321081.
  * Don't build and install PnP BIOS tools if the pnpbios-tools package is
    not being built on this architecture.

 -- Per Olofsson <pelle@debian.org>  Wed,  3 Aug 2005 09:52:10 +0200

pcmcia-cs (3.2.8-3) unstable; urgency=low

  * Added config entries for the atmel_cs cards SMC 2632W-V2 and
    3CRSHPW_96. Thanks to Ubuntu.
  * Don't try to create device nodes on udev systems. Don't try to remove
    them either (the same on devfs systems). Thanks to Ubuntu.
    Closes: #317546.
  * Split out lspnp and setpnp to their own package,
    pnpbios-tools. Closes: #307224.
  * Use the -s option with debhelper instead of -a.
  * Always try to remove all modules when stopping PCMCIA, even if ds is
    not loaded. Thanks to Stephen Gildea. Closes: #319485.
  * Added some PNP IDs from Ryan Underwood. Closes: #305404.
  * Build a smaller cardmgr for the udeb, using -Os and
    -fomit-frame-pointer. Closes: #314377.
  * Rewrote the init script, including modifications from Ubuntu. Made it
    LSB-compliant (or at least I think so). Placed it in debian/ instead
    of patching the upstream one.
  * Added config entries for atmel_cs cards. Thanks to Ubuntu.
  * Updated Standards-Version to 3.6.2.0.
  * Made pcmcia-source recommend libc6-dev | libc-dev.
  * Fixed wrong sections in manpages.
  * Made cardmgr not log to the console. This prevents it from spewing out
    a lot of messages early in the boot process, when syslog is not
    available.
  * Updated debconf template translations:
    - Bosnian (bs.po) by Safir Secerovic. Closes: #302757.
    - Vietnamese (vi.po) by Phan Vinh Thinh. Closes: #307014.
    - Albanian (sq.po) by Elian Myftiu. Closes: #302405.
    - Basque (eu.po) by Iaki Larraaga Murgoitio. Closes: #306054.
    - Portuguese (pt.po) by Miguel Figueiredo. Closes: #310056.

 -- Per Olofsson <pelle@debian.org>  Wed, 27 Jul 2005 01:34:12 +0200

pcmcia-cs (3.2.8-2) experimental; urgency=low

  * Start pcmcia in the S runlevel. Closes: #248376.
  * Tell cardmgr to configure cards synchronously with -f.
  * Made cardmgr not print anything on stderr if no error has
    occured. Closes: #268197.
  * Made "cardctl scheme" work even if PCMCIA modules are not
    loaded. Closes: #270830.
  * Nicer output from the init script when cardmgr is already running.
  * Revert the dpatch patches after cleaning.
  * Made patch, unpatch and clean1 targets phony.
  * Removed build-dep on xlibs-dev.
  * Use invoke-rc.d in maintainer script to start/stop pcmcia.
  * Don't try to eject the cards when removing the package.
  * Don't check whether pcmcia is started in the maintainer scripts, it's
    not necessary.

 -- Per Olofsson <pelle@debian.org>  Sun,  9 Jan 2005 15:02:53 +0100

pcmcia-cs (3.2.8-1) experimental; urgency=low

  * New upstream release.
  
  * Use dpatch.
  
  * Added a new configuration variable, REFRAIN_FROM_IFUP. If set to yes,
    cardmgr will not bring up network interfaces. This should be handled
    by hotplug instead, and is the default on new install. See
    README.Debian for more information. Thanks to Thomas Hood and Osamu
    Aoki for useful suggestions about this. Closes: #248071.
  
  * Automatically detect special resource options using dmidecode.
  
  * Rewrote most of the build system to use debhelper.
  
  * Removed almost all of the debconf questions and simplified the
    maintainer scripts.
  
  * Removed the graphical cardinfo utility. I don't think anybody uses it
    and it should be in a separate package anyway.
  
  * Moved config.opts to /usr/lib/pcmcia-cs/. It is therefore no longer a
    conffile, it is copied/modified by postinst instead (but only if it
    doesn't already exist, so that user modifications are preserved).
  * List all the bridge modules in the comment in the init script.
    Closes: #257387.
  * And don't call them "Slackware startup options" since they are used by
    d-i.
  * Don't assign anything to PCIC in pcmcia-cs.postinst before probing
    because the value will not be used anyway.
  * Reworked the descriptions.
  * Don't suggest ifupdown.
  * Replaced pcmcia-source's recommendations with kernel-source-2.4,
    kernel-package and libc-dev.
  * Set the pcmcia-modules-* Architecture to any as well.
  * Removed debian/README.build. It is redundant and serves no
    purpose. People wishing to build their own set of module packages for
    stock Debian kernels should take a look at the
    pcmcia-modules-2.4.x-i386 source package.
  * Only include the old README.Debian in pcmcia-source.
  * Renamed debian/*.ms to debian/*.ms.old. I don't know how to build
    these so I'm going to modify the generated files instead.
  * Don't build-depend on flex and bison, but do build-depend on cpio.
  * Removed pre-dependency on debconf. Depending on it is enough.
  * Removed notes.Debian.
  * Modified makefiles to rm -rf .depfiles directories.
  * Install PCMCIA-HOWTO.
  * Added PCMCIA-HOWTO's copyright notice to the copyright file.
  * Moved dlport.c and the example config.opts to examples/.
  * Updated FAQ.Debian.
  * Updated pcmcia-source's README.Debian.
  * Wrote a README.Debian for pcmcia-cs.
  * Ask all debconf question at medium priority.

 -- Per Olofsson <pelle@debian.org>  Sat,  8 Jan 2005 13:07:18 +0100

pcmcia-cs (3.2.5-11) unstable; urgency=low

  * By default, never stop cardmgr in preinst. And ask about it at medium
    priority instead of high. Closes: #251267.
  * Don't ask about starting cardmgr if it's already running.
  * Updated debconf template translations:
    - Galician (gl.po) by Jacobo Tarrío. Closes: #296431.
    - Tagalog (tl.po) by Eric Pareja. Closes: #299022.

 -- Per Olofsson <pelle@debian.org>  Wed, 16 Mar 2005 19:50:48 +0100

pcmcia-cs (3.2.5-10) unstable; urgency=low

  * Really update maintainer address.
  * Really add Romanian translation.
  * Made the init script not exit with an error if the pcmcia_core module
    is not available. Closes: #289946.
  * Added config entry for Linksys WPC11 with manfid 0x0274,
    0x1612. Thanks to Lionel Elie Mamane. Closes: #290515.
  * Migrate scheme and stab from old location (/var/lib/pcmcia) to the new
    ones in the init script if the old directory exists. Closes: #289998.

 -- Per Olofsson <pelle@debian.org>  Fri, 14 Jan 2005 19:23:08 +0100

pcmcia-cs (3.2.5-9) unstable; urgency=low

  * Use axnet_cs instead of pcnet_cs for Asix AX88190 cards. Thanks to Tom
    Vijlbrief. Closes: #264534.
  * Suppress output from update-modules to avoid interference with
    debconf. Thanks to Per Bojsen. Closes: #284280.
  * Fixed ioaddr_t typedef for mips in include/pcmcia/cs_types.h so that
    some ioctl won't fail. Thanks to Atsushi Nemoto. Closes: #280779.
  * Made the package buildable on amd64 with gcc-4.0 by fixing an lvalue
    assignment in debug-tools/{lspnp,setpnp}.c. Thanks to Andreas
    Jochens. Closes: #287905.
  * Updated maintainer address.
  * Updated debconf template translations:
    - German (de.po) by Jens Seidel. Closes: #273417.
    - Traditional Chinese (zh_TW.po) by Tetralet. Closes: #277900.
    - Romanian (ro.po) by Sorin Batariuc. Closes: #281145.

 -- Per Olofsson <pelle@debian.org>  Thu,  6 Jan 2005 22:25:49 +0100

pcmcia-cs (3.2.5-8) unstable; urgency=low

  * Added MAC address prefix for Proxim RangeLan2/Symphony in
    /etc/pcmcia/wireless.opts. Thanks to Holger Wansing.
  * Updated debconf template translations:
    - Hebrew (he.po) by Lior Kaplan. Closes: #257712.
    - Finnish (fi.po) by Tapio Lehtonen. Closes: #257727.
    - Arabic (ar.po) by Abdulaziz Al-Arfaj. Closes: #261021.
    - Swedish (sv.po) by Per Olofsson.
    - Initial Croatian debconf translation hr.po by Krunoslav Gernhard

 -- Per Olofsson <pelle@dsv.su.se>  Mon, 26 Jul 2004 21:44:59 +0200

pcmcia-cs (3.2.5-7) unstable; urgency=low

  * Simplified the config.opts for powerpc to allow modification by d-i.
  * Removed hack which appended stuff to the copyright file.
  * Use i82365 as the default if pcic_probe fails. Since yenta_socket
    bridges are PCI, they should always be detectable (but pcic_probe
    could be smarter here and use the class ID).
  * Cope with busybox by checking if the module is already loaded if
    modprobe fails. Thanks to Thomas Hood for help. Closes: #257191.
  * Some cleanup of the init script, removed insmod cruft.
  * Recommend hotplug instead of only suggesting it.
  * Use Architecture: any, no need to list them individually.
  * Updated debconf template translations:
    - Hebrew (he.po) by Lior Kaplan. Closes: #254023.

 -- Per Olofsson <pelle@dsv.su.se>  Sun,  4 Jul 2004 18:11:25 +0200

pcmcia-cs (3.2.5-6) unstable; urgency=low

  * Changed maintainer to myself.
  * Added custom config.opts for hppa from James Bottomley.
  * Added config entry for Dynalink L100C16 from Joost van Baal.
    Closes: #252258.
  * Removed the IWPATH hack from /etc/pcmcia/wireless. Let the shell find
    the programs using PATH instead, as it should. Closes: #225552.
  * Loosened the Actiontec HWC01170-01 definition to allow all versions of
    the card to work. Closes: #253103.
  * Updated debconf template translations:
    - Norwegian Bokmål (nb.po) by Bjørn Steensrud. Closes: #250950.
    - Bosnian (bo.po) by Safir Šećerović. Closes: #251139.
    - Finnish (fi.po) by Tapio Lehtonen. Closes: #253019.

 -- Per Olofsson <pelle@dsv.su.se>  Thu, 10 Jun 2004 21:04:57 +0200

pcmcia-cs (3.2.5-5) unstable; urgency=low

  * Removed that ridiculous "some directories were not removed" debconf
    note.
  * Simplified config.opts to make it easier to modify by d-i.
  * Cleaned up, updated and improved the copyright file.
  * Documented the fact that the IWSPY option might not work in a comment
    in wireless.opts. Closes: #117739.
  * Updated debconf template translations:
    - Norwegian (Nynorsk) (nn.po) by Håvard Korsvoll. Closes: #249912.

 -- Per Olofsson <pelle@dsv.su.se>  Thu, 20 May 2004 22:54:56 +0200

pcmcia-cs (3.2.5-4) unstable; urgency=low

  * Changed the test in network.opts to look for ifup and ifdown instead
    of /etc/network/interfaces.
  * Only do ifconfig down on a network interface if $IPADDR is
    defined. Closes: #222613.
  * Updated debconf template translations:
    - Spanish (es.po) by Javier Fernandez-Sanguino Peña. Closes: #248307.
    - Lithuanian (lt.po) by Gintautas Miliauskas. Closes: #249134.

 -- Per Olofsson <pelle@dsv.su.se>  Sun, 16 May 2004 16:07:04 +0200

pcmcia-cs (3.2.5-3) unstable; urgency=low

  * Added myself to Uploaders.
  * Acknowledging my own NMUs. Closes:
    #235303, #220619, #226240, #233588, #232837, #233193, #219843,
    #213536, #230189, #219997, #233588, #234166, #237301, #237093,
    #237523, #237544, #239054, #239101, #239462, #237518, #240332,
    #241797, #241842, #240426, #242261.
  * Install a custom config.opts on powerpc, which should work much better
    on that hardware. Closes: #242069.
  * Minor spelling correction in debian/rules.
  * Also strip the examples from config.opts in pcmcia-cs-udeb.
  * Updated debconf template translations:
    - Hungarian (hu.po) by VERÓK István. Closes: #242894.
    - Indonesian (id.po) by I Gede Wijaya S. Closes: #243455.
    - Turkish (tr.po) by Gurkan ASLAN. Closes: #243682.
    - Euskara (eu.po) by Piarres Beobide Egaña. Closes: #243922.
    - Catalan (ca.po) by Josep Lladonosa i Capell. Closes: #244748.
    - Polish (pl.po) by Marek Laska. Closes: #244965.
    - Slovak (sk.po) by Peter Mann. Closes: #246098.

 -- Per Olofsson <pelle@dsv.su.se>  Wed, 28 Apr 2004 19:04:08 +0200

pcmcia-cs (3.2.5-2.7) unstable; urgency=low

  * Non-maintainer upload (sponsored by Joey Hess).
  * Forgot to add architectures to pcmcia-cs-udeb. Added them now. Closes:
    #240426.
  * Also added architectures to pcmcia-modules, it won't hurt.
  * Updated debconf template translations:
    - German (de.po) by Dennis Stampfer. Closes: #242261.

 -- Per Olofsson <pelle@dsv.su.se>  Mon,  5 Apr 2004 18:43:15 +0200

pcmcia-cs (3.2.5-2.6) unstable; urgency=low

  * Non-maintainer upload (sponsored by Joey Hess).
  * Added more architectures: amd64, hppa, m68k, mips, mipsel and
    sparc. Closes: #240426.
  * Added card config entry for ELECOM Laneed LD-CDL/T from
    shock@csc.jp. Closes: #240248.
  * Made pcmcia-source not recommend dpkg because it's an essential
    package.
  * Set XMANDIR in debian/config.mk to /usr/share/man so that cardinfo's
    manual page ends up at the right location.
  * Updated debconf template translations:
    - French (fr.po) by Christian Perrier. Closes: #237518.
    - Portuguese (pt.po) by Miguel Figueiredo. Closes: #240332.
    - Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu. Closes: #241797.
    - Korean (ko.po) by Changwoo Ryu. Closes: #241842.

 -- Per Olofsson <pelle@dsv.su.se>  Sat,  3 Apr 2004 14:56:21 +0200

pcmcia-cs (3.2.5-2.5) unstable; urgency=medium

  * Non-maintainer upload (sponsored by Joey Hess).
  * Medium urgency due to RC bugfix.
  * Do not try to load yenta_socket before i82365 if i82365 is specified
    as PCIC, because it breaks for users of i82365 ISA bridges on 2.6
    kernels. Reverses change in previous version. Closes: #239054.
  * Hack for 2.6 kernels in the init script: try to determine whether a
    Cardbus bridge is present by looking at /sys.
  * Probe for kernel module names, not those of the standalone modules.
  * Default to yenta_socket if the user disables the probe or if it fails.
  * Added card config entry for Actiontec HWC01170-01 from Don
    Marti. Closes: #239101.
  * Added Dutch debconf template translation from Frans Pop. Closes:
    #239462.

 -- Per Olofsson <pelle@dsv.su.se>  Mon, 22 Mar 2004 22:18:06 +0100

pcmcia-cs (3.2.5-2.4) unstable; urgency=low

  * Non-maintainer upload (sponsored by Joey Hess).
  * Try to load yenta_socket *before* i82365. Fixes problem on 2.6 kernels
    where i82365 was loaded instead of yenta_socket. Closes: #237301.
  * Check if a bridge module is already loaded before trying to load
    i82365/yenta_socket.
  * Added card config entry for Conceptronic CON11Cpro. Closes: #237093.
  * Merged in card config entries from latest upstream version (3.2.7).
  * Included updated French debconf template translation from Christian
    Perrier. Closes: #237518.
  * Included corrected Italian debconf template translation from Christian
    Perrier. Closes: #237523.
  * Included updated Japanese debconf template translation from Kenshi
    Muto. Closes: #237544.
  * Ran debconf-updatepo to bring the po files up-to-date.

 -- Per Olofsson <pelle@dsv.su.se>  Fri, 12 Mar 2004 22:41:58 +0100

pcmcia-cs (3.2.5-2.3) unstable; urgency=low

  * Non-maintainer upload (sponsored by Joey Hess).
  * prerm should never choke, even if card ejection fails. Fixes issue
    with 2.6 kernels. Closes: #213536.
  * Cope with the new format of /proc/modules on 2.6 kernels so that
    modules will be unloaded. Closes: #230189.
  * Don't show error messages when failing to unload pcmcia_core in
    /etc/init.d/pcmcia. It doesn't seem to be unloadable on 2.6 kernels,
    and it doesn't matter anyway.
  * Don't run ifuser to check connections if netstat doesn't report any
    connections. Closes: #219997.
  * Replaced the Italian debconf template translation with an uncorrupted
    copy. Closes: #233588.
  * Added Czech debconf template translation. Closes: #234166.

 -- Per Olofsson <pelle@dsv.su.se>  Sat,  6 Mar 2004 23:47:11 +0100

pcmcia-cs (3.2.5-2.2) unstable; urgency=low

  * Non-maintainer upload (sponsored by Joey Hess).
  * Removed CONFIG_ISA from debian/config.{mk,out}. It is already added by
    debian/rules on relevant archs. Fixes build failure on archs which
    don't support it.
  * Made debian/rules add CONFIG_ISA on ia64 and amd64 as well.

 -- Per Olofsson <pelle@dsv.su.se>  Fri, 20 Feb 2004 21:38:26 +0100

pcmcia-cs (3.2.5-2.1) unstable; urgency=low

  * Non-maintainer upload (sponsored by Joey Hess).
  * Removed CHECK and CKSUM variables from debian/config.out because
    they're specific to some (configured) version of the Linux source
    code. (closes: #220619)
  * Applied patch from Julian Gilbey which defines CONFIG_NR_CPUS in
    Configure so that kernel modules are buildable on >=2.4.23
    kernels. (closes: #226240)
  * Made dependency on the kernel unversioned in
    debian/pcmcia-modules.control. The ABI version is already encoded in
    the package name; depending on a specific Debian package revision is
    bound to break.
  * Restore debian/control from debian/source.control and
    debian/pcmcia-cs.control when cleaning. Policy 4.8 requires the clean
    target to undo all changes that build and binary targets may have had.
  * Removed the kernel module packages from debian/control. Proper
    definitions are automatically put there by debian/rules when building
    module packages.
  * Added debian/build-binary-modules, a script for building binary kernel
    module packages for stock Debian kernels.
  * Updated debconf template translations:
    - Added Italian translation by Renato Gini (closes: #233588)
    - Added Greek translation by Konstantinos Margaritis (closes: #232837)
    - Danish translation update by Claus Hindsgaul (closes: #233193)
    - Brazilian Portuguese update by Andre Luis Lopes (closes: #219843)

 -- Per Olofsson <pelle@dsv.su.se>  Thu, 19 Feb 2004 22:19:31 +0100

pcmcia-cs (3.2.5-2) unstable; urgency=high

  * Removed config reduction scheme for udeb.  (Closes: Bug#218959)
  * Fixed bug caused by changes made by upstream maintainer!
    (Closes: Bug#218721)
  * Fixed order of processing error in Configure script.  (Closes:
    Bug#218722)
  * Added new Russian debconf template.  (Closes: Bug#219225)

 -- Brian Mays <brian@debian.org>  Fri,  7 Nov 2003 15:48:03 -0500

pcmcia-cs (3.2.5-1) unstable; urgency=high

  * New upstream version.  (Closes: Bug#194422, Bug#195876, Bug#213037,
    Bug#204245, Bug#207443, Bug#213042)
  * Added entry for AVM A1 and ISL37300P to config file.  (Closes:
    Bug#179677, Bug#190768)
  * Fixed inaccuracy in cardctl man page.  (Closes: Bug#171941, Bug#200883)
  * Fixed bug in log function in /etc/pcmcia/shared, causing incorrect
    exit status.  (Closes: Bug#177718)
  * Fixed whereami support in network.opts.  (Closes: Bug#178269)
  * Removed obsolete APM event script.  APM is handled much better
    these days.  Users with special needs should craft their own custom
    solutions.  (Closes: Bug#178904, Bug#178901, Bug#179039)
  * Added suggestion for the ifupdown package.  (Closes: Bug#179031)
  * Added warning to README file about needing CONFIG_PCMCIA=n on 2.4
    and later kernels.  (Closes: Bug#183592)
  * Fixed the Configuration script to use gcc272 on 2.2 kernels if
    available.  (Closes: Bug#186510, Bug#198285)
  * Updated package description.  (Closes: Bug#186555)
  * Fixed changelog generation/signing.  (Closes: Bug#186718)
  * Added Arncet adapter to config file.  (Closes: Bug#187428)
  * Made PnP BIOS support the default on i386 systems.  (Closes:
    Bug#192212)
  * Added patch from Alex Riesen to keep ifuser from checking the
    loopback network and from hanging when the route table is empty.
  * Fixed network script to stop dhclient if the DHCLIENT option is set.
    (Closes: Bug#177165)
  * Removed check for hotplug in network.opts.  (Closes: Bug#171464,
    Bug#217801)
  * Added check for /dev/.devfsd to prevent calling mknod on devfs
    systems.  (Closes: Bug#192808)
  * Added check for pid file in init.d script before trying to use it
    to run kill.  (Closes: Bug#201709)
  * Moved ipmasq code in the network script to before NFS code.
    (Closes: Bug#213203)
  * Removed reference to the debconf UI in the templates file.  (Closes:
    Bug#215024)
  * Fixed xlibs build dependency.  (Closes: Bug#170188)
  * Build a pcmcia-cs udeb for the debian-installer (avoiding bugs
    introduced in NMU).  (Closes: Bug#202169, Bug#210929, Bug#215307,
    Bug#218097)
  * Added debian/config-reduce.awk to strip pcmcia/config to a minimal
    set that the installer needs
  * Added support for gettext-based debconf templates.  (Closes:
    Bug#213569)
  * Added Japanese debconf templates.  (Closes: Bug#210424)
  * Added French debconf templates.  (Closes: Bug#213864)
  * Added resolvconf support.  (Closes: Bug#212823)
  * Added dependency on module-init-tools.  (Closes: Bug#206227)

 -- Brian Mays <brian@debian.org>  Thu, 30 Oct 2003 10:42:38 -0500

pcmcia-cs (3.2.2-1) unstable; urgency=low

  * New upstream version.
  * Fixed syntax errors in cardmgr/yacc_config.y.  (Closes: Bug#167326)
  * Removed patch from Chung-chieh Shan <ken@digitas.harvard.edu>
    since it was not compatible with 2.2 kernels.  (Closes: Bug#159759)
  * Fixed lspnp to look for pnp.ids database in /usr/share/misc.
    (Closes: Bug#167657)
  * Network script now calls whereami during stop.  (Closes: Bug#167663)

 -- Brian Mays <brian@debian.org>  Mon,  4 Nov 2002 08:59:14 -0500

pcmcia-cs (3.2.1-2) unstable; urgency=high

  * Added ROOT_CMD support.  (Closes: Bug#159936)

 -- Brian Mays <brian@debian.org>  Mon, 21 Oct 2002 17:52:44 -0400

pcmcia-cs (3.2.1-1) unstable; urgency=low

  * New upstream version.
  * Modified chk_simple function in /etc/pcmcia/shared to account for the
    possibility of a changing FUNCNAME variable.  (Closes: Bug#156777)

 -- Brian Mays <brian@debian.org>  Thu, 22 Aug 2002 11:15:36 -0400

pcmcia-cs (3.2.0-2) unstable; urgency=low

  * Applied patch from Chung-chieh Shan <ken@digitas.harvard.edu>
    to fix kernel panic with devfs on card eject.  (Closes: Bug#155846)
  * Removed extra "fi" line in /etc/pcmcia/serial.  (Closes: Bug#156275)

 -- Brian Mays <brian@debian.org>  Mon, 12 Aug 2002 12:59:58 -0400

pcmcia-cs (3.2.0-1) unstable; urgency=low

  * New upstream version.
  * Added code to stop pppoe (pppd daemon) when card is ejected.
    (Closes: Bug#151227)
  * Fixed /sbin/pidof -> /bin/pidof.  (Closes: Bug#154060)
  * Added entry for "Conceptronic CON100TCL" Fast Ethernet card.
    (Closes: Bug#153848)
  * Added SuperH support.  (Closes: Bug#155266)
  * Added entry for "NetGear MA401RA".  (Closes: Bug#155046)

 -- Brian Mays <brian@debian.org>  Wed,  7 Aug 2002 11:30:55 -0400

pcmcia-cs (3.1.34-5) unstable; urgency=high

  * Updated the files in /etc/pcmcia to bring them better in line with
    the upstream versions.
  * Added automatic fix for the PCIC=yenta_socket configuration
    introduced between versions 3.1.31-5 and 3.1.34-4.  (Closes:
    Bug#150100)

 -- Brian Mays <brian@debian.org>  Thu, 27 Jun 2002 16:02:23 -0400

pcmcia-cs (3.1.34-4) unstable; urgency=high

  * Fixed Configure script to use the correct kernel version (with
    correct "EXTRAVERSION") when building modules using make-kpkg.
    (Closes: Bug#150211)
  * Fixed build process so that it does not build debug tools on PPC,
    but builds probe everywhere.  (Closes: Bug#150268)
  * Fixed init script so that it does nothing if pcmcia-cs is not
    installed.  (Closes: Bug#150421)
  * Fixed Debian network setup when hotplug is not compiled in the
    kernel.  (Closes: Bug#150461)

 -- Brian Mays <brian@debian.org>  Sat, 22 Jun 2002 17:29:56 -0400

pcmcia-cs (3.1.34-3) unstable; urgency=high

  * Fixed build to ensure that the "probe" utility is built (added
    CONFIG_ISA to the prebuilt config.{mk,out} files).

 -- Brian Mays <brian@debian.org>  Thu, 13 Jun 2002 10:39:27 -0400

pcmcia-cs (3.1.34-2) unstable; urgency=high

  * Fixed postinst script to better detect whether PCMCIA driver support
    is available.
  * Made /etc/init.d/pcmcia script a little quieter when using the
    yenta_socket module because the PCIC is set incorrectly.

 -- Brian Mays <brian@debian.org>  Thu, 13 Jun 2002 09:26:38 -0400

pcmcia-cs (3.1.34-1) unstable; urgency=high

  * Cleaned up source to bring closer in line with upstream.
  * Switched the init script to prefer the kernel drivers over the
    stand-alone drivers.
  * Added section to driver man pages explaining that they document
    the stand-alone drivers, not the kernel drivers.
  * Added ia64 the list of supported architectures.  (Closes: Bug#148446)
  * Removed the "force" option when running the Configure script.
    This option forces the source to build stand-alone drivers for
    kernels with their own kernel drivers (i.e., with CONFIG_PCMCIA =
    y or m).  Thus, this move should clear up some confusion, because
    pcmcia-modules packages will not be able to be built without tweaking
    something (see below) or reconfiguring the kernel.  The environment
    variable FORCE_CONFIG_PCMCIA=y can be used to override this behavior.
    This is how the official pcmcia-modules packages for the 2.4 series
    kernels should be built.
  * Updated the README and FAQ files.
  * Renamed ide_cs module to ide-cs to be compatible with the kernel
    drivers.

 -- Brian Mays <brian@debian.org>  Wed, 12 Jun 2002 16:23:37 -0400

pcmcia-cs (3.1.33-7) unstable; urgency=high

  * Added work-around to init script to account for the presence of buggy
    "compatibility symbolic links" that should have been removed from
    the kernel packages by their maintainer.  (Closes: Bug#144613)
  * Added entry for "DynaLink 10/100Base Fast Ethernet".  (Closes:
    Bug#146593)
  * Added brazilian portuguese (pt_BR) debconf translation.  (Closes:
    Bug#141548)
  * Added hotplug compatibility for network cards.  (Closes: Bug#146891)

 -- Brian Mays <brian@debian.org>  Wed, 15 May 2002 12:53:29 -0400

pcmcia-cs (3.1.33-6) unstable; urgency=high

  * Updated config file to reflect upstream changes.
  * Fixed typos in debconf template.
  * Fixed building of config files again to turn off CONFIG_ISA the
    right way on powerpc.  (Closes: Bug#139398)
  * Fixed config script to ask about running probe only if the
    default/pcmcia config script is missing.  (Closes: Bug#140853)

 -- Brian Mays <brian@debian.org>  Wed,  3 Apr 2002 20:33:01 -0500

pcmcia-cs (3.1.33-5) unstable; urgency=high

  * Fixed minor bug in grep_stat function.  (Closes: Bug#139354)
  * Fixed building of config files to turn off CONFIG_ISA on powerpc.
    (Closes: Bug#139398)
  * Added a filesystem sync before stopping pcmcia to preinst scripts.

 -- Brian Mays <brian@debian.org>  Sun, 24 Mar 2002 08:01:56 -0500

pcmcia-cs (3.1.33-4) unstable; urgency=medium

  * Modified postinst to ignore an existing /usr/doc/$package directory.
    (Closes: Bug#139122)

 -- Brian Mays <brian@debian.org>  Wed, 20 Mar 2002 11:20:49 -0500

pcmcia-cs (3.1.33-3) unstable; urgency=medium

  * Added entry for "3Com 3CRWE737A AirConnect Wireless LAN PC Card".
    (Closes: Bug#137838)
  * Fixed "Replaces" hack to deal with buggy symlinks in the
    kernel-image-2.4.17 packages.
  * Added entry for Linksys PCMPC100 v2.  (Closes: Bug#138410)
  * Added debconf option to disable running of probe, which may freeze
    non-laptop hardware.  (Closes: Bug#138309)

 -- Brian Mays <brian@debian.org>  Mon, 18 Mar 2002 18:35:22 -0500

pcmcia-cs (3.1.33-2) unstable; urgency=high

  * Fixed setvers.sh script to correctly set the dependency on the
    kernel-image package in control file.  (Closes: Bug#137156)
  * Added hack to deal with buggy symlinks in the kernel-image-2.4.17
    packages.

 -- Brian Mays <brian@debian.org>  Thu,  7 Mar 2002 12:37:32 -0500

pcmcia-cs (3.1.33-1) unstable; urgency=low

  * New upstream version.
  * Added russian debconf templates.  (Closes: Bug#136604)
  * Added entry for "Dell TrueMobile 1150 Series PC Card".  (Closes:
    Bug#135373)

 -- Brian Mays <brian@debian.org>  Mon,  4 Mar 2002 13:08:10 -0500

pcmcia-cs (3.1.31-8) unstable; urgency=medium

  * Added entry for "LinkSys Network Everywhere NP100" card.  (Closes:
    Bug#134928)
  * Fixed postinst script to set PCIC when probe fails.  (Closes:
    Bug#135157)

 -- Brian Mays <brian@debian.org>  Fri, 22 Feb 2002 09:23:16 -0500

pcmcia-cs (3.1.31-7) unstable; urgency=high

  * Added serial device to New Media LanSurfer's entry in config.
    (Closes: Bug#133746)
  * Added entry for AirWay 802.11 Adapter.  (Closes: Bug#134095)
  * Fixed pcmcia-cs config script to scan old config files (e.g.,
    /etc/pcmcia.conf) to see whether they need to be fixed.
  * Revised mechanism to account for differences between the kernel
    and stand-alone drivers.  (Closes: Bug#133968, Bug#134277)

 -- Brian Mays <brian@debian.org>  Sat, 16 Feb 2002 15:44:14 -0500

pcmcia-cs (3.1.31-6) unstable; urgency=medium

  * Removed check of kernel config file from build of pcmcia-cs.
    (Closes: Bug#132704)

 -- Brian Mays <brian@debian.org>  Thu,  7 Feb 2002 03:07:26 -0500

pcmcia-cs (3.1.31-5) unstable; urgency=medium

  * Introduced mechanism to account for differences between the kernel
    and stand-alone drivers.  (Closes: Bug#109061, Bug#93835, Bug#109049,
    Bug#109155)
  * Added entry for "NETGEAR FA511 CardBus Mobile Adapter" card.
    (Closes: Bug#120194)
  * Cleaned up description for pcmcia-modules packages.  (Closes:
    Bug#131020)
  * Removed config.d mechanism from cardmgr.
  * Switched from globbing to word expansion (using wordexp) in cardmgr.
  * Fixed symlink /usr/doc -> ../share/doc.
  * Added devfs support to serial script.  (Closes: Bug#131710)
  * Fixed control file building mechanism to put the kernel-image
    package in the "Source" field of the pcmcia-modules packages.
  * Fixed control file building mechanism to include the most recently
    built pcmcia-modules packages in the "Binary" field of the dsc file.
  * Fixed reference to GPL.
  * Improved stripping of binaries.
  * Removed the LICENSE file.
  * Modified the genchanges.sh script to use a special changelog entry
    when building pcmcia-modules packages.

 -- Brian Mays <brian@debian.org>  Sat,  2 Feb 2002 14:05:25 -0500

pcmcia-cs (3.1.31-4) unstable; urgency=low

  * Added a scheme to build the pcmcia-cs package without needing to
    run the Configure script (and hence without needing a kernel source).

 -- Brian Mays <brian@debian.org>  Tue, 15 Jan 2002 16:57:35 -0500

pcmcia-cs (3.1.31-3) unstable; urgency=low

  * Fixed a couple of errors in debian/rules.  (Closes: Bug#128972)
  * Added a couple of details about building as root to README.build.

 -- Brian Mays <brian@debian.org>  Mon, 14 Jan 2002 12:35:20 -0500

pcmcia-cs (3.1.31-2) unstable; urgency=low

  * Fixed bug in 3c589_cs module, introduced in 3.1.30, causing timeouts
    and lack of throughput.
  * Fixed syntax error in debian/rules.  (Closes: Bug#128231)


 -- Brian Mays <brian@debian.org>  Wed,  9 Jan 2002 15:09:50 -0500

pcmcia-cs (3.1.31-1) unstable testing; urgency=high

  * New upstream version.  (Closes: Bug#121651)
  * Cleaned up debconf templates.
  * Fixed cardinfo to limit size of card name display.  (Closes:
    Bug#125765)
  * Added whereami support to the network script (from Andrew McMillan
    <awm@debian.org>).
  * Added Danish debconf template for pcmcia-cs (from Claus Hindsgaul
    <claus_h@image.dk>).  (Closes Bug#126599)
  * Added suggestion dependency for and notes about the hotplug package.
    (Closes: Bug#126427)
  * Added entry for "Linksys EtherFast 10/100 V2 Fast Ethernet" card.
    (Closes: Bug#116654)
  * Added support for kernel-package's CONCURRENCY_LEVEL feature.
    (Closes: Bug#122696)
  * Fixed debian scripts (again) to handle extended versions that contain
    "-".
  * Fixed debian scripts to support the DEBFULLNAME, DEBNAME, and
    DEBEMAIL environment variables when identifying the maintainer of
    the package for an upload.
  * Fixed debian scripts to account for new version naming scheme
    (CS_PKG_RELEASE).

 -- Brian Mays <brian@debian.org>  Sun,  6 Jan 2002 12:14:59 -0500

pcmcia-cs (3.1.29-4) unstable testing; urgency=low

  * Fixed debian scripts to handle extended versions (or flavors)
    that contain "-".
  * Updated and improved the contents of the README.build file.
  * Added patch from Philippe Troin <phil@fifi.org> for nodev /var
    or /tmp.  (Closes: Bug#119391)
  * Added entry for "Digicom Palladio 10/100" card.  (Closes: Bug#119451)
  * Moved cardinfo out of /usr/X11R6 to satisfy section 12.8.7 of the
    policy manual.

 -- Brian Mays <brian@debian.org>  Tue, 20 Nov 2001 14:11:14 -0500

pcmcia-cs (3.1.29-3) unstable; urgency=low

  * Changed debian/rules to make use of the --sysv option in the
    Configure script.  (Closes: Bug#116479)
  * Removed debconf "notes" about network configuration and kernel v2.4
    issues at the request of Joey Hess.
  * Changed ed script to sed scripts.  (Closes: Bug#118153)

 -- Brian Mays <brian@debian.org>  Mon,  5 Nov 2001 20:19:44 -0500

pcmcia-cs (3.1.29-2) unstable; urgency=low

  * Fixed debian/rules to use KPATH to find the kernel source if a
    valid directory is not provided in KSRC.  (Closes: Bug#116479)
  * Fixed typo in pcmcia-cs.templates.  (Closes: Bug#117508)
  * Changed init.d file to look for pidof in /bin, not /sbin.  (Closes:
    Bug#117517)

 -- Brian Mays <brian@debian.org>  Mon, 29 Oct 2001 11:08:00 -0500

pcmcia-cs (3.1.29-1) unstable; urgency=low

  * New upstream version.  (Closes: Bug#116276)
  * Build and install setpnp and lspnp.  (Closes: Bug#112989,
    Bug#114374)
  * Now employ "--force" configuration option to force building
    pcmcia-modules packages for kernels that have their own PCMCIA
    modules.  (Closes: Bug#113901, Bug#113997)
  * Added warning during installation of pcmcia-cs of problem with
    network services.  (Closes: Bug#111359, Bug#114907)
  * Removed empty /usr/src/modules directory from pcmcia-source package.
    (Closes: Bug#113117)
  * Changed ownership and permissions of the files in the pcmcia-source
    tarball to root.src and g+w.  (Closes: Bug#113896)
  * Added German templates.  (Closes: Bug#114454)
  * Moved examples from config.opts to the doc directory.  (Closes:
    Bug#115086)
  * Switched from insmod to modprobe in init.d script.  (Closes:
    Bug#111664)
  * Changed debian/rules to use KPATH if KSRC is not set.  (Closes:
    Bug#116479)

 -- Brian Mays <brian@debian.org>  Wed, 24 Oct 2001 17:41:11 -0400

pcmcia-cs (3.1.28-2) unstable; urgency=low

  * Reinstated conditional building of debug tools.  (Closes: Bug#108823)

 -- Brian Mays <brian@debian.org>  Wed, 15 Aug 2001 15:47:40 -0400

pcmcia-cs (3.1.28-1) unstable; urgency=low

  * New upstream version.
  * Fixed debian/rules to place correct postrm script in the modules
    package.  (Closes: Bug#107431)
  * Added suggestion for the wireless-tools package.  (Closes:
    Bug#107877)
  * Fixed network script to work in environments where LANG!=C.
    (Closes: Bug#107923)
  * Removed pcnetconfig man page.  (Closes: Bug#108467)
  * Fixed install-etc script problems with permissions.

 -- Brian Mays <brian@debian.org>  Wed, 15 Aug 2001 08:16:47 -0400

pcmcia-cs (3.1.27-3) unstable; urgency=low

  * Fixed bug in Makefile causing problems when modules from the kernel
    source are being used.  (Closes: Bug#106700)

 -- Brian Mays <brian@debian.org>  Thu, 26 Jul 2001 16:47:03 -0400

pcmcia-cs (3.1.27-2) unstable; urgency=low

  * Fixed unclear wording in the templates files.  (Closes: Bug#105797)
  * Fixed minor mistake in installation of postrm script into the
    pcmcia-modules package.  (Closes: Bug#105808, Bug#106270, Bug#106531)
  * Fixed typo in network script.  (Closes: Bug#106264)
  * Fixed display of notes during preinst phase.

 -- Brian Mays <brian@debian.org>  Wed, 25 Jul 2001 16:59:40 -0400

pcmcia-cs (3.1.27-1) unstable; urgency=low

  * New upstream version.  (Closes: Bug#97928)
  * Fixed typo in Makefile.  (Closes: Bug#99464)
  * Fixed URL in docs.  (Closes: Bug#103661)
  * Removed the pcnetconfig script, since PCMCIA network configuration
    is supposed to be handled by ifup/ifdown.  This is handled correctly
    by the default network.opts script.
  * Configuration is now handled by debconf.  (Closes: Bug#72260)
  * Moved /usr/share/pnp.ids to /usr/share/misc.  (Closes: Bug#103573)
  * Moved code in network script that cleans up resolv.conf.  (Closes:
    Bug#95460)
  * Added support for PPPoE in network script.  (Closes: Bug#104070)
  * Added mechanism to use "-g" gcc option as per policy.

 -- Brian Mays <brian@debian.org>  Sat, 14 Jul 2001 11:13:27 -0400

pcmcia-cs (3.1.25-3) unstable; urgency=low

  * Moved /etc/pcmcia.conf to /etc/default/pcmcia.
  * Added support for the force-reload option, as required by policy.
    (Closes: Bug#92342)
  * Modified Build-Depends to use the new X package names.  (damn Branden
    Robinson) (Closes: Bug#92441)
  * Changed postinst script to used the default rc.d runlevel sequence
    code (instead of 13/87).

 -- Brian Mays <brian@debian.org>  Wed,  4 Apr 2001 14:40:01 -0400

pcmcia-cs (3.1.25-2) unstable; urgency=low

  * Fixed Configure script for PnP BIOS support.  (Closes: Bug#90360)

 -- Brian Mays <brian@debian.org>  Sun, 25 Mar 2001 11:59:55 -0500

pcmcia-cs (3.1.25-1) unstable; urgency=low

  * New upstream version.  (Closes: Bug#64176, Bug#86941)
  * Changed section from "base" to "admin".
  * Added "arm" to the arch list for pcmcia-cs.  (Closes: Bug#84372)
  * Modified Makefiles to build ALL debug tools into the pcmcia-cs
    package.  (Closes: Bug#86434)
  * Fixed problem building when modules are not needed.
  * Added support for ifup/ifdown as the default method for configuring
    the network interface now.

 -- Brian Mays <brian@debian.org>  Sun, 18 Mar 2001 11:21:15 -0500

pcmcia-cs (3.1.24-2) unstable; urgency=low

  * Rebuilt to fix module symbol conflicts.

 -- Brian Mays <brian@debian.org>  Mon, 29 Jan 2001 08:51:12 -0500

pcmcia-cs (3.1.24-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Fri, 26 Jan 2001 05:16:16 -0500

pcmcia-cs (3.1.23-2) unstable; urgency=low

  * Removed extra entry for "ELSA AirLancer MC-11".  (Closes: Bug#81454)
  * Added mechanism in the pcmcia-cs postinst script to check to see
    whether the PCMCIA modules are installed and, if so, offer to
    restart PC Card Services.  (Closes: Bug#81462)

 -- Brian Mays <brian@debian.org>  Mon,  8 Jan 2001 14:31:10 -0500

pcmcia-cs (3.1.23-1) unstable; urgency=low

  * New upstream version.  (Closes: Bug#80301)
  * Changed stuff in etc/install-etc that will build /var/lib/pcmcia.
  * Removed the conflicts for incompatible versions of the kernel-image
    packages.
  * Moved call to depmod from the pcmcia-cs postinst script to the
    pcmcia-modules-* postinst scripts.  (Closes: Bug#80493)
  * Fixed build process to not abort with errors if no modules are built.
    (Closes: Bug#77899)

 -- Brian Mays <brian@debian.org>  Tue, 26 Dec 2000 15:13:15 -0500

pcmcia-cs (3.1.22-3) unstable; urgency=low

  * Added entry for "Linksys Etherfast 10/100".  (Closes: Bug#79080)
  * Added the README-2.4 file to the pcmcia-cs package.

 -- Brian Mays <brian@debian.org>  Sun, 10 Dec 2000 11:53:32 -0500

pcmcia-cs (3.1.22-2) unstable; urgency=low

  * Added patch from Daniel Jacobowitz <dan@debian.org> to fix problem
    with ppc/modversions.  (Closes: Bug#77587)

 -- Brian Mays <brian@debian.org>  Tue, 21 Nov 2000 15:02:15 -0500

pcmcia-cs (3.1.22-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Fri, 10 Nov 2000 11:52:33 -0500

pcmcia-cs (3.1.21-3) unstable; urgency=low

  * Removed patch from previous version.  This patch breaks PCMCIA
    support for older kernels.  (Sorry guys, if you're running the
    2.4.0-test kernels, you should expect stuff to break.  Complain to
    the kernel folks, not me.)  (Closes: Bug#76105)

 -- Brian Mays <brian@debian.org>  Thu,  2 Nov 2000 14:26:28 -0500

pcmcia-cs (3.1.21-2) unstable; urgency=low

  * Added patch from Paul Schulz <paul@mars.foursticks.com.au> to fix
    problem with Xircom cards and the 2.4.0-testx kernels (Closes:
    Bug#74028)

 -- Brian Mays <brian@debian.org>  Mon, 30 Oct 2000 17:28:25 -0500

pcmcia-cs (3.1.21-1) unstable; urgency=low

  * New upstream version.  (Closes: Bug#72506, Bug#74771)
  * Added entry for "Corega PCC-T EthernetII" in config file.  (Closes:
    Bug#74314)

 -- Brian Mays <brian@debian.org>  Tue, 24 Oct 2000 09:55:54 -0400

pcmcia-cs (3.1.20-2) stable unstable; urgency=low

  * Added entry for "ELSA AirLancer MC-11".  (Closes: Bug#68481)
  * Removed bashisms from /etc/pcmcia/wireless.  (Closes: Bug#71059)


 -- Brian Mays <brian@debian.org>  Mon, 11 Sep 2000 12:47:45 -0400

pcmcia-cs (3.1.20-1) unstable; urgency=low

  * New upstream version.
  * Added entry for "ELSA AirLancer MC-11".  (Closes: Bug#68481)

 -- Brian Mays <brian@debian.org>  Wed,  6 Sep 2000 14:15:21 -0400

pcmcia-cs (3.1.19-2) unstable; urgency=low

  * Fixed bug causing postinst script to fail if probe doesn't work.
    (Closes: Bug#67837)

 -- Brian Mays <brian@debian.org>  Sun, 30 Jul 2000 05:19:22 -0400

pcmcia-cs (3.1.19-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Fri, 21 Jul 2000 08:37:06 -0400

pcmcia-cs (3.1.18-2) unstable; urgency=low

  * Installed new version of the cardinfo utility from
    <timecop@japan.co.jp>.

 -- Brian Mays <brian@debian.org>  Thu, 20 Jul 2000 11:33:05 -0400

pcmcia-cs (3.1.18-1) unstable; urgency=low

  * New upstream version.
  * Removed the "pump" option from the pcnetconfig script, since pump
    is now automatically selected by the /etc/pcmcia/network script.
    (Closes: Bug#67156)

 -- Brian Mays <brian@debian.org>  Thu, 13 Jul 2000 14:47:51 -0400

pcmcia-cs (3.1.16-3) unstable; urgency=high

  * Fixed minor problem with the network script causing bad syslog
    messages if dhcpcd is killed prematurely.  (Closes: Bug#66072)

 -- Brian Mays <brian@debian.org>  Thu,  6 Jul 2000 13:45:47 -0400

pcmcia-cs (3.1.16-2) unstable; urgency=high

  * Change the dependency of the "official" pcmcia-modules package to
    depend on the appropriate kernel-image package (was "Recommends").
    (Closes: Bug#55808)
  * Fixed bug in the debian/setvers.sh script to properly include
    a dependency on the "flavored" kernel-image packages.  (Closes:
    Bug#61883)

 -- Brian Mays <brian@debian.org>  Sun, 18 Jun 2000 10:37:45 -0400

pcmcia-cs (3.1.16-1) unstable; urgency=high

  * New upstream version.
  * Switched to using /var/lib/pcmcia for the stab file and the scheme
    file to bring this package back in line with the upstream version.
  * Fixed minor error in /etc/pcmica/network.  (Closes: Bug#65661)

 -- Brian Mays <brian@debian.org>  Thu, 15 Jun 2000 10:37:15 -0400

pcmcia-cs (3.1.15-2) unstable; urgency=low

  * Changed the postrm script to remove the /etc directories on purge
    if empty.  (Closes: Bug#64586)

 -- Brian Mays <brian@debian.org>  Mon,  5 Jun 2000 09:45:21 -0400

pcmcia-cs (3.1.15-1) unstable; urgency=low

  * New upstream version.
  * Modified setvers script to account for the effect of EXTRAVERSION
    on the version number.
  * Fixed handling of epochs in the kernel version.

 -- Brian Mays <brian@debian.org>  Sun, 21 May 2000 13:06:25 -0400

pcmcia-cs (3.1.14-2) unstable; urgency=low

  * Modified genchanges script to use KEMAIL instead of KMAINT to
    identify the user.
  * Added config config file entry for Intel EtherExpress PRO/100.

 -- Brian Mays <brian@debian.org>  Sat, 22 Apr 2000 23:29:50 -0400

pcmcia-cs (3.1.14-1) unstable; urgency=low

  * New upstream version.
  * Added a conflict for incompatible versions of the kernel-image
    packages.
  * Removed support for the DHCLIENT variable.  Basically, users should
    pick a DHCP client and go with it.  If they require TWO clients to
    be installed at the same time, they should implement the support
    themselves.  I'm SICK of supporting it myself!

 -- Brian Mays <brian@debian.org>  Tue, 18 Apr 2000 19:44:39 -0400

pcmcia-cs (3.1.13-3) unstable; urgency=low

  * Fixed minor error in the Debian package scripts.  Removed parentheses
    in the readyesno function.

 -- Brian Mays <brian@debian.org>  Tue,  4 Apr 2000 21:15:29 -0400

pcmcia-cs (3.1.13-2) unstable; urgency=low

  * Updated file locations in FAQ, README, and copyright.
  * Added dependency on psmisc.  (Closes: Bug#60905)
  * Changed the network script to work with "busybox" mount.  (Closes:
    Bug#61071)
  * Added warning to preinst/rm scripts and changed the default to NOT
    stopping cardmgr on an upgrade or when removing the package.

 -- Brian Mays <brian@debian.org>  Sun, 26 Mar 2000 08:46:10 -0500

pcmcia-cs (3.1.13-1) unstable; urgency=low

  * New upstream version.
  * Changed dependencies to "modutils".

 -- Brian Mays <brian@debian.org>  Fri, 17 Mar 2000 09:18:36 -0500

pcmcia-cs (3.1.12-1) unstable; urgency=low

  * New upstream version.
  * Fixed pump call in /etc/pcmcia/network.  (Closes: Bug#60211)
  * Added source dependencies.
  * Updated and fixed the Debian PCMCIA FAQ.

 -- Brian Mays <brian@debian.org>  Mon, 13 Mar 2000 14:43:19 -0500

pcmcia-cs (3.1.11-2) unstable; urgency=low

  * Fixed a couple of minor mistakes spotted by David Rocher
    <djr@drocher.com>.

 -- Brian Mays <brian@debian.org>  Mon,  6 Mar 2000 06:44:46 -0500

pcmcia-cs (3.1.11-1) unstable; urgency=low

  * New upstream version.
  * Removed calls to fgrep and start-stop-daemon from the init.d script.
    These programs are not available on the boot-floppies.

 -- Brian Mays <brian@debian.org>  Thu,  2 Mar 2000 13:42:00 -0500

pcmcia-cs (3.1.10-1) unstable; urgency=low

  * Added support for epochs in the version of the kernel.  (Closes:
    Bug#57050)
  * Modified prerm/preinst scripts to prompt user before stopping
    cardmgr ONLY if cards are inserted.
  * Made setserial support optional in the /etc/pcmcia/serial script.
    (Closes: Bug#57458)
  * Accounted for move of ipmasq from /sbin to /usr/sbin.  (Closes:
    Bug#57696)
  * Fixed bug in the pcnetconfig script.  (Closes: Bug#57874)
  * Removed stray newline in the prerm scripts. (Closes: Bug#58017)
  * New upstream version.
  * Fixed FLAVOUR support.

 -- Brian Mays <brian@debian.org>  Thu,  3 Feb 2000 16:01:27 -0500

pcmcia-cs (3.1.9-1) unstable; urgency=low

  * New upstream version.
  * Fixed bug in debian/rules caused when "cd" generates output.
  * Fixed bug in debian/rules causing bad permissions for postinst.
    (Closes: Bug#56321)
  * Added override of David Hinds' DIRS variable in the makefile.
    (I'm getting tired of doing this.)
  * Added support for the KDREV variable, passed from make-kpkg.

 -- Brian Mays <brian@debian.org>  Thu, 27 Jan 2000 18:05:49 -0500

pcmcia-cs (3.1.8-5) frozen unstable; urgency=low

  * Modified debian/genchanges.sh to use gpg.  (Closes: Bug#55363)
  * Fixed a bug /etc/pcmcia/ide causing it to fail when it needs to
    make a device in /dev.  (Closes: Bug#55506)
  * Dhcpcd (for version 2.2.x of the kernel) now writes to the syslog
    when started by /etc/pcmcia/network.  (Closes: Bug#55778)
  * Fixed /etc/pcmcia/network to correctly stop dhclient.  (Closes:
    Bug#56154)

 -- Brian Mays <brian@debian.org>  Tue, 25 Jan 2000 13:23:08 -0500

pcmcia-cs (3.1.8-4) unstable; urgency=low

  * Fixed incorrect "Recommends" line in the pcmcia-modules-* control
    file.  (Closes: Bug#54089)

 -- Brian Mays <brian@debian.org>  Wed,  5 Jan 2000 11:56:30 -0500

pcmcia-cs (3.1.8-3) unstable; urgency=low

  * Modified debian/rules to make a pcmcia-modules package when the
    "binary" target is used and "KPATH" is not set.
  * Fixed preinst and prerm scripts which stop PCMCIA support before
    an upgrade.

 -- Brian Mays <brian@debian.org>  Mon,  3 Jan 2000 11:29:30 -0500

pcmcia-cs (3.1.8-2) unstable; urgency=low

  * Added a patch from timecop@japan.co.jp to fix a bug in cardinfo
    causing it to segfault if it cannot allocate enough colours.
    (Closes: Bug#53632)

 -- Brian Mays <brian@debian.org>  Thu, 30 Dec 1999 11:08:38 -0500

pcmcia-cs (3.1.8-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Fri, 24 Dec 1999 11:43:39 -0500

pcmcia-cs (3.1.7-2) unstable; urgency=low

  * Fixed bug in /etc/pcmcia/ide script.  (Closes: Bug#53203)

 -- Brian Mays <brian@debian.org>  Tue, 21 Dec 1999 13:03:16 -0500

pcmcia-cs (3.1.7-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Fri, 17 Dec 1999 12:54:40 -0500

pcmcia-cs (3.1.6-1) unstable; urgency=high

  * New upstream version.  (Closes: Bug#52605)
  * Changed new version of cardinfo to drop root privileges soon after
    it is started.  (Closes: Bug#52407)

 -- Brian Mays <brian@debian.org>  Mon, 13 Dec 1999 15:14:41 -0500

pcmcia-cs (3.1.5-1) unstable; urgency=low

  * New upstream version.
  * Fixed the network script to allow the user to override the default
    action and force it to use dhclient instead of dhcpcd if both
    are installed.
  * Modified and generalized the pcnetconfig script to account for
    these changes.

 -- Brian Mays <brian@debian.org>  Wed,  8 Dec 1999 11:31:27 -0500

pcmcia-cs (3.1.4-2) unstable; urgency=low

  * Fixed Configure program to correctly handle CONFIG_CARDBUS.
    (Closes: Bug#48648)
  * Changed dependency of pcmcia-modules on the version number of
    pcmcia-cs to a recommendation.  (Closes: Bug#35946)

 -- Brian Mays <brian@debian.org>  Thu, 18 Nov 1999 13:38:51 -0500

pcmcia-cs (3.1.4-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Fri, 12 Nov 1999 04:53:54 -0500

pcmcia-cs (3.1.3-2) unstable; urgency=low

  * Replaced the cardinfo program with the version written by
    timecop@japan.co.jp.  The new version does not use the non-free
    Xforms library.
  * Changed the /etc/pcmcia scripts to use /bin/sh instead of /bin/bash.
    (Closes: Bug#49126)
  * Added one last check before removing a pcmcia-modules package to
    ensure that the administrator actually wants to remove the package
    and disrupt PCMCIA support.  (Closes Bug#49153)

 -- Brian Mays <brian@debian.org>  Sun,  7 Nov 1999 16:42:57 -0500

pcmcia-cs (3.1.3-1) unstable; urgency=low

  * New upstream version.
  * Removed the cardinfo binary, since FLTK is broken.

 -- Brian Mays <brian@debian.org>  Mon,  1 Nov 1999 19:01:05 -0500

pcmcia-cs (3.1.2-1) unstable; urgency=low

  * New upstream version.  (Closes: Bug#47624, Bug#48364)
  * Removed the /etc/modutils/pcmcia file.  (Closes: Bug#47623)
  * Fixed the preinst, prerm files to only call cardctl if pcmcia shows
    up in a list of the devices.  (Closes: Bug#48067)

 -- Brian Mays <brian@debian.org>  Tue, 26 Oct 1999 07:29:12 -0400

pcmcia-cs (3.1.1-3) unstable; urgency=low

  * Changed preinst scripts to use the word restart instead of start.
    (Closes: Bug#47305)
  * Reimplemented dhclient support.  (Closes: Bug#47326)
  * Fixed maintainer scripts to better handle stopping PCMCIA support
    on removal/upgrade.  (Closes: Bug#47338)

 -- Brian Mays <brian@debian.org>  Wed, 13 Oct 1999 12:31:15 -0400

pcmcia-cs (3.1.1-2) unstable; urgency=low

  * Fixed the pcnetconfig script to use the netmask to provide default
    values.  (Closes: Bug#47051)
  * Modified the pcnetconfig script to simplify specifying the domain
    name.  (Closes: Bug#47052)

 -- Brian Mays <brian@debian.org>  Mon, 11 Oct 1999 21:26:56 -0400

pcmcia-cs (3.1.1-1) unstable; urgency=low

  * Fixed FHS /usr/doc -> /usr/share/doc transition scheme.
  * New upstream version.  (Closes: Bug#46437)
  * Fixed the postinst and postrm scripts to prevent failure if kernel
    modules are not present or are screwed up.  (Closes: Bug#46364)

 -- Brian Mays <brian@debian.org>  Tue,  5 Oct 1999 12:41:52 -0400

pcmcia-cs (3.1.0-1) unstable; urgency=low

  * New upstream version.
  * Fixed FHS support.

 -- Brian Mays <brian@debian.org>  Thu, 16 Sep 1999 22:06:10 -0400

pcmcia-cs (3.0.14-2) unstable; urgency=low

  * Fixed bug in the setvers.sh script (a missing $) which caused the
    build process to add a recommendation to the kernel-image package
    when such a recommendation is not appropriate.  (Closes: Bug#43545)
  * Changed the Configure script to use bash instead of sh.  (Closes:
    Bug#43192)
  * Changed the setvers.sh script to find the upstream version of the
    package from include/pcmcia/version.h instead of debian/changelog.
    (Closes: Bug#43045)

 -- Brian Mays <brian@debian.org>  Thu, 26 Aug 1999 16:06:56 -0400

pcmcia-cs (3.0.14-1) unstable; urgency=low

  * New upstream version.  (Closes: 42133)

 -- Brian Mays <brian@debian.org>  Wed,  4 Aug 1999 14:44:26 -0400

pcmcia-cs (3.0.13-2) unstable; urgency=low

  * Fixed problem with "`" in the pre/postinst scripts.  (Closes:
    Bug#42283)

 -- Brian Mays <brian@debian.org>  Mon,  2 Aug 1999 14:42:08 -0400

pcmcia-cs (3.0.13-1) unstable; urgency=low

  * New upstream version.
  * Changed Section to "base".
  * Changed file locations (in /usr/man and /usr/doc) to comply with
    the FHS.
  * Added ipmasq support to the /etc/pcmcia/network script.  (Closes:
    Bug#40811)
  * Modified preinst scripts to allow the user to upgrade the pcmcia
    packages without stopping the cardmgr daemon.  (Closes: Bug#41027)
  * Added a Recommends field to the dpkg-source package.  (Closes:
    Bug#41029)
  * Modified the setversion.sh shell script to not add a Recommends
    field to the pcmcia-modules control file if the user is building
    the pcmcia modules using non-Debianized kernel sources.
  * Modified cardmgr to load configuration files located in the
    /etc/pcmcia/config.d directory (if it exists).

 -- Brian Mays <brian@debian.org>  Fri, 16 Jul 1999 18:21:30 -0400

pcmcia-cs (3.0.12-2) unstable; urgency=low

  * Fixed architecture fields in control file (pcmcia-source is now
    architecture "all").
  * Added a mechanism so that the KPATH environment variable can be
    used to specify the location of the (configured) kernel sources
    that should be used to build the pcmcia-modules packages.
  * Fixed hardwired path to the pcmcia-scheme file in cardctl.
    (Closes: Bug#39224)

 -- Brian Mays <brian@debian.org>  Wed,  9 Jun 1999 13:41:54 -0400

pcmcia-cs (3.0.12-1) unstable; urgency=low

  * New upstream version.
  * Added powerpc to the list of architectures.  (Closes: Bug#38582)
  * Merged the apm scripts into one script in /etc/apm/event.d.

 -- Brian Mays <brian@debian.org>  Mon,  7 Jun 1999 17:22:26 -0400

pcmcia-cs (3.0.10-1) unstable; urgency=low

  * New upstream version.
  * Added FLAVOUR support to the pcmcia-cs package.
  * Loosened dependency of pcmcia-modules on the pcmcia-cs package.
    Now only the upstream version number is used.  (Closes: Bug#35946)
  * Move the scheme file to /var/lib/misc.  (Closes: Bug#37685)
  * Fixed disabling CardBus support in the Configure script.
  * Added comments to the apm suspend/resume scripts.  (Closes:
    Bug#37830)

 -- Brian Mays <brian@debian.org>  Thu, 27 May 1999 18:53:39 -0400

pcmcia-cs (3.0.9-3) unstable; urgency=low

  * Changed the README and FAQ files to reflect changes in the package.
  * Added alpha to the architecture list. (Closes: Bug#34891)


 -- Brian Mays <brian@debian.org>  Sat, 10 Apr 1999 17:51:24 -0400

pcmcia-cs (3.0.9-2) unstable; urgency=low

  * Removed bashisms in the pre/post scripts
  * Fixed the exit codes of /etc/init.d/pcmcia.  (Closes: Bug#34693)
  * Changed the /etc/pcmcia scripts to call /bin/bash instead of /bin/sh.
  * Modified Configure to disable CARDBUS if PCI is not enabled.
    (Closes: Bug#34751)

 -- Brian Mays <brian@debian.org>  Thu, 18 Mar 1999 09:39:24 -0500

pcmcia-cs (3.0.9-1) unstable; urgency=low

  * New upstream version.
  * Added dhclient support to network script.

 -- Brian Mays <brian@debian.org>  Fri, 19 Feb 1999 16:26:10 -0500

pcmcia-cs (3.0.7-3) unstable; urgency=low

  * Fixed sed scripts.  (Closes: Bug#33081)

 -- Brian Mays <brian@debian.org>  Mon,  8 Feb 1999 14:03:50 -0500

pcmcia-cs (3.0.7-2) unstable; urgency=low

  * Added dlport.c to /usr/doc/pcmcia-cs.

 -- Brian Mays <brian@debian.org>  Thu, 21 Jan 1999 19:53:27 -0500

pcmcia-cs (3.0.7-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Sat,  9 Jan 1999 12:15:42 -0500

pcmcia-cs (3.0.6-6) unstable; urgency=low

  * Modified the Configure script to be compatible with the new kernel
    version numbering scheme, e.g., version numbers such as 2.2.0-pre3.
    (Provided by russell@coker.com.au) (Closes: Bug#31445)

 -- Brian Mays <brian@debian.org>  Tue,  5 Jan 1999 14:53:35 -0500

pcmcia-cs (3.0.6-5) unstable; urgency=low

  * Modified the cardinfo binary to use the free FLTK library instead
    of the non-free Xforms library.  (Closes: Bug#30739)

 -- Brian Mays <brian@debian.org>  Wed, 23 Dec 1998 20:27:59 -0500

pcmcia-cs (3.0.6-4) unstable; urgency=low

  * Fixed netenv support again.

 -- Brian Mays <brian@debian.org>  Fri, 11 Dec 1998 15:34:41 -0500

pcmcia-cs (3.0.6-3) unstable; urgency=low

  * Fixed bug causing make-kpkg to leave out the <>'s on the maintainer's
    address.

 -- Brian Mays <brian@debian.org>  Sun,  6 Dec 1998 18:05:21 -0500

pcmcia-cs (3.0.6-2) unstable; urgency=low

  * Fixed bug in pcnetconfig script.
  * Fixed netenv support, which was a security risk.  (Closes: Bug#30116)

 -- Brian Mays <brian@debian.org>  Thu,  3 Dec 1998 22:03:11 -0500

pcmcia-cs (3.0.6-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Mon, 23 Nov 1998 15:36:43 -0500

pcmcia-cs (3.0.5-6) frozen unstable; urgency=low

  * Fixed broken apmd scripts.
  * Set umask to 022 in /etc/pcmcia scripts.  (Closes: Bug#27418)
  * Bootpc in /etc/pcmcia/network now uses the --returniffail option.
    (Closes: Bug#26735)
  * Moved pcmcia.tar.gz from /usr/src/modules to /usr/src.  (Closes:
    Bug#29519)

 -- Brian Mays <brian@debian.org>  Wed, 18 Nov 1998 19:31:36 -0500

pcmcia-cs (3.0.5-5) unstable frozen; urgency=low

  * Removed dangling symlinks in pcmcia-source.  (closes: Bug#29383)
  * Fixed error in pcmcia-cs postinst script.  (closes: Bug#29384)

 -- Brian Mays <brian@debian.org>  Fri, 13 Nov 1998 10:10:20 -0500

pcmcia-cs (3.0.5-4) unstable frozen; urgency=low

  * Modified the pcmcia-source package to use a tar ball.
  * Eliminated the need for umask 022.  (closes: Bug#29019)
  * Added scripts in /etc/apm/suspend.d and /etc/apm/resume.d.

 -- Brian Mays <brian@debian.org>  Sun,  8 Nov 1998 13:16:36 -0500

pcmcia-cs (3.0.5-3) unstable; urgency=low

  * Added a script for configuring PCMCIA network cards.
  * Added /usr/doc/pcmcia-cs/README.Debian to the pcmcia-cs package.
  * Added a patch to make the modules work on 2.1.118+ kernels.
    (closes: Bug#26657)
  * Enabled CardBus support.  (closes: Bug#28425)

 -- Brian Mays <brian@debian.org>  Fri, 23 Oct 1998 14:23:12 -0400

pcmcia-cs (3.0.5-2) unstable; urgency=low

  * Fixed pcmcia-source problem.
  * Fixed a misspelling in preinst script.
  * Made the build-modules rule build the clients in addition to the
    modules.
  * Added support for KEMAIL variable passed by make-kpkg.

 -- Brian Mays <brian@debian.org>  Tue,  8 Sep 1998 19:01:26 -0400

pcmcia-cs (3.0.5-1) unstable; urgency=low

  * New upstream version.
  * Modified /etc/init.d/pcmcia script to generate a zero length
    /var/run/pcmcia-scheme file when no scheme is being used.  (closes:
    Bug#26067)
  * Added an /etc/modutils/pcmcia file.
  * Fixed bug in a sed script causing an incorrect assignment to the
    HWADDR shell variable in /etc/pcmcia/network.  (closes: Bug#26042)
  * Modified /etc/pcmcia/network so that it does not use the DNS_[1-3]
    variables if DNSSRVS has been set.

 -- Brian Mays <brian@debian.org>  Tue,  1 Sep 1998 19:11:54 -0400

pcmcia-cs (3.0.4-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Mon, 20 Jul 1998 21:42:58 -0400

pcmcia-cs (3.0.3-2) unstable; urgency=low

  * Added Recommends tag for the appropriate kernel-image package.
    (closes: Bug#24157)
  * Changed DHCP support from the dpcp-client-beta package (which no
    longer exists) to the dhcpcd package.  (closes: Bug#24407)
  * Modified network.opts for netenv support.

 -- Brian Mays <brian@debian.org>  Sat, 11 Jul 1998 15:56:15 -0400
	
pcmcia-cs (3.0.3-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Sat, 30 May 1998 12:30:33 -0400

pcmcia-cs (3.0.1-2) unstable; urgency=low

  * Added (fixed) missing suggestion for libforms, as required by the
    cardinfo utility.  (closes: Bug#22608)

 -- Brian Mays <brian@debian.org>  Tue, 19 May 1998 21:46:26 -0400

pcmcia-cs (3.0.1-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Fri, 15 May 1998 17:16:37 -0400

pcmcia-cs (3.0.0-7) frozen; urgency=low

  * Added preinst and postinst to the pcmcia-modules packages so that
    they can be updated cleanly.  (closes: Bug#22199)

 -- Brian Mays <brian@debian.org>  Wed, 13 May 1998 09:45:11 -0400

pcmcia-cs (3.0.0-6) frozen unstable; urgency=low

  * Fixed the postinst script modification to install an /etc/pcmcia.conf
    file only if the probe utility can identify a chip. (closes: Bug#20999)
  * Fixed the /etc/init.d/pcmcia script to kill the cardmgr daemon if
    it refuses to terminate.  Provided by Joey Hess <joey@kitenet.net>.
    (closes: Bug#20987)
  * Added a (commented out) suggestion in the start_fn function in
    /etc/pcmcia/network.opts to unmount all nfs filesystems before the
    PCMCIA network card is shut down.

 -- Brian Mays <brian@debian.org>  Thu, 23 Apr 1998 12:52:59 -0400

pcmcia-cs (3.0.0-5) frozen unstable; urgency=low

  * Modified the postinst script to install an /etc/pcmcia.conf file
    only if the probe utility can identify a chip. (closes: Bug#20999)

 -- Brian Mays <brian@debian.org>  Mon, 13 Apr 1998 15:17:58 -0400

pcmcia-cs (3.0.0-4) frozen unstable; urgency=low

  * Changed /dev/cua* in /etc/pcmcia/serial to /dev/ttyS*.  (closes:
    Bug#20157).
  * Reduced the output volume of the pcmcia-source prerm script.
    (closes: Bug#17019).
  * Changed the order number for the init script from 11 to 13 (runs
    after kerneld).
  * Fixed some bash related problems in the netenv scripts in the
    examples directory.
  * Fixed a problem with the Suggests field in the control file.
    (closes: Bug#20056).

 -- Brian Mays <brian@debian.org>  Fri, 27 Mar 1998 13:52:54 -0500

pcmcia-cs (3.0.0-3) frozen unstable; urgency=low

  * The pcmcia-cs package now suggests that the user install a
    pcmcia-modules (virtual) package.
  * Corrected a spelling mistake in the package's description.  (closes:
    Bug#19017).

 -- Brian Mays <brian@debian.org>  Wed, 18 Mar 1998 16:12:27 -0500

pcmcia-cs (3.0.0-2) unstable; urgency=low

  * Fix of file permissions broke part of debian/rules.  This is
    now fixed.

 -- Brian Mays <brian@debian.org>  Thu, 26 Feb 1998 00:14:10 -0500

pcmcia-cs (3.0.0-1) unstable; urgency=low

  * New upstream version.
  * Fixed some file permissions in the deb packages.

 -- Brian Mays <brian@debian.org>  Wed, 25 Feb 1998 09:41:44 -0500

pcmcia-cs (2.9.12-6) unstable; urgency=low

  * Fixed Bug#18320 (bug in dhcp support).

 -- Brian Mays <brian@debian.org>  Tue, 17 Feb 1998 21:25:58 -0500

pcmcia-cs (2.9.12-5) unstable; urgency=low

  * Modified debian/rules to make the revision number for the
    pcmcia-modules packages have the form "<pcmcia deb revision>k<kernel
    deb revision>".
  * Modified the init.d script to use the start-stop-daemon utility.
  * Added the `reload' option to the init.d script.

 -- Brian Mays <brian@debian.org>  Sun, 15 Feb 1998 17:39:29 -0500

pcmcia-cs (2.9.12-4) unstable; urgency=low

  * Added support for the dhcp client to the network scripts (provided
    by Avery Bennarun) (closes: Bug#17937).
  * Fixed the permissions of the configuration files.

 -- Brian Mays <brian@debian.org>  Mon,  9 Feb 1998 18:49:40 -0500

pcmcia-cs (2.9.12-3) unstable; urgency=low

  * Modified debian/rules to correctly generate a control file when
    building a pcmcia-modules package.  (closes: Bug#17572).
  * Added FAQ from the PCMCIA section of the Debian User FAQ.

 -- Brian Mays <brian@debian.org>  Sat, 31 Jan 1998 15:48:02 -0500

pcmcia-cs (2.9.12-2) unstable; urgency=low

  * Adapted Configure script to compensate for insmod's stupid behavior of
    printing the usage after printing the version number.
  * Modified Debian files to list the pcmcia-modules-* packages in the
    source.  Also cleaned up the control file building schemes in
    debian/rules.
  * Cleaned up the README file.
  * Removed a reference to /dev/systty in the pcinitrd script.
  * Added a note in the pcinitrd(8) man page about needing ash(1).

 -- Brian Mays <brian@debian.org>  Wed,  7 Jan 1998 15:07:20 -0500

pcmcia-cs (2.9.12-1) unstable; urgency=low

  * New upstream version.
  * Updated README file in pcmcia-source.
  * Better documentation of changes to upstream packages in
    debian/copyright.
  * Modified debian/rules to do a better job of cleaning.

 -- Brian Mays <brian@debian.org>  Fri, 28 Nov 1997 16:20:16 -0500

pcmcia-cs (2.9.11-3) unstable; urgency=low

  * Fixed bug causing /etc/pcmcia/*.opts to be included in the deb file.
  * Changed postinst to start pcmcia after syslogd.

 -- Brian Mays <brian@debian.org>  Sat,  1 Nov 1997 18:24:53 -0500

pcmcia-cs (2.9.11-2) unstable; urgency=low

  * Removed /etc/conf.modules from binary.

 -- Brian Mays <brian@debian.org>  Wed, 15 Oct 1997 16:54:49 -0400

pcmcia-cs (2.9.11-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Fri, 10 Oct 1997 09:22:41 -0400

pcmcia-cs (2.9.10-1) unstable; urgency=low

  * New upstream version.
  * Libc6 release.

 -- Brian Mays <brian@debian.org>  Sun, 21 Sep 1997 09:11:44 -0400

pcmcia-cs (2.9.7-1) unstable; urgency=low

  * New upstream version.
  * Modified source to deal with epochs on the kernel-package's version.

 -- Brian Mays <brian@debian.org>  Wed,  9 Jul 1997 11:54:50 -0400

pcmcia-cs (2.9.6-2) updates unstable; urgency=HIGH

  * Fixed bug in rules file.
  * Added conflicts and replaces fields against other pcmcia-modules
    packages with the same kernel version number.

 -- Brian Mays <brian@debian.org>  Tue, 17 Jun 1997 08:02:01 -0400

pcmcia-cs (2.9.6-1) stable unstable; urgency=HIGH

  * New upstream version.
  * Added debian revision number to the name of the kernel-modules
    packages.

 -- Brian Mays <brian@debian.org>  Thu, 12 Jun 1997 08:22:27 -0400

pcmcia-cs (2.9.5-3) frozen unstable; urgency=medium

  * Fixed bug in network.opts script.

 -- Brian Mays <brian@debian.org>  Fri, 30 May 1997 12:11:44 -0400

pcmcia-cs (2.9.5-2) unstable; urgency=HIGH

  * Moved modules 8390.o and atzcd.o to from the net subdirectory to the
    pcmcia subdirectory.

 -- Brian Mays <brian@debian.org>  Tue, 29 Apr 1997 17:16:14 -0400

pcmcia-cs (2.9.5-1) unstable; urgency=HIGH

  * New upstream source.

 -- Brian Mays <brian@debian.org>  Mon, 28 Apr 1997 09:38:55 -0400

pcmcia-cs (2.9.4-1) unstable; urgency=HIGH

  * Fixed cardinfo.c bug preventing it from finding the forms.h header
    file.
  * Modified the debian/README file.
  * New upstream version.
  * Fixed bug in the debian/rules .prereq.ok rule.
  * Fixed bug in debian/rules file preventing compiliation when xforms is
    not present.
  * Modules packages will not contain modules that should be present in
    the kernel-image package. (Bug#8991)

 -- Brian Mays <brian@debian.org>  Thu, 24 Apr 1997 10:14:27 -0400

pcmcia-cs (2.9.2-3) unstable; urgency=low

  * Fixed security hole with respect to writable modules. (Bug#8057)

 -- Brian Mays <brian@debian.org>  Fri, 21 Mar 1997 14:53:37 -0500

pcmcia-cs (2.9.2-2) unstable; urgency=low

  * Added dependency on kernel-image to pcmcia-modules.

 -- Brian Mays <brian@debian.org>  Wed, 12 Mar 1997 09:29:37 -0500

pcmcia-cs (2.9.2-1) unstable; urgency=low

  * New upstream source.

 -- Brian Mays <brian@debian.org>  Fri, 14 Feb 1997 00:27:04 -0500

pcmcia-cs (2.9.1-1) unstable; urgency=low

  * New upstream source.
  * Added a probe(8) man page.
  * Moved /usr/doc/pcmcia-cs/CHANGES to /usr/doc/pcmcia-cs/changelog
  * Added links to documentation in /usr/doc/pcmcia-source directory of
    the pcmcia-source package.

 -- Brian Mays <brian@debian.org>  Thu, 2 Jan 1997 13:29:50 -0500

pcmcia-cs (2.9.0-1) unstable; urgency=low

  * New upstream source.
  * Modified DEBIAN scripts so that PCMCIA modules are not unloaded during
    a package upgrade.
  * Moved binary-source to binary-indep and added build-modules to
    binary-arch in debian/rules.

 -- Brian Mays <brian@debian.org>  Fri, 13 Dec 1996 20:17:20 -0500

pcmcia-cs (2.8.22-1) unstable; urgency=low

  * New upstream source.
  * Moved /usr/doc/pcmcia-modules to /usr/doc/pcmcia-modules-<kernel
    version>.

 -- Brian Mays <brian@debian.org>  Thu, 12 Sep 1996 12:29:03 -0400

pcmcia-cs (2.8.21-2) unstable; urgency=low

  * Modified kdist_image target in debian/rules to clean the source tree
    (and remove old module files) before building the modules.
  * Fixed kdist target in debian/rules to work when KMAINT is not
    specified.

 -- Brian Mays <brian@debian.org>  Fri, 6 Sep 1996 13:50:29 -0400

pcmcia-cs (2.8.21-1) unstable; urgency=low

  * New upstream source.
  * First release with the new source format.
  * Split kernel modules into a seperate package.

 -- Brian Mays <brian@debian.org>  Sun, 25 Aug 1996 15:37:51 -0400
