File: rules

package info (click to toggle)
sploitscan 0.10.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: python: 901; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
#export DH_VERBOSE = 1

%:
	dh $@ --buildsystem=pybuild

# Fix lintian  privacy-breach-generic
override_dh_install:
	dh_install
	find debian/sploitscan/ -name '*.html' -exec sed -i 's/.*https:\/\/cdn\.jsdelivr\.net\/.*//g' {} \;
	find debian/sploitscan/ -name 'top_level.txt' -exec rm -rf {} \;