libeatmydata 105-2 source package in Ubuntu

Changelog

libeatmydata (105-2) unstable; urgency=medium

  * [566a7d0] debian/patches/avoid-pthread-link: add to avoid linking against
    pthread and calling pthread_testcancel also when the called program doesn't.
    Thanks to Samuel Thibault <email address hidden> for the patch.
    Closes: #816144
  * debian/control:
    + [107b591] Set myself as maintainer, drop modax.  Thanks for all the work!
    + [d3eb0c8] Bump Standards-Version to 3.9.7, no changes needed.
    + [6f69471] Use https in Vcs-Git.
  * [112f080] debian/{control,copyright}: use my @debian.org email address.
  * [a5c4e4f] debian/copyright: extend my copyright for another year.

 -- Mattia Rizzolo <email address hidden>  Sun, 28 Feb 2016 16:57:30 +0000

Upload details

Uploaded by:
Mattia Rizzolo
Uploaded to:
Sid
Original maintainer:
Mattia Rizzolo
Architectures:
any all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libeatmydata_105-2.dsc 1.9 KiB 6a52ce7def0a9d067b3d51fbaa9d63ff9085c750ed26c18fe1db5df5ddf69b21
libeatmydata_105.orig.tar.gz 409.6 KiB bdd2d068b6b27cf47cd22aa4c5da43b3d4a05944cfe0ad1b0d843d360ed3a8dd
libeatmydata_105-2.debian.tar.xz 44.5 KiB 94603d5abd33e7a863a0b38158e79cd77ada0e470da099a5b78571c3ae1f31a1

Available diffs

No changes file available.

Binary packages built by this source

eatmydata: Library and utilities designed to disable fsync and friends

 This package contains a small LD_PRELOAD library (libeatmydata) and a couple
 of helper utilities designed to transparently disable fsync and friends (like
 open(O_SYNC)). This has two side-effects: making software that writes data
 safely to disk a lot quicker and making this software no longer crash safe.
 .
 You will find eatmydata useful if particular software calls fsync(), sync()
 etc. frequently but the data it stores is not that valuable to you and you may
 afford losing it in case of system crash. Data-to-disk synchronization calls
 are typically very slow on modern file systems and their extensive usage might
 slow down software significantly. It does not make sense to accept such a hit
 in performance if data being manipulated is not very important.
 .
 On the other hand, do not use eatmydata when you care about what software
 stores or it manipulates important components of your system. The library is
 called libEAT-MY-DATA for a reason.

libeatmydata1: Library and utilities to disable fsync and friends - shared library

 This package contains the actual LD_PRELOAD library (libeatmydata) supporting
 the operation of the eatmydata package. Users typically want to use or depend
 on the eatmydata package instead of this one, so see its description for
 further information.

libeatmydata1-dbgsym: debug symbols for package libeatmydata1

 This package contains the actual LD_PRELOAD library (libeatmydata) supporting
 the operation of the eatmydata package. Users typically want to use or depend
 on the eatmydata package instead of this one, so see its description for
 further information.