Comment 2 for bug 25423

Revision history for this message
Colin Watson (cjwatson) wrote :

pcmcia-cs (3.2.8-5.2ubuntu1) dapper; urgency=low

  * Resynchronise with Debian.
  * Convert patches to upstream source into dpatches in the 3xx range.

 -- Colin Watson <email address hidden> Mon, 21 Nov 2005 11:05:24 +0000

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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> Sat, 8 Jan 2005 13:07:18 +0100