fio 1.57-1 source package in Ubuntu

Changelog

fio (1.57-1) unstable; urgency=low

  * Imported Upstream version 1.57.
  * Dropped manpage patch with manpage spelling fixes. Merged upstream.
  * Implemented suggestions from Sebastian 'Tokkee' Harl. Thanks.
    * Added -a to debhelper commands in architecture dependent sections
      of the makefile.
    * debian/copyright: Added authors of manpages for fio and
      fio_generate_plots.
    * debian/copyright: Added copyright hints for sha1.c, sha.h,
      engines/windowsaio.c, lib/getopt_long.c, lib/rand.c.

fio (1.55-1) UNRELEASED; urgency=low

  * Corrected debian/watch file, thanks Ilya Barygin (Closes: #629174).
  * Imported Upstream version 1.55.
    * Includes commit e52947d15cf0d7d31c30ccdc43450a10081976da
      that fixes build failure with --as-needed linker option
      (Closes: #631690).
  * Updated to Standards-Version to 3.9.2, no changes needed.
  * debian/watch: Removed template to fix lintian warning
    debian-watch-contains-dh_make-template.
  * debian/rules: Added build-arch and build-indep as targets as
    recommended by lintian 2.5.1 in order to prepare for a future
    policy change.
    * build-indep does nothing as there are no architecture
      independent packages for now.
 -- Ilya Barygin <email address hidden>   Tue,  09 Aug 2011 00:09:00 +0000

Upload details

Uploaded by:
Ilya Barygin
Uploaded to:
Oneiric
Original maintainer:
Martin Steigerwald
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
fio_1.57.orig.tar.gz 415.4 KiB c058d6dba6854cf646fa6296007346402687488d51e4bd0c3c9e4c48a540aa7a
fio_1.57-1.debian.tar.gz 5.0 KiB 30852cd98f2e8580bb20907a1435e3b90fac1a6a9a87ec8a045413e76b44d63d
fio_1.57-1.dsc 1.1 KiB d9787706f2cd54556c12616013236ae848f0f2e7657619f639071984d481b799

Available diffs

View changes file

Binary packages built by this source

fio: Flexible I/O Tester

 fio is a tool that will spawn a number of threads or processes doing a
 particular type of I/O action as specified by the user. fio takes a
 number of global parameters, each inherited by the thread unless
 otherwise parameters given to them overriding that setting is given.
 The typical use of fio is to write a job file matching the I/O load
 one wants to simulate.