grml-scanpartitions (0.4.0) unstable; urgency=low

  * Make sure '/' isn't used as label. Thanks for the bugreport, amne!
    [Closing: issue383]
  * Adjust VCS headers, bump Standard-Version to 3.8.0 and adjust
    build targets in debian/rules to make lintian happy.

 -- Michael Prokop <mika@grml.org>  Thu, 12 Feb 2009 22:28:36 +0100

grml-scanpartitions (0.3-15) unstable; urgency=low

  * scanpartitions: use double-quotes for warning message.

 -- Michael Prokop <mika@grml.org>  Wed,  7 Feb 2007 00:02:36 +0100

grml-scanpartitions (0.3-14) unstable; urgency=low

  * scanpartitions:
    - support /dev/mmcblk* (used by mmc_block + sdhci - SD cards
      from digicams use that for example) [Closes: issue102]
    - added cmdline handling, now we support the following options:
      * -l|--labels: print fs-labels if present
      * --nolabels:  do not print fs-labels even if they are present
      * -u|--uuids:  print UUIDs of partitions instead of plain /dev/ice
                     or fs-label
      * -h|--help:   print usage information

 -- Michael Prokop <mika@grml.org>  Tue,  6 Feb 2007 23:24:56 +0100

grml-scanpartitions (0.3-13) unstable; urgency=low

  * Disable mount by label for filesystem UFS. Thanks for reporting,
    Mark. (Closes: issue77)
  * Disable mount by label if we found a space inside fs-label.
    Thanks for reporting, Mark. (Closes: issue76)

 -- Michael Prokop <mika@grml.org>  Sat, 27 Jan 2007 17:43:37 +0100

grml-scanpartitions (0.3-12) unstable; urgency=low

  * Unset variables used multiple times to avoid too many
    'unknown filesystem' entries. (Closes: issue41)
  * Display warning 'ntfs does not support mount by label' only
    if a label is present at all.

 -- Michael Prokop <mika@grml.org>  Mon,  4 Dec 2006 13:21:14 +0100

grml-scanpartitions (0.3-11) unstable; urgency=low

  * fstype: vol_id is broken for swap, workaround it therefore.

 -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 16:23:01 +0100

grml-scanpartitions (0.3-10) unstable; urgency=low

  * NTFS does not support mount by label, add check for it therefor.

 -- Michael Prokop <mika@grml.org>  Tue, 14 Nov 2006 12:49:41 +0100

grml-scanpartitions (0.3-9) unstable; urgency=low

  * Handle situations where we have duplicate fs-labels but *no*
    UUID at all as well. Noticed this situation on a Sun X60 with
    two harddisks where label was SOLARISBOOT but the partitions
    had no UUID. Now fall back to use of /dev/ice and add additional
    info to end of line in such cases.

 -- Michael Prokop <mika@grml.org>  Tue, 14 Nov 2006 12:26:02 +0100

grml-scanpartitions (0.3-8) unstable; urgency=low

  * Use "Architecture: all" in debian/control so we can use the
    package on non-x86 as well.
  * Bumb Standard Version to 3.7.2 (no further changes).

 -- Michael Prokop <mika@grml.org>  Sat, 11 Nov 2006 11:56:58 +0100

grml-scanpartitions (0.3-7) unstable; urgency=low

  * Send stderr of vol_id and fstype to /dev/null to avoid
    "/dev/ice: unknown volume type" messages when booting.
  * If fstype is auto then add additional message "no known
    filesystem detected" for usage in /etc/fstab.

 -- Michael Prokop <mika@grml.org>  Thu,  2 Nov 2006 20:48:13 +0100

grml-scanpartitions (0.3-6) unstable; urgency=low

  * Adjust info message "ignoring..." and output text only
    if /dev/md* does not match.

 -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 18:10:45 +0200

grml-scanpartitions (0.3-5) unstable; urgency=low

  * Use vol_id by default, fallback to file(1).
  * Support handling of /dev/md*.

 -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 14:09:04 +0200

grml-scanpartitions (0.3-4) unstable; urgency=low

  * Don't send stderr of fstype in scanpartitions to /dev/null,
    but instead send output of fdisk in fstype to /dev/null.

 -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 12:10:32 +0200

