Codebase list tlsh / 30228c6
Merge branch 'lintian-fixes' of salsa.debian.org:janitor-team/proposed/tlsh MR: "git@salsa.debian.org:janitor-team/proposed/tlsh.git" lintian-fixes Signed-off-by: Mattia Rizzolo <mattia@debian.org> Mattia Rizzolo 2 years ago
5 changed file(s) with 7 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
+0
-1
debian/compat less more
0 9
33 Priority: optional
44 Build-Depends:
55 cmake,
6 debhelper (>= 9),
6 debhelper-compat (= 13),
77 dh-python,
88 libpython3-all-dev,
99 python3-all-dev:any,
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: tlsh
22 Source: https://github.com/trendmicro/tlsh
33 Files-Excluded:
11
22 set -e
33
4 [ "$ADTTMP" ] || { echo "ADTTMP not set" >&2; exit 1; }
4 [ "$AUTOPKGTEST_TMP" ] || { echo "AUTOPKGTEST_TMP not set" >&2; exit 1; }
55
6 cd "$ADTTMP"
6 cd "$AUTOPKGTEST_TMP"
77
88 cat <<EOF > tlshtest.cxx
99 #include <iostream>
0 ---
1 Bug-Database: https://github.com/trendmicro/tlsh/issues
2 Bug-Submit: https://github.com/trendmicro/tlsh/issues/new