File: control

package info (click to toggle)
reprotest 0.7.32
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 548 kB
  • sloc: python: 5,064; makefile: 47; sh: 29
file content (67 lines) | stat: -rw-r--r-- 1,960 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
Source: reprotest
Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>
Uploaders:
 Ceridwen <ceridwenv@gmail.com>,
 Holger Levsen <holger@debian.org>,
 Vagrant Cascadian <vagrant@reproducible-builds.org>,
Section: devel
Priority: optional
Standards-Version: 4.7.2
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 diffoscope <!nocheck>,
 faketime <!nocheck>,
 help2man <!nodoc>,
# tests.py uses dpkg-buildpackage which uses lintian
 lintian <!nocheck>,
 locales-all <!nocheck>,
 python3-all,
 python3-coverage <!nocheck>,
 python3-docutils <!nodoc>,
 python3-pytest <!nocheck>,
 python3-rstr <!nocheck>,
 python3-setuptools,
 python3-wheel <!nocheck>,
 tox <!nocheck>,
# these below helps diffoscope produce nicer output in tests
 python3-tlsh <!nocheck>,
 unzip <!nocheck>,
 xxd <!nocheck>,
Vcs-Git: https://salsa.debian.org/reproducible-builds/reprotest.git
Vcs-Browser: https://salsa.debian.org/reproducible-builds/reprotest
Homepage: https://salsa.debian.org/reproducible-builds/reprotest

Package: reprotest
Architecture: all
Depends:
 apt-utils,
 libdpkg-perl,
 procps,
 python3-debian,
 python3-distro,
 python3-rstr,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 disorderfs,
 faketime,
 locales-all,
 sudo,
 ${python3:Recommends},
Suggests:
 autodep8,
 qemu-system,
 qemu-utils,
 schroot,
Description: Build software and check it for reproducibility
 reprotest builds the same source code twice in different environments, and
 then checks the binaries produced by each build for differences. If any are
 found, then diffoscope (or if unavailable then diff) is used to display them
 in detail for later analysis.
 .
 It supports different types of environment such as a "null" environment (i.e.
 doing the builds directly in /tmp) or various other virtual servers, for
 example schroot, ssh, qemu, and several others.
 .
 reprotest is developed as part of the “reproducible builds” Debian project.