libeatmydata 130-2 source package in Ubuntu

Changelog

libeatmydata (130-2) unstable; urgency=medium

  * The new symbol is not available on kbsd (but it's on hurd).

 -- Mattia Rizzolo <email address hidden>  Tue, 12 Oct 2021 15:38:45 +0200

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_130-2.dsc 2.4 KiB 684157c21533d3bfd15eca6481835180dfec175d6d8d355d108fba605202a0b5
libeatmydata_130.orig.tar.gz 366.8 KiB 48731cd7e612ff73fd6339378fbbff38dd3bcf6c243593b0d9773ca0051541c0
libeatmydata_130.orig.tar.gz.asc 833 bytes 9296d99f3f289b353c2134a065a7231aada7cea24d699d196283ce761a62c058
libeatmydata_130-2.debian.tar.xz 15.2 KiB bc242a47408c91714f25461d23fb9ad70e53b4252f8ef17ff589f2b16d78e9e9

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 libeatmydata1