diskscan 0.18-1 source package in Ubuntu

Changelog

diskscan (0.18-1) unstable; urgency=medium

  * New upstream release.
  * Upstream using CMake now.
  * debian/clean: removed. Using debian/distclean.sh.
  * debian/control:
      - Added cmake to Build-Depends field.
      - Removed ctags, ninja-build, python-beautifulsoup and python-markdown
        from Build-Depends field.
  * debian/copyright: updated an information about the packaging.
  * debian/dirs: not useful now. Removed.
  * debian/distclean.sh: added to remove some files forgotten by upstream
      after the build process.
  * debian/rules:
      - Added the override_dh_clean target to call the debian/distclean.sh
        script.
      - Removed the override_dh_auto_clean, override_dh_auto_clean and
        override_dh_auto_install targets.
      - Removed the 'V' variable (unneeded now).

 -- Joao Eriberto Mota Filho <email address hidden>  Sat, 14 Nov 2015 08:29:16 -0200

Upload details

Uploaded by:
Joao Eriberto Mota Filho
Uploaded to:
Sid
Original maintainer:
Joao Eriberto Mota Filho
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
diskscan_0.18-1.dsc 1.8 KiB f07eb5ec4dc5e745a9ae5319ca8c1eb38a2efabed0d3bd6ef9cb80d938967253
diskscan_0.18.orig.tar.gz 257.1 KiB af65400c3dc97c09434e885458684fc9fadcd327575f733c2dd657e94ff2e406
diskscan_0.18-1.debian.tar.xz 7.2 KiB 941fa0f0b978f1ce10ac85f5160b7e40b2a85359d12e7eeae638837e795c88ce

Available diffs

No changes file available.

Binary packages built by this source

diskscan: scan storage media for bad or near failure sectors

 diskscan is intended to find sectors of a storage medium
 (hard disk, flash drive or pendrive, etc.) which are bad
 or in the process of going bad.
 .
 The operation is entirely read-only and does not cause
 damage to the data on filesystems. As the program reads
 block device sectors, it will work whether there is a
 filesystem or not.
 .
 diskscan reads the entire block device and notes the time
 it took to read a block. When there is an error it is
 immediately noted and also when there is a higher latency
 to read a block. A histogram of the block latency times is
 also given to assess the health of the medium.
 .
 diskscan can also be used to test the speed and quality of
 the medium. All sectors of a perfect medium could be read
 at the same speed.

diskscan-dbgsym: debug symbols for package diskscan

 diskscan is intended to find sectors of a storage medium
 (hard disk, flash drive or pendrive, etc.) which are bad
 or in the process of going bad.
 .
 The operation is entirely read-only and does not cause
 damage to the data on filesystems. As the program reads
 block device sectors, it will work whether there is a
 filesystem or not.
 .
 diskscan reads the entire block device and notes the time
 it took to read a block. When there is an error it is
 immediately noted and also when there is a higher latency
 to read a block. A histogram of the block latency times is
 also given to assess the health of the medium.
 .
 diskscan can also be used to test the speed and quality of
 the medium. All sectors of a perfect medium could be read
 at the same speed.