File: rules

package info (click to toggle)
proxychains 3.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,708 kB
  • sloc: sh: 10,508; ansic: 1,018; makefile: 30
file content (20 lines) | stat: -rwxr-xr-x 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1

# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

include /usr/share/dpkg/architecture.mk

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# Rename proxychains to proxychains3
	mv debian/tmp/usr/bin/proxychains debian/tmp/usr/bin/proxychains3

override_dh_missing:
	dh_missing --fail-missing