File: rules

package info (click to toggle)
dnsrecon 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,656 kB
  • sloc: python: 4,128; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/dnsrecon/
# Prevent installation in public modules directory (see #1087221)
export PYBUILD_DISABLE=install

%:
	dh $@ --with python3 --buildsystem=pybuild

# I need some more time in order to fix this tests on Debian...
# This is a bad practice :-(
override_dh_auto_test: