File: control

package info (click to toggle)
findutils 4.6.0%2Bgit%2B20161106-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,556 kB
  • ctags: 8,718
  • sloc: ansic: 94,340; sh: 10,069; yacc: 1,254; exp: 850; makefile: 802; python: 66; sed: 16
file content (46 lines) | stat: -rw-r--r-- 1,707 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
Source: findutils
Section: utils
Priority: required
Maintainer: Andreas Metzler <ametzler@debian.org>
Uploaders: Chuan-kai Lin <cklin@debian.org>
Build-Depends: autotools-dev,
 bison,
 debhelper (>= 9.20141010),
 dejagnu <!nocheck>,
 dpkg-dev (>= 1.17.14),
 libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
 texinfo
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-findutils/pkg-findutils.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-findutils/pkg-findutils.git
Homepage: http://savannah.gnu.org/projects/findutils/

Package: findutils
Architecture: any
Essential: yes
Multi-Arch: foreign
Pre-Depends: ${shlibs:Depends}
Depends: ${misc:Depends}
Suggests: mlocate|locate
# These use -perm +xxx.
Breaks: debhelper (<< 9.20130504), sendmail (<< 8.14.4-5),
 binstats (<< 1.08-8.1), lsat (<< 0.9.7.1-2.1), guilt (<< 0.36-0.2),
 switchconf (<< 0.0.9-2.1), mc (<< 3:4.8.11-1), kernel-package (<< 13.000),
 libpython3.4-minimal (<< 3.4.4-2), libpython3.5-minimal (<< 3.5.1-3)
Conflicts: debconf (<< 1.5.50)
Description: utilities for finding files--find, xargs
 GNU findutils provides utilities to find files meeting specified
 criteria and perform various actions on the files which are found.
 This package contains 'find' and 'xargs'; however, 'locate' has
 been split off into a separate package.

Package: locate
Architecture: any
Priority: optional
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, findutils (>> 4.2.31-1)
Breaks: slocate (<= 3.1-1.1)
Replaces: findutils (<< 4.2.31-2)
Description: maintain and query an index of a directory tree
 updatedb generates an index of files and directories. GNU locate can be used
 to quickly query this index.