File: control

package info (click to toggle)
libeatmydata 105-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,072 kB
  • ctags: 312
  • sloc: sh: 12,301; ansic: 745; makefile: 111
file content (68 lines) | stat: -rw-r--r-- 2,718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: libeatmydata
Section: utils
Priority: optional
Maintainer: Mattia Rizzolo <mattia@debian.org>
Standards-Version: 3.9.8
Build-Depends:
 debhelper (>= 10),
 dh-exec,
 strace [!hurd-any !kfreebsd-any],
Homepage: https://launchpad.net/libeatmydata
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libeatmydata.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/libeatmydata.git

Package: eatmydata
Architecture: all
Depends:
 libeatmydata1 (>=${source:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: 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.

Package: libeatmydata1
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Breaks:
 eatmydata (<< 82-1),
Replaces:
 eatmydata (<< 82-1),
Multi-Arch: same
Description: 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.

Package: eatmydata-udeb
Package-Type: udeb
Architecture: all
Section: debian-installer
Depends:
 ${misc:Depends},
Description: Disable fsync and friends during installation to speed up the install
 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.
 .
 This package provides the files to enable eatmydata during a Debian install as
 performed by debian-installer.