Codebase list tlsh / 9df3832
Run wrap-and-sort. Signed-off-by: Mattia Rizzolo <mattia@debian.org> Mattia Rizzolo 4 years ago
3 changed file(s) with 29 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
11 Maintainer: Jérémy Bobbio <lunar@debian.org>
22 Section: admin
33 Priority: optional
4 Build-Depends: cmake,
5 debhelper (>= 9),
6 dh-python,
7 libpython3-all-dev,
8 python3-all-dev:any,
9 python3-docutils,
10 python3-setuptools
4 Build-Depends:
5 cmake,
6 debhelper (>= 9),
7 dh-python,
8 libpython3-all-dev,
9 python3-all-dev:any,
10 python3-docutils,
11 python3-setuptools,
1112 Rules-Requires-Root: no
1213 Standards-Version: 3.9.6
1314 Homepage: https://github.com/trendmicro/tlsh
1617
1718 Package: tlsh-tools
1819 Architecture: any
19 Depends: ${shlibs:Depends}, ${misc:Depends}
20 Depends:
21 ${misc:Depends},
22 ${shlibs:Depends},
2023 Description: compare similar files using fuzzy hashing
2124 The Trend Micro Locality Sensitive Hash is a fuzzy hash algorithm that can be
2225 used to compare similar but not identical files.
3235 Package: libtlsh0
3336 Section: libs
3437 Architecture: any
35 Depends: ${shlibs:Depends}, ${misc:Depends}
38 Depends:
39 ${misc:Depends},
40 ${shlibs:Depends},
3641 Description: fuzzy hashing library
3742 The Trend Micro Locality Sensitive Hash is a fuzzy hash algorithm that can be
3843 used to compare similar but not identical files.
4651 Package: libtlsh-dev
4752 Section: libdevel
4853 Architecture: any
49 Depends: libtlsh0 (= ${binary:Version}), ${misc:Depends}
54 Depends:
55 libtlsh0 (= ${binary:Version}),
56 ${misc:Depends},
5057 Description: fuzzy hashing library - development files
5158 The Trend Micro Locality Sensitive Hash is a fuzzy hash algorithm that can be
5259 used to compare similar but not identical files.
6067 Package: python3-tlsh
6168 Section: python
6269 Architecture: any
63 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
70 Depends:
71 ${misc:Depends},
72 ${python3:Depends},
73 ${shlibs:Depends},
6474 Description: fuzzy hashing library - Python3 module
6575 The Trend Micro Locality Sensitive Hash is a fuzzy hash algorithm that can be
6676 used to compare similar but not identical files.
0 usr/include/tlsh.h
01 usr/lib/*/libtlsh.a
12 usr/lib/*/libtlsh.so
2 usr/include/tlsh.h
00 Tests: use-tlsh-unittest
1 Depends: tlsh-tools
1 Depends:
2 tlsh-tools,
23
34 Tests: use-python3-tlsh
4 Depends: python3-tlsh
5 Depends:
6 python3-tlsh,
57
68 Tests: build-test-program
7 Depends: build-essential, libtlsh-dev
9 Depends:
10 build-essential,
11 libtlsh-dev,