libeatmydata 131-1 source package in Ubuntu

Changelog

libeatmydata (131-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster
    * libeatmydata1: Drop versioned constraint on eatmydata in Replaces.
    * libeatmydata1: Drop versioned constraint on eatmydata in Breaks.
  * Set upstream metadata fields: Bug-Database, Bug-Submit (from ./configure),
    Repository-Browse, Repository.
  * Update standards version to 4.6.2, no changes needed.

  [ Mattia Rizzolo ]
  * New upstream version 131.
  * Add patch to fix double build.  Closes: #1048231
  * Update watchfile after github changes.  Closes: #1043479
  * Provide a source-level Description.

 -- Mattia Rizzolo <email address hidden>  Mon, 04 Sep 2023 15:52:41 +0530

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
Mantic release main utils

Downloads

File Size SHA-256 Checksum
libeatmydata_131-1.dsc 2.5 KiB 159429d70a704354e179d1c84b126510d2886a094d0cef671f61a689e2235053
libeatmydata_131.orig.tar.gz 359.8 KiB cf18a8c52138a38541be3478af446c06048108729d7e18476492d62d54baabc4
libeatmydata_131.orig.tar.gz.asc 833 bytes 5df5d49d129ed7aac755293ba6c8fc1316a661912ea80de68446384199a418e9
libeatmydata_131-1.debian.tar.xz 15.7 KiB fa289b3aa7e88e108b56a88f9e606eb98ef5965483920c3a9c1a12bbc01a0fd7

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 designed 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