grml-scanpartitions (0.3-3) unstable; urgency=low

  * scanpartitions:
    - strip slashes from fs-labels; udev's vol_id returns
      FS_LABEL_SAFE instead of FS_LABEL which does not work for
      mount, use our own detection therefore
    - support $NOLABEL to disable fs-labels in output for fstab
    - updated manpage

 -- Michael Prokop <mika@grml.org>  Tue, 26 Sep 2006 11:41:52 +0200

grml-scanpartitions (0.3-2) unstable; urgency=low

  * Make sure we don't leave any temporary files.

 -- Michael Prokop <mika@grml.org>  Mon, 11 Sep 2006 23:43:29 +0200

grml-scanpartitions (0.3-1) unstable; urgency=low

  * Support handling of filesystems with LABELs.
  * Clean up debian/rules (configure-stuff).
  * Use /lib/udev/vol_id instead of /sbin/vol_id in fstype.
  * Updated manpage for fstype and scanpartitions.

 -- Michael Prokop <mika@grml.org>  Mon, 11 Sep 2006 14:33:39 +0200

grml-scanpartitions (0.2-1) unstable; urgency=low

  * Send "unknown volume type" message to /dev/null in scanpartitions.

 -- Michael Prokop <mika@grml.org>  Tue,  5 Sep 2006 21:25:29 +0200

grml-scanpartitions (0.1-10) unstable; urgency=low

  * Don't return fuse partitions.
  * Run swap detection via fdisk with LANG=C.

 -- Michael Prokop <mika@grml.org>  Fri,  9 Jun 2006 23:11:00 +0200

grml-scanpartitions (0.1-9) unstable; urgency=low

  * Of course there should be a *not* in the last changelog entry:
    - Improve check for swap so swap inside sw-raid should *not*
      be touched anymore (thanks to Gebi and Spida for feedback).
  * Beautified warning message for better integration in booting
    sequence.
  * Modified /proc/mounts-function to exit if we found something
    so we avoid duplicate output.

 -- Michael Prokop <mika@grml.org>  Mon, 27 Feb 2006 13:43:42 +0100

grml-scanpartitions (0.1-8) unstable; urgency=low

  * Improve check for swap so swap inside sw-raid should be touched
    anymore (thanks to Gebi and Spida for feedback).

 -- Michael Prokop <mika@grml.org>  Mon, 27 Feb 2006 13:33:51 +0100

grml-scanpartitions (0.1-7) unstable; urgency=low

  * Reactivate swap code in fstype for swsusp detection
    through grml-autoconfig.

 -- Michael Prokop <mika@grml.org>  Mon, 27 Feb 2006 13:33:48 +0100

grml-scanpartitions (0.1-6) unstable; urgency=low

  * Added support for fstype detection via vol_id.
  * Added manpage for fstype and scanpartitions.
  * Made fstype and scanpartitions dash compatible.
  * Bumbed standard version to 3.6.2.
  * Added dash, mawk and udev to depends.

 -- Michael Prokop <mika@grml.org>  Wed, 25 Jan 2006 00:16:41 +0100

grml-scanpartitions (0.1-5) unstable; urgency=low

  * Small fix in scanpartitions which prevents invalid entries in /etc/fstab
    on already mounted partitions.

 -- Michael Prokop <mika@grml.org>  Sat, 18 Jun 2005 13:36:20 +0200

grml-scanpartitions (0.1-4) unstable; urgency=low

  * Added 'file' as dependency.

 -- Michael Prokop <mika@grml.org>  Sun, 12 Jun 2005 16:44:03 +0200

grml-scanpartitions (0.1-3) unstable; urgency=low

  * "Beautified" sourcecode.

 -- Michael Prokop <mika@grml.org>  Fri,  8 Apr 2005 20:22:14 +0200

grml-scanpartitions (0.1-2) unstable; urgency=low

  * Fixed here-document-bug.

 -- Michael Prokop <mika@grml.org>  Thu, 25 Nov 2004 12:36:34 +0100

grml-scanpartitions (0.1-1) unstable; urgency=low

  * Initial Release based on scanpartitions-knoppix-0.5 by Klaus Knopper.

 -- Michael Prokop <mika@grml.org>  Thu, 28 Oct 2004 14:35:42 +0200

