File: control

package info (click to toggle)
diffoscope 78%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,520 kB
  • sloc: python: 7,903; makefile: 58; sh: 58
file content (85 lines) | stat: -rw-r--r-- 2,483 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Source: diffoscope
Section: devel
Priority: optional
Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>
Uploaders:
 Chris Lamb <lamby@debian.org>,
 Holger Levsen <holger@debian.org>,
 Mattia Rizzolo <mattia@debian.org>,
 Reiner Herrmann <reiner@reiner-h.de>,
 Ximin Luo <infinity0@debian.org>,
Build-Depends:
 apktool <!nocheck>,
 bash-completion,
 binutils-multiarch <!nocheck>,
 caca-utils <!nocheck>,
 colord <!nocheck>,
 debhelper (>= 10),
 default-jdk-headless <!nocheck> | default-jdk <!nocheck>,
 dh-python (>= 2.20160818~),
 dpkg-dev (>= 1.17.14),
 enjarify <!nocheck>,
 fontforge-extras <!nocheck>,
 fp-utils <!nocheck>,
 ghc <!nocheck>,
 ghostscript <!nocheck>,
 imagemagick <!nocheck>,
 libjs-jquery <!nocheck>,
 libjs-jquery-hotkeys <!nocheck>,
 libjs-jquery-isonscreen <!nocheck>,
 libjs-jquery-tablesorter <!nocheck>,
 libjs-jquery-throttle-debounce <!nocheck>,
 llvm <!nocheck>,
 mono-utils <!nocheck>,
 openssh-client <!nocheck>,
 pdftk <!nocheck>,
 poppler-utils <!nocheck>,
 python-argcomplete,
 jsbeautifier <!nocheck>,
 python3-all,
 python3-debian <!nocheck>,
 python3-docutils,
 python3-guestfs <!nocheck>,
 python3-libarchive-c,
 python3-magic,
 python3-progressbar <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-rpm <!nocheck>,
 python3-setuptools,
 python3-tlsh (>= 3.4.1) <!nocheck>,
 rpm2cpio <!nocheck>,
 sng <!nocheck>,
 sqlite3 <!nocheck>,
 squashfs-tools <!nocheck>,
 unzip <!nocheck>,
 xxd <!nocheck> | vim-common <!nocheck>,
Standards-Version: 3.9.8
Homepage: https://diffoscope.org/
Vcs-Git: https://anonscm.debian.org/git/reproducible/diffoscope.git
Vcs-Browser: https://anonscm.debian.org/git/reproducible/diffoscope.git

Package: diffoscope
Architecture: all
Suggests:
 libjs-jquery,
Breaks:
 debbindiff (<< 29),
Replaces:
 debbindiff (<< 29),
Depends:
 python3-pkg-resources,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${diffoscope:Recommends},
 ${python3:Recommends},
Description: in-depth comparison of files, archives, and directories
 diffoscope will try to get to the bottom of what makes files or directories
 different. It will recursively unpack archives of many kinds and transform
 various binary formats into more human readable form to compare them. It can
 compare two tarballs, ISO images, or PDF just as easily. The differences can
 be shown in a text or HTML report.
 .
 diffoscope is developed as part of the “reproducible builds” Debian
 project.