File: control

package info (click to toggle)
rmlint 2.10.2-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,180 kB
  • sloc: ansic: 15,671; python: 9,312; sh: 474; xml: 111; makefile: 72
file content (136 lines) | stat: -rw-r--r-- 3,951 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
Source: rmlint
Section: utils
Priority: optional
Maintainer: Carlos Maddela <e7appew@gmail.com>
Build-Depends:
 debhelper-compat (= 12),
 dh-sequence-python3,
 libblkid-dev,
 libelf-dev,
 libglib2.0-dev (>= 2.32),
 libjson-glib-dev,
 pkgconf,
 python3,
 python3-parameterized (>= 0.6.1) <!nocheck>,
 python3-psutil (>= 5.2.2) [!hurd-any !sparc64] <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-sphinx-bootstrap-theme (>= 0.4.3),
 scons,
Standards-Version: 4.4.1
Homepage: https://rmlint.readthedocs.io/
Vcs-Git: https://salsa.debian.org/debian/rmlint.git
Vcs-Browser: https://salsa.debian.org/debian/rmlint
Rules-Requires-Root: no
X-Style: black

Package: rmlint
Architecture: any
Multi-Arch: allowed
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 rmlint-gui (= ${source:Version}),
Suggests:
 rmlint-doc (= ${source:Version}),
Description: Extremely fast tool to remove filesystem lint
 rmlint finds space waste and other broken things on your filesystem
 and offers to remove them.
 .
 It is able to find:
  * Duplicate files & directories.
  * Non-stripped binaries.
  * Broken symlinks.
  * Empty files.
  * Recursive empty directories.
  * Files with broken user or group ID.
 .
 Key Features:
  * Extremely fast.
  * Flexible and easy command-line options.
  * Choice of several hashes for hash-based duplicate detection.
  * Option for exact byte-by-byte comparison (only slightly slower).
  * Numerous output options.
  * Option to store time  of last run; next time will only scan new files.
  * Many options for original selection/prioritisation.
  * Can handle very large file sets (millions of files).
  * Colourful progress bar.

Package: rmlint-gui
Architecture: all
Multi-Arch: foreign
Depends:
 gir1.2-gtksource-3.0,
 gir1.2-polkit-1.0,
 gir1.2-rsvg-2.0,
 python3-gi-cairo,
 rmlint:any (>= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-colorlog,
Description: GTK+ frontend to rmlint
 rmlint-gui (a.k.a. Shredder) is a graphical user interface to rmlint
 using GTK+. It uses rmlint to find space waste and other broken things
 on your filesystem and offers to remove them.
 .
 It is able to find:
  * Duplicate files & directories.
  * Non-stripped binaries.
  * Broken symlinks.
  * Empty files.
  * Recursive empty directories.
  * Files with broken user or group ID.
 .
 Key Features:
  * Extremely fast.
  * Flexible and easy command-line options.
  * Choice of several hashes for hash-based duplicate detection.
  * Option for exact byte-by-byte comparison (only slightly slower).
  * Numerous output options.
  * Option to store time  of last run; next time will only scan new files.
  * Many options for original selection/prioritisation.
  * Can handle very large file sets (millions of files).

Package: rmlint-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 fonts-vollkorn,
 libjs-bootstrap,
 libjs-bootswatch,
 libjs-jquery,
 libjs-mathjax,
 ${misc:Depends},
 ${sphinxdoc:Depends},
Pre-Depends:
 dpkg (>= 1.17.14),
Built-Using:
 ${sphinxdoc:Built-Using},
Description: HTML documentation for rmlint
 rmlint finds space waste and other broken things on your filesystem
 and offers to remove them.
 .
 It is able to find:
  * Duplicate files & directories.
  * Non-stripped binaries.
  * Broken symlinks.
  * Empty files.
  * Recursive empty directories.
  * Files with broken user or group ID.
 .
 Key Features:
  * Extremely fast.
  * Flexible and easy command-line options.
  * Choice of several hashes for hash-based duplicate detection.
  * Option for exact byte-by-byte comparison (only slightly slower).
  * Numerous output options.
  * Option to store time  of last run; next time will only scan new files.
  * Many options for original selection/prioritisation.
  * Can handle very large file sets (millions of files).
  * Colourful progress bar.
 .
 This package provides documentation in HTML for rmlint.