diskscan 0.16-1 source package in Ubuntu

Changelog

diskscan (0.16-1) unstable; urgency=medium

  * New upstream release.
  * The upstream is using a new method to build the final files. Consequently:
      - Dropped the dh-autoreconf.
      - debian/clean: updated to use a new content.
      - debian/control: added ctags and ninja-build to Build-Depends field.
      - debian/dirs: added to create some necessary directories.
      - debian/patches/:
          ~ Removed the useless Makefile patch.
          ~ Added the fix-manpage-path patch to fix the manpage install place.
          ~ Added the fix-make-clean patch to avoid a FTBFS in first build.
      - debian/rules:
          ~ Full updated and adapted.
          ~ Added V=1 variable to force to show the commands when compiling.
          ~ Using DEB_BUILD_MAINT_OPTIONS variable, instead of
            DEB_CFLAGS_MAINT_APPEND and DEB_LDFLAGS_MAINT_APPEND to improve the
            GCC hardening.
      - debian/source/options: added to ignore changes in specific files.
  * debian/copyright: full updated.
  * debian/docs: added to install the upstream README.md file.
  * debian/gbp.conf: not used by me... Removed.
  * Leaving of provide a picked upstream changelog. Consequently:
     - Removed the debian/README.source file.
     - Removed the debian/upstream.changelog file.

 -- Joao Eriberto Mota Filho <email address hidden>  Sun, 04 Oct 2015 01:25:36 -0300

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.16-1.dsc 1.9 KiB 3186a4e85e535ba7c30fca2149518097f5ae757c736c75c25e773159724e27d4
diskscan_0.16.orig.tar.gz 79.0 KiB cc310b960616f6dbb08e5f8b1d75c9d61f6a7bc03a2e4606604e2a87daa97b85
diskscan_0.16-1.debian.tar.xz 3.9 KiB 19e2d6bb476d07c0db44883e33ee52b160836d2e218ef9ae03c85f9a54364f55

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.