File: rules

package info (click to toggle)
wfuzz 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,652 kB
  • ctags: 1,192
  • sloc: python: 4,461; makefile: 7; sh: 1
file content (17 lines) | stat: -rwxr-xr-x 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	# Remove useless x permission on dictionary files.
	chmod a-x debian/wfuzz/usr/share/wfuzz/wordlist/Injections/* 
	chmod a-x debian/wfuzz/usr/share/wfuzz/wordlist/general/megabeast.txt 

override_dh_auto_clean:
	# Nothing to clean: Installation is performed by copying files 
	# specified in debian/wfuzz.install. If clean is performed,
	# a non-patched 'setup.py clean' is called which results in an
	# import error.