File: control

package info (click to toggle)
disorderfs 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: cpp: 478; sh: 156; makefile: 64
file content (34 lines) | stat: -rw-r--r-- 1,026 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
Source: disorderfs
Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>
Uploaders:
 Andrew Ayer <agwa@andrewayer.name>,
 Chris Lamb <lamby@debian.org>,
 Holger Levsen <holger@debian.org>,
Section: utils
Standards-Version: 4.7.3
Build-Depends:
 asciidoc,
 bc,
 debhelper-compat (= 13),
 docbook-xml,
 docbook-xsl,
 libattr1-dev,
 libfuse3-dev,
 libxml2-utils,
 pkgconf,
 xsltproc,
Homepage: https://reproducible-builds.org/
Vcs-Git: https://salsa.debian.org/reproducible-builds/disorderfs.git -b debian
Vcs-Browser: https://salsa.debian.org/reproducible-builds/disorderfs

Package: disorderfs
Architecture: linux-any
Depends:
 fuse3 (>= 3.10.1-3),
 ${misc:Depends},
 ${shlibs:Depends},
Description: FUSE filesystem that introduces non-determinism
 disorderfs is an overlay FUSE filesystem that introduces non-determinism
 into filesystem metadata.  For example, it can randomize the order
 in which directory entries are read.  This is useful for detecting
 non-determinism in the build process